Html Css Color HEX #F96EEA Pale Magenta

📋 copy color: '#F96EEA'

red 249 ◦ green 110 ◦ blue 234

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

Shades of Pale Magenta #F96EEA

Tints of Pale Magenta #F96EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.46%

R = 41.99%
G = 18.55%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F96EEA (or 0xF96EEA) is known color: Pale Magenta. HEX triplet: F9, 6E and EA. RGB value is (249,110,234). Sum of RGB (Red+Green+Blue) = 249+110+234=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 110 (43.36% from 255 or 18.55% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96EEA is #069115. Grayscale: #A5A5A5. Windows color (decimal): -430358 or 15363833. OLE color: 15363833.

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

Color convert

RGB 249 110 234 -
CMYK 0 0.56 0.06 0.02
HSL 306.47º 0.92% 0.7% -
HSV(B) 306.47º 0.56% 0.98% -
XYZ 59.49 37.23 81.89 -
YUV 165.7 166.55 187.42 -
System Red Green Blue C M Y K H S L
Decimal 249 110 234 0 0.56 0.06 0.02 306.47 0.92 0.7
Hex F9 6E EA 0 38 6 2 132 5C 46
Octal 371 156 352 0 70 6 2 462 134 106
Binary 11111001 1101110 11101010 0 111000 110 10 100110010 1011100 1000110

Color Harmonies of #F96EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EEA

Black with #F96EEA

Text Example


Text Example

White with #F96EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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