#F470DA

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

Shades of Pale Magenta #F470DA

Tints of Pale Magenta #F470DA

Color information

#F470DA (or 0xF470DA) is unknown color: approx Pale Magenta. HEX triplet: F4, 70 and DA. RGB value is (244,112,218). Sum of RGB (Red+Green+Blue) = 244+112+218=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F470DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470DA is #0B8F25. Grayscale: #A3A3A3. Windows color (decimal): -757542 or 14315764. OLE color: 14315764.

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

Color convert

RGB244112218-
CMYK00.540.110.04
HSL311.82º85.71%69.8%-
HSV(B)311.82º54.1%95.69%-
XYZ55.7635.8870.32-
YUV163.55158.73185.38-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.51%
GREEN value IS 112 (44.14% from 255) = 19.51%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=42.51%
G=19.51%
B=37.98%

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
Decimal24411221800.540.110.04311.8285.7169.8
HexF470DA036B41385646
Octal364160332066134470126106
Binary111101001110000110110100110110101110010011100010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F470DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F470DA; }

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

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

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

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

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

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

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

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