#F08ED4

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

Shades of Pale Magenta #F08ED4

Tints of Pale Magenta #F08ED4

Color information

#F08ED4 (or 0xF08ED4) is unknown color: approx Pale Magenta. HEX triplet: F0, 8E and D4. RGB value is (240,142,212). Sum of RGB (Red+Green+Blue) = 240+142+212=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F08ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08ED4 is #0F712B. Grayscale: #B3B3B3. Windows color (decimal): -1012012 or 13930224. OLE color: 13930224.

HSL color Cylindrical-coordinate representation of color #F08ED4: hue angle of 317.14º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08ED4 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB240142212-
CMYK00.410.120.06
HSL317.14º76.56%74.9%-
HSV(B)317.14º40.83%94.12%-
XYZ57.4942.6267.48-
YUV179.28146.47171.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.40%
GREEN value IS 142 (55.86% from 255) = 23.91%
BLUE value IS 212 (83.20% from 255) = 35.69%
R=40.40%
G=23.91%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014221200.410.120.06317.1476.5674.9
HexF08ED4029C613d4d4b
Octal360216324051146475115113
Binary1111000010001110110101000101001110011010011110110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08ED4; }

 p { color: rgb(240,142,212); }

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

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

 a { background-color: rgb(240,142,212); }

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

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

 span { border-color: rgb(240,142,212); }

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