#F570DA

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

Shades of Pale Magenta #F570DA

Tints of Pale Magenta #F570DA

Color information

#F570DA (or 0xF570DA) is unknown color: approx Pale Magenta. HEX triplet: F5, 70 and DA. RGB value is (245,112,218). Sum of RGB (Red+Green+Blue) = 245+112+218=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 112 (44.14% from 255 or 19.48% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F570DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F570DA is #0A8F25. Grayscale: #A3A3A3. Windows color (decimal): -692006 or 14315765. OLE color: 14315765.

HSL color Cylindrical-coordinate representation of color #F570DA: hue angle of 312.18º 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 #F570DA is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245112218-
CMYK00.540.110.04
HSL312.18º86.93%70%-
HSV(B)312.18º54.29%96.08%-
XYZ56.1136.0670.33-
YUV163.85158.56185.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.61%
GREEN value IS 112 (44.14% from 255) = 19.48%
BLUE value IS 218 (85.55% from 255) = 37.91%
R=42.61%
G=19.48%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511221800.540.110.04312.1886.9370
HexF570DA036B41385746
Octal365160332066134470127106
Binary111101011110000110110100110110101110010011100010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F570DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F570DA; }

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

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

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

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

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

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

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

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