#F086D2

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

Shades of Pale Magenta #F086D2

Tints of Pale Magenta #F086D2

Color information

#F086D2 (or 0xF086D2) is unknown color: approx Pale Magenta. HEX triplet: F0, 86 and D2. RGB value is (240,134,210). Sum of RGB (Red+Green+Blue) = 240+134+210=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 134 (52.73% from 255 or 22.95% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F086D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086D2 is #0F792D. Grayscale: #AEAEAE. Windows color (decimal): -1014062 or 13797104. OLE color: 13797104.

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

Color convert

RGB240134210-
CMYK00.440.120.06
HSL316.98º77.94%73.33%-
HSV(B)316.98º44.17%94.12%-
XYZ56.0940.2365.78-
YUV174.36148.12174.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.10%
GREEN value IS 134 (52.73% from 255) = 22.95%
BLUE value IS 210 (82.42% from 255) = 35.96%
R=41.10%
G=22.95%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013421000.440.120.06316.9877.9473.33
HexF086D202CC613d4e49
Octal360206322054146475116111
Binary1111000010000110110100100101100110011010011110110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F086D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F086D2; }

 p { color: rgb(240,134,210); }

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

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

 a { background-color: rgb(240,134,210); }

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

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

 span { border-color: rgb(240,134,210); }

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