Html Css Color HEX #F96EAA Hot Pink

📋 copy color: '#F96EAA'

red 249 ◦ green 110 ◦ blue 170

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

Shades of Hot Pink #F96EAA

Tints of Hot Pink #F96EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.14%

R = 47.07%
G = 20.79%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F96EAA (or 0xF96EAA) is known color: Hot Pink. HEX triplet: F9, 6E and AA. RGB value is (249,110,170). Sum of RGB (Red+Green+Blue) = 249+110+170=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96EAA is #069155. Grayscale: #9E9E9E. Windows color (decimal): -430422 or 11169529. OLE color: 11169529.

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

Color convert

RGB 249 110 170 -
CMYK 0 0.56 0.32 0.02
HSL 334.1º 0.92% 0.7% -
HSV(B) 334.1º 0.56% 0.98% -
XYZ 51.9 34.19 41.89 -
YUV 158.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 249 110 170 0 0.56 0.32 0.02 334.1 0.92 0.7
Hex F9 6E AA 0 38 20 2 14E 5C 46
Octal 371 156 252 0 70 40 2 516 134 106
Binary 11111001 1101110 10101010 0 111000 100000 10 101001110 1011100 1000110

Color Harmonies of #F96EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EAA

Black with #F96EAA

Text Example


Text Example

White with #F96EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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