Html Css Color HEX #F86EE5 Pale Magenta

📋 copy color: '#F86EE5'

red 248 ◦ green 110 ◦ blue 229

#F86EE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #F86EE5

Tints of Pale Magenta #F86EE5

RGB

 RED value IS 248 (97.27% from 255) = 42.25%

 GREEN value IS 110 (43.36% from 255) = 18.74%

 BLUE value IS 229 (89.84% from 255) = 39.01%

R = 42.25%
G = 18.74%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#F86EE5 (or 0xF86EE5) is known color: Pale Magenta. HEX triplet: F8, 6E and E5. RGB value is (248,110,229). Sum of RGB (Red+Green+Blue) = 248+110+229=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 110 (43.36% from 255 or 18.74% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F86EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86EE5 is #07911A. Grayscale: #A4A4A4. Windows color (decimal): -495899 or 15036152. OLE color: 15036152.

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

Color convert

RGB 248 110 229 -
CMYK 0 0.56 0.08 0.03
HSL 308.26º 0.91% 0.7% -
HSV(B) 308.26º 0.56% 0.97% -
XYZ 58.43 36.77 78.15 -
YUV 164.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 248 110 229 0 0.56 0.08 0.03 308.26 0.91 0.7
Hex F8 6E E5 0 38 8 3 134 5B 46
Octal 370 156 345 0 70 10 3 464 133 106
Binary 11111000 1101110 11100101 0 111000 1000 11 100110100 1011011 1000110

Color Harmonies of #F86EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86EE5

Black with #F86EE5

Text Example


Text Example

White with #F86EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86EE5; }

 p { color: rgb(248,110,229); }

 H1.HeaderClassName
 {
   color: #F86EE5;
 }
 .AnyTagClassName
 {
   color: #F86EE5;
 }
</style>

background-color css

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

 a { background-color: rgb(248,110,229); }

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

border-color css

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

 span { border-color: rgb(248,110,229); }

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