#F86FE2

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

Shades of Pale Magenta #F86FE2

Tints of Pale Magenta #F86FE2

Color information

#F86FE2 (or 0xF86FE2) is unknown color: approx Pale Magenta. HEX triplet: F8, 6F and E2. RGB value is (248,111,226). Sum of RGB (Red+Green+Blue) = 248+111+226=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 111 (43.75% from 255 or 18.97% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86FE2 is #07901D. Grayscale: #A4A4A4. Windows color (decimal): -495646 or 14839800. OLE color: 14839800.

HSL color Cylindrical-coordinate representation of color #F86FE2: hue angle of 309.64º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86FE2 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB248111226-
CMYK00.550.090.03
HSL309.64º90.73%70.39%-
HSV(B)309.64º55.24%97.25%-
XYZ58.1236.8275.99-
YUV165.07162.39187.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.39%
GREEN value IS 111 (43.75% from 255) = 18.97%
BLUE value IS 226 (88.67% from 255) = 38.63%
R=42.39%
G=18.97%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811122600.550.090.03309.6490.7370.39
HexF86FE2037931365b46
Octal370157342067113466133106
Binary11111000110111111100010011011110011110011011010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86FE2; }

 p { color: rgb(248,111,226); }

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

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

 a { background-color: rgb(248,111,226); }

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

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

 span { border-color: rgb(248,111,226); }

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