#F86CE0

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

Shades of Pale Magenta #F86CE0

Tints of Pale Magenta #F86CE0

Color information

#F86CE0 (or 0xF86CE0) is unknown color: approx Pale Magenta. HEX triplet: F8, 6C and E0. RGB value is (248,108,224). Sum of RGB (Red+Green+Blue) = 248+108+224=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86CE0 is #07931F. Grayscale: #A2A2A2. Windows color (decimal): -496416 or 14707960. OLE color: 14707960.

HSL color Cylindrical-coordinate representation of color #F86CE0: hue angle of 310.29º 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 #F86CE0 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB248108224-
CMYK00.560.100.03
HSL310.29º90.91%69.8%-
HSV(B)310.29º56.45%97.25%-
XYZ57.5336.0674.45-
YUV163.08162.38188.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.76%
GREEN value IS 108 (42.58% from 255) = 18.62%
BLUE value IS 224 (87.89% from 255) = 38.62%
R=42.76%
G=18.62%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810822400.560.100.03310.2990.9169.8
HexF86CE0038A31365b46
Octal370154340070123466133106
Binary11111000110110011100000011100010101110011011010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86CE0; }

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

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

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

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

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

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

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

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