Html Css Color HEX #F96FA6 Hot Pink

📋 copy color: '#F96FA6'

red 249 ◦ green 111 ◦ blue 166

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

Shades of Hot Pink #F96FA6

Tints of Hot Pink #F96FA6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.1%

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

R = 47.34%
G = 21.1%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F96FA6 (or 0xF96FA6) is known color: Hot Pink. HEX triplet: F9, 6F and A6. RGB value is (249,111,166). Sum of RGB (Red+Green+Blue) = 249+111+166=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96FA6 is #069059. Grayscale: #9E9E9E. Windows color (decimal): -430170 or 10907641. OLE color: 10907641.

HSL color Cylindrical-coordinate representation of color #F96FA6: hue angle of 336.09º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F96FA6 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 111 166 -
CMYK 0 0.55 0.33 0.02
HSL 336.09º 0.92% 0.71% -
HSV(B) 336.09º 0.55% 0.98% -
XYZ 51.63 34.26 39.97 -
YUV 158.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 249 111 166 0 0.55 0.33 0.02 336.09 0.92 0.71
Hex F9 6F A6 0 37 21 2 150 5C 47
Octal 371 157 246 0 67 41 2 520 134 107
Binary 11111001 1101111 10100110 0 110111 100001 10 101010000 1011100 1000111

Color Harmonies of #F96FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96FA6

Black with #F96FA6

Text Example


Text Example

White with #F96FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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