#F86CE1

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

Shades of Pale Magenta #F86CE1

Tints of Pale Magenta #F86CE1

Color information

#F86CE1 (or 0xF86CE1) is unknown color: approx Pale Magenta. HEX triplet: F8, 6C and E1. RGB value is (248,108,225). Sum of RGB (Red+Green+Blue) = 248+108+225=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 108 (42.58% from 255 or 18.59% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86CE1 is #07931E. Grayscale: #A2A2A2. Windows color (decimal): -496415 or 14773496. OLE color: 14773496.

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

Color convert

RGB248108225-
CMYK00.560.090.03
HSL309.86º90.91%69.8%-
HSV(B)309.86º56.45%97.25%-
XYZ57.6636.1275.17-
YUV163.2162.88188.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.69%
GREEN value IS 108 (42.58% from 255) = 18.59%
BLUE value IS 225 (88.28% from 255) = 38.73%
R=42.69%
G=18.59%
B=38.73%

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
Decimal24810822500.560.090.03309.8690.9169.8
HexF86CE1038931365b46
Octal370154341070113466133106
Binary11111000110110011100001011100010011110011011010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86CE1; }

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

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

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

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

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

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

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

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