#F570DC

Color #F570DC Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F570DC

Tints of Pale Magenta #F570DC

Color information

#F570DC (or 0xF570DC) is unknown color: approx Pale Magenta. HEX triplet: F5, 70 and DC. RGB value is (245,112,220). Sum of RGB (Red+Green+Blue) = 245+112+220=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F570DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F570DC is #0A8F23. Grayscale: #A3A3A3. Windows color (decimal): -692004 or 14446837. OLE color: 14446837.

HSL color Cylindrical-coordinate representation of color #F570DC: hue angle of 311.28º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F570DC is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB245112220-
CMYK00.540.100.04
HSL311.28º86.93%70%-
HSV(B)311.28º54.29%96.08%-
XYZ56.3736.1771.72-
YUV164.08159.56185.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 42.46%
GREEN value IS 112 (44.14% from 255) = 19.41%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=42.46%
G=19.41%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511222000.540.100.04311.2886.9370
HexF570DC036A41375746
Octal365160334066124467127106
Binary111101011110000110111000110110101010010011011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F570DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F570DC; }

 p { color: rgb(245,112,220); }

 H1.HeaderClassName
 {
   color: #F570DC;
 }
 .AnyTagClassName
 {
   color: #F570DC;
 }
</style>
background-color css

<style>
 a { background-color: #F570DC; }

 a { background-color: rgb(245,112,220); }

 div.DivClassName
 {
   background-color: #F570DC;
 }
 .BgClassName
 {
   background-color: #F570DC;
 }
</style>
border-color css

<style>
 span { border-color: #F570DC; }

 span { border-color: rgb(245,112,220); }

 td.TdClassName
 {
   border-color: #F570DC;
 }
 .TagClassName
 {
   border-color: #F570DC;
 }
</style>