Html Css Color HEX #F96AB9 Hot Pink

📋 copy color: '#F96AB9'

red 249 ◦ green 106 ◦ blue 185

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

Shades of Hot Pink #F96AB9

Tints of Hot Pink #F96AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.26%

R = 46.11%
G = 19.63%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F96AB9 (or 0xF96AB9) is known color: Hot Pink. HEX triplet: F9, 6A and B9. RGB value is (249,106,185). Sum of RGB (Red+Green+Blue) = 249+106+185=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96AB9 is #069546. Grayscale: #9D9D9D. Windows color (decimal): -431431 or 12151545. OLE color: 12151545.

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

Color convert

RGB 249 106 185 -
CMYK 0 0.57 0.26 0.02
HSL 326.85º 0.92% 0.7% -
HSV(B) 326.85º 0.57% 0.98% -
XYZ 52.98 33.95 49.66 -
YUV 157.76 143.38 193.08 -
System Red Green Blue C M Y K H S L
Decimal 249 106 185 0 0.57 0.26 0.02 326.85 0.92 0.7
Hex F9 6A B9 0 39 1A 2 147 5C 46
Octal 371 152 271 0 71 32 2 507 134 106
Binary 11111001 1101010 10111001 0 111001 11010 10 101000111 1011100 1000110

Color Harmonies of #F96AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96AB9

Black with #F96AB9

Text Example


Text Example

White with #F96AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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