Html Css Color HEX #F96FAC Hot Pink

📋 copy color: '#F96FAC'

red 249 ◦ green 111 ◦ blue 172

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

Shades of Hot Pink #F96FAC

Tints of Hot Pink #F96FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.33%

R = 46.8%
G = 20.86%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F96FAC (or 0xF96FAC) is known color: Hot Pink. HEX triplet: F9, 6F and AC. RGB value is (249,111,172). Sum of RGB (Red+Green+Blue) = 249+111+172=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96FAC is #069053. Grayscale: #9F9F9F. Windows color (decimal): -430164 or 11300857. OLE color: 11300857.

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

Color convert

RGB 249 111 172 -
CMYK 0 0.55 0.31 0.02
HSL 333.48º 0.92% 0.71% -
HSV(B) 333.48º 0.55% 0.98% -
XYZ 52.2 34.49 42.94 -
YUV 159.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 249 111 172 0 0.55 0.31 0.02 333.48 0.92 0.71
Hex F9 6F AC 0 37 1F 2 14D 5C 47
Octal 371 157 254 0 67 37 2 515 134 107
Binary 11111001 1101111 10101100 0 110111 11111 10 101001101 1011100 1000111

Color Harmonies of #F96FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96FAC

Black with #F96FAC

Text Example


Text Example

White with #F96FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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