Html Css Color HEX #F96EE0 Pale Magenta

📋 copy color: '#F96EE0'

red 249 ◦ green 110 ◦ blue 224

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

Shades of Pale Magenta #F96EE0

Tints of Pale Magenta #F96EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.42%

R = 42.71%
G = 18.87%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F96EE0 (or 0xF96EE0) is known color: Pale Magenta. HEX triplet: F9, 6E and E0. RGB value is (249,110,224). Sum of RGB (Red+Green+Blue) = 249+110+224=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 110 (43.36% from 255 or 18.87% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96EE0 is #06911F. Grayscale: #A4A4A4. Windows color (decimal): -430368 or 14708473. OLE color: 14708473.

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

Color convert

RGB 249 110 224 -
CMYK 0 0.56 0.10 0.02
HSL 310.79º 0.92% 0.7% -
HSV(B) 310.79º 0.56% 0.98% -
XYZ 58.1 36.67 74.54 -
YUV 164.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 249 110 224 0 0.56 0.10 0.02 310.79 0.92 0.7
Hex F9 6E E0 0 38 A 2 137 5C 46
Octal 371 156 340 0 70 12 2 467 134 106
Binary 11111001 1101110 11100000 0 111000 1010 10 100110111 1011100 1000110

Color Harmonies of #F96EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EE0

Black with #F96EE0

Text Example


Text Example

White with #F96EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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