Html Css Color HEX #F96AAF Hot Pink

📋 copy color: '#F96AAF'

red 249 ◦ green 106 ◦ blue 175

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

Shades of Hot Pink #F96AAF

Tints of Hot Pink #F96AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.02%

R = 46.98%
G = 20%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F96AAF (or 0xF96AAF) is known color: Hot Pink. HEX triplet: F9, 6A and AF. RGB value is (249,106,175). Sum of RGB (Red+Green+Blue) = 249+106+175=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96AAF is #069550. Grayscale: #9C9C9C. Windows color (decimal): -431441 or 11496185. OLE color: 11496185.

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

Color convert

RGB 249 106 175 -
CMYK 0 0.57 0.30 0.02
HSL 331.05º 0.92% 0.7% -
HSV(B) 331.05º 0.57% 0.98% -
XYZ 51.96 33.54 44.29 -
YUV 156.62 138.38 193.89 -
System Red Green Blue C M Y K H S L
Decimal 249 106 175 0 0.57 0.30 0.02 331.05 0.92 0.7
Hex F9 6A AF 0 39 1E 2 14B 5C 46
Octal 371 152 257 0 71 36 2 513 134 106
Binary 11111001 1101010 10101111 0 111001 11110 10 101001011 1011100 1000110

Color Harmonies of #F96AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96AAF

Black with #F96AAF

Text Example


Text Example

White with #F96AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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