#F86CE2

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

Shades of Pale Magenta #F86CE2

Tints of Pale Magenta #F86CE2

Color information

#F86CE2 (or 0xF86CE2) is unknown color: approx Pale Magenta. HEX triplet: F8, 6C and E2. RGB value is (248,108,226). Sum of RGB (Red+Green+Blue) = 248+108+226=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 108 (42.58% from 255 or 18.56% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86CE2 is #07931D. Grayscale: #A2A2A2. Windows color (decimal): -496414 or 14839032. OLE color: 14839032.

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

Color convert

RGB248108226-
CMYK00.560.090.03
HSL309.43º90.91%69.8%-
HSV(B)309.43º56.45%97.25%-
XYZ57.836.1775.89-
YUV163.31163.38188.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.61%
GREEN value IS 108 (42.58% from 255) = 18.56%
BLUE value IS 226 (88.67% from 255) = 38.83%
R=42.61%
G=18.56%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810822600.560.090.03309.4390.9169.8
HexF86CE2038931355b46
Octal370154342070113465133106
Binary11111000110110011100010011100010011110011010110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86CE2; }

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

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

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

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

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

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

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

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