Html Css Color HEX #F96AB6 Hot Pink

📋 copy color: '#F96AB6'

red 249 ◦ green 106 ◦ blue 182

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

Shades of Hot Pink #F96AB6

Tints of Hot Pink #F96AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.89%

R = 46.37%
G = 19.74%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F96AB6 (or 0xF96AB6) is known color: Hot Pink. HEX triplet: F9, 6A and B6. RGB value is (249,106,182). Sum of RGB (Red+Green+Blue) = 249+106+182=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96AB6 is #069549. Grayscale: #9D9D9D. Windows color (decimal): -431434 or 11954937. OLE color: 11954937.

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

Color convert

RGB 249 106 182 -
CMYK 0 0.57 0.27 0.02
HSL 328.11º 0.92% 0.7% -
HSV(B) 328.11º 0.57% 0.98% -
XYZ 52.66 33.83 48.01 -
YUV 157.42 141.88 193.32 -
System Red Green Blue C M Y K H S L
Decimal 249 106 182 0 0.57 0.27 0.02 328.11 0.92 0.7
Hex F9 6A B6 0 39 1B 2 148 5C 46
Octal 371 152 266 0 71 33 2 510 134 106
Binary 11111001 1101010 10110110 0 111001 11011 10 101001000 1011100 1000110

Color Harmonies of #F96AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96AB6

Black with #F96AB6

Text Example


Text Example

White with #F96AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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