Html Css Color HEX #F96AAB Hot Pink

📋 copy color: '#F96AAB'

red 249 ◦ green 106 ◦ blue 171

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

Shades of Hot Pink #F96AAB

Tints of Hot Pink #F96AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.51%

R = 47.34%
G = 20.15%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F96AAB (or 0xF96AAB) is known color: Hot Pink. HEX triplet: F9, 6A and AB. RGB value is (249,106,171). Sum of RGB (Red+Green+Blue) = 249+106+171=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96AAB is #069554. Grayscale: #9C9C9C. Windows color (decimal): -431445 or 11234041. OLE color: 11234041.

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

Color convert

RGB 249 106 171 -
CMYK 0 0.57 0.31 0.02
HSL 332.73º 0.92% 0.7% -
HSV(B) 332.73º 0.57% 0.98% -
XYZ 51.57 33.39 42.25 -
YUV 156.17 136.38 194.21 -
System Red Green Blue C M Y K H S L
Decimal 249 106 171 0 0.57 0.31 0.02 332.73 0.92 0.7
Hex F9 6A AB 0 39 1F 2 14D 5C 46
Octal 371 152 253 0 71 37 2 515 134 106
Binary 11111001 1101010 10101011 0 111001 11111 10 101001101 1011100 1000110

Color Harmonies of #F96AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96AAB

Black with #F96AAB

Text Example


Text Example

White with #F96AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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