Html Css Color HEX #F96EE1 Pale Magenta

📋 copy color: '#F96EE1'

red 249 ◦ green 110 ◦ blue 225

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

Shades of Pale Magenta #F96EE1

Tints of Pale Magenta #F96EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.53%

R = 42.64%
G = 18.84%
B = 38.53%

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

#F96EE1 (or 0xF96EE1) is known color: Pale Magenta. HEX triplet: F9, 6E and E1. RGB value is (249,110,225). Sum of RGB (Red+Green+Blue) = 249+110+225=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 110 (43.36% from 255 or 18.84% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96EE1 is #06911E. Grayscale: #A4A4A4. Windows color (decimal): -430367 or 14774009. OLE color: 14774009.

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

Color convert

RGB 249 110 225 -
CMYK 0 0.56 0.10 0.02
HSL 310.36º 0.92% 0.7% -
HSV(B) 310.36º 0.56% 0.98% -
XYZ 58.23 36.73 75.25 -
YUV 164.67 162.05 188.15 -
System Red Green Blue C M Y K H S L
Decimal 249 110 225 0 0.56 0.10 0.02 310.36 0.92 0.7
Hex F9 6E E1 0 38 A 2 136 5C 46
Octal 371 156 341 0 70 12 2 466 134 106
Binary 11111001 1101110 11100001 0 111000 1010 10 100110110 1011100 1000110

Color Harmonies of #F96EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EE1

Black with #F96EE1

Text Example


Text Example

White with #F96EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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