Html Css Color HEX #F96BA6 Hot Pink

📋 copy color: '#F96BA6'

red 249 ◦ green 107 ◦ blue 166

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

Shades of Hot Pink #F96BA6

Tints of Hot Pink #F96BA6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.5%

 BLUE value IS 166 (65.23% from 255) = 31.8%

R = 47.7%
G = 20.5%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F96BA6 (or 0xF96BA6) is known color: Hot Pink. HEX triplet: F9, 6B and A6. RGB value is (249,107,166). Sum of RGB (Red+Green+Blue) = 249+107+166=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96BA6 is #069459. Grayscale: #9C9C9C. Windows color (decimal): -431194 or 10906617. OLE color: 10906617.

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

Color convert

RGB 249 107 166 -
CMYK 0 0.57 0.33 0.02
HSL 335.07º 0.92% 0.7% -
HSV(B) 335.07º 0.57% 0.98% -
XYZ 51.21 33.41 39.83 -
YUV 156.18 133.54 194.2 -
System Red Green Blue C M Y K H S L
Decimal 249 107 166 0 0.57 0.33 0.02 335.07 0.92 0.7
Hex F9 6B A6 0 39 21 2 14F 5C 46
Octal 371 153 246 0 71 41 2 517 134 106
Binary 11111001 1101011 10100110 0 111001 100001 10 101001111 1011100 1000110

Color Harmonies of #F96BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96BA6

Black with #F96BA6

Text Example


Text Example

White with #F96BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96BA6; }

 p { color: rgb(249,107,166); }

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

background-color css

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

 a { background-color: rgb(249,107,166); }

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

border-color css

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

 span { border-color: rgb(249,107,166); }

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