#F08FDA

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

Shades of Pale Magenta #F08FDA

Tints of Pale Magenta #F08FDA

Color information

#F08FDA (or 0xF08FDA) is unknown color: approx Pale Magenta. HEX triplet: F0, 8F and DA. RGB value is (240,143,218). Sum of RGB (Red+Green+Blue) = 240+143+218=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FDA is #0F7025. Grayscale: #B4B4B4. Windows color (decimal): -1011750 or 14323696. OLE color: 14323696.

HSL color Cylindrical-coordinate representation of color #F08FDA: hue angle of 313.61º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FDA is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240143218-
CMYK00.400.090.06
HSL313.61º76.38%75.1%-
HSV(B)313.61º40.42%94.12%-
XYZ58.4143.2371.6-
YUV180.55149.14170.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 143 (56.25% from 255) = 23.79%
BLUE value IS 218 (85.55% from 255) = 36.27%
R=39.93%
G=23.79%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014321800.400.090.06313.6176.3875.1
HexF08FDA0289613a4c4b
Octal360217332050116472114113
Binary1111000010001111110110100101000100111010011101010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08FDA; }

 p { color: rgb(240,143,218); }

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

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

 a { background-color: rgb(240,143,218); }

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

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

 span { border-color: rgb(240,143,218); }

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