Html Css Color HEX #F96AB0 Hot Pink

📋 copy color: '#F96AB0'

red 249 ◦ green 106 ◦ blue 176

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

Shades of Hot Pink #F96AB0

Tints of Hot Pink #F96AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.15%

R = 46.89%
G = 19.96%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F96AB0 (or 0xF96AB0) is known color: Hot Pink. HEX triplet: F9, 6A and B0. RGB value is (249,106,176). Sum of RGB (Red+Green+Blue) = 249+106+176=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96AB0 is #06954F. Grayscale: #9C9C9C. Windows color (decimal): -431440 or 11561721. OLE color: 11561721.

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

Color convert

RGB 249 106 176 -
CMYK 0 0.57 0.29 0.02
HSL 330.63º 0.92% 0.7% -
HSV(B) 330.63º 0.57% 0.98% -
XYZ 52.06 33.58 44.81 -
YUV 156.74 138.88 193.81 -
System Red Green Blue C M Y K H S L
Decimal 249 106 176 0 0.57 0.29 0.02 330.63 0.92 0.7
Hex F9 6A B0 0 39 1D 2 14B 5C 46
Octal 371 152 260 0 71 35 2 513 134 106
Binary 11111001 1101010 10110000 0 111001 11101 10 101001011 1011100 1000110

Color Harmonies of #F96AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96AB0

Black with #F96AB0

Text Example


Text Example

White with #F96AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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