Html Css Color HEX #F96DAC Hot Pink

📋 copy color: '#F96DAC'

red 249 ◦ green 109 ◦ blue 172

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

Shades of Hot Pink #F96DAC

Tints of Hot Pink #F96DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.57%

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

R = 46.98%
G = 20.57%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F96DAC (or 0xF96DAC) is known color: Hot Pink. HEX triplet: F9, 6D and AC. RGB value is (249,109,172). Sum of RGB (Red+Green+Blue) = 249+109+172=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96DAC is #069253. Grayscale: #9D9D9D. Windows color (decimal): -430676 or 11300345. OLE color: 11300345.

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

Color convert

RGB 249 109 172 -
CMYK 0 0.56 0.31 0.02
HSL 333º 0.92% 0.7% -
HSV(B) 333º 0.56% 0.98% -
XYZ 51.98 34.06 42.86 -
YUV 158.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 249 109 172 0 0.56 0.31 0.02 333 0.92 0.7
Hex F9 6D AC 0 38 1F 2 14D 5C 46
Octal 371 155 254 0 70 37 2 515 134 106
Binary 11111001 1101101 10101100 0 111000 11111 10 101001101 1011100 1000110

Color Harmonies of #F96DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96DAC

Black with #F96DAC

Text Example


Text Example

White with #F96DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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