Html Css Color HEX #F96EE8 Pale Magenta

📋 copy color: '#F96EE8'

red 249 ◦ green 110 ◦ blue 232

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

Shades of Pale Magenta #F96EE8

Tints of Pale Magenta #F96EE8

RGB

 RED value IS 249 (97.66% from 255) = 42.13%

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

 BLUE value IS 232 (91.02% from 255) = 39.26%

R = 42.13%
G = 18.61%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F96EE8 (or 0xF96EE8) is known color: Pale Magenta. HEX triplet: F9, 6E and E8. RGB value is (249,110,232). Sum of RGB (Red+Green+Blue) = 249+110+232=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 110 (43.36% from 255 or 18.61% from 591); Blue value is 232 (91.02% from 255 or 39.26% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96EE8 is #069117. Grayscale: #A5A5A5. Windows color (decimal): -430360 or 15232761. OLE color: 15232761.

HSL color Cylindrical-coordinate representation of color #F96EE8: hue angle of 307.34º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96EE8 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 110 232 -
CMYK 0 0.56 0.07 0.02
HSL 307.34º 0.92% 0.7% -
HSV(B) 307.34º 0.56% 0.98% -
XYZ 59.21 37.12 80.39 -
YUV 165.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 249 110 232 0 0.56 0.07 0.02 307.34 0.92 0.7
Hex F9 6E E8 0 38 7 2 133 5C 46
Octal 371 156 350 0 70 7 2 463 134 106
Binary 11111001 1101110 11101000 0 111000 111 10 100110011 1011100 1000110

Color Harmonies of #F96EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EE8

Black with #F96EE8

Text Example


Text Example

White with #F96EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EE8; }

 p { color: rgb(249,110,232); }

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

background-color css

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

 a { background-color: rgb(249,110,232); }

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

border-color css

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

 span { border-color: rgb(249,110,232); }

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