Html Css Color HEX #F96AAA Hot Pink

📋 copy color: '#F96AAA'

red 249 ◦ green 106 ◦ blue 170

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

Shades of Hot Pink #F96AAA

Tints of Hot Pink #F96AAA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.19%

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

R = 47.43%
G = 20.19%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F96AAA (or 0xF96AAA) is known color: Hot Pink. HEX triplet: F9, 6A and AA. RGB value is (249,106,170). Sum of RGB (Red+Green+Blue) = 249+106+170=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96AAA is #069555. Grayscale: #9B9B9B. Windows color (decimal): -431446 or 11168505. OLE color: 11168505.

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

Color convert

RGB 249 106 170 -
CMYK 0 0.57 0.32 0.02
HSL 333.15º 0.92% 0.7% -
HSV(B) 333.15º 0.57% 0.98% -
XYZ 51.48 33.35 41.75 -
YUV 156.05 135.88 194.3 -
System Red Green Blue C M Y K H S L
Decimal 249 106 170 0 0.57 0.32 0.02 333.15 0.92 0.7
Hex F9 6A AA 0 39 20 2 14D 5C 46
Octal 371 152 252 0 71 40 2 515 134 106
Binary 11111001 1101010 10101010 0 111001 100000 10 101001101 1011100 1000110

Color Harmonies of #F96AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96AAA

Black with #F96AAA

Text Example


Text Example

White with #F96AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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