Html Css Color HEX #F96AB3 Hot Pink

📋 copy color: '#F96AB3'

red 249 ◦ green 106 ◦ blue 179

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

Shades of Hot Pink #F96AB3

Tints of Hot Pink #F96AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.52%

R = 46.63%
G = 19.85%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#F96AB3 (or 0xF96AB3) is known color: Hot Pink. HEX triplet: F9, 6A and B3. RGB value is (249,106,179). Sum of RGB (Red+Green+Blue) = 249+106+179=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96AB3 is #06954C. Grayscale: #9C9C9C. Windows color (decimal): -431437 or 11758329. OLE color: 11758329.

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

Color convert

RGB 249 106 179 -
CMYK 0 0.57 0.28 0.02
HSL 329.37º 0.92% 0.7% -
HSV(B) 329.37º 0.57% 0.98% -
XYZ 52.36 33.7 46.39 -
YUV 157.08 140.38 193.56 -
System Red Green Blue C M Y K H S L
Decimal 249 106 179 0 0.57 0.28 0.02 329.37 0.92 0.7
Hex F9 6A B3 0 39 1C 2 149 5C 46
Octal 371 152 263 0 71 34 2 511 134 106
Binary 11111001 1101010 10110011 0 111001 11100 10 101001001 1011100 1000110

Color Harmonies of #F96AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96AB3

Black with #F96AB3

Text Example


Text Example

White with #F96AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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