Html Css Color HEX #F96AA2 Hot Pink

📋 copy color: '#F96AA2'

red 249 ◦ green 106 ◦ blue 162

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

Shades of Hot Pink #F96AA2

Tints of Hot Pink #F96AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.33%

R = 48.16%
G = 20.5%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F96AA2 (or 0xF96AA2) is known color: Hot Pink. HEX triplet: F9, 6A and A2. RGB value is (249,106,162). Sum of RGB (Red+Green+Blue) = 249+106+162=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96AA2 is #06955D. Grayscale: #9B9B9B. Windows color (decimal): -431454 or 10644217. OLE color: 10644217.

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

Color convert

RGB 249 106 162 -
CMYK 0 0.57 0.35 0.02
HSL 336.5º 0.92% 0.7% -
HSV(B) 336.5º 0.57% 0.98% -
XYZ 50.74 33.06 37.89 -
YUV 155.14 131.88 194.95 -
System Red Green Blue C M Y K H S L
Decimal 249 106 162 0 0.57 0.35 0.02 336.5 0.92 0.7
Hex F9 6A A2 0 39 23 2 151 5C 46
Octal 371 152 242 0 71 43 2 521 134 106
Binary 11111001 1101010 10100010 0 111001 100011 10 101010001 1011100 1000110

Color Harmonies of #F96AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96AA2

Black with #F96AA2

Text Example


Text Example

White with #F96AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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