Html Css Color HEX #F96CAC Hot Pink

📋 copy color: '#F96CAC'

red 249 ◦ green 108 ◦ blue 172

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

Shades of Hot Pink #F96CAC

Tints of Hot Pink #F96CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.42%

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

R = 47.07%
G = 20.42%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F96CAC (or 0xF96CAC) is known color: Hot Pink. HEX triplet: F9, 6C and AC. RGB value is (249,108,172). Sum of RGB (Red+Green+Blue) = 249+108+172=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96CAC is #069353. Grayscale: #9D9D9D. Windows color (decimal): -430932 or 11300089. OLE color: 11300089.

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

Color convert

RGB 249 108 172 -
CMYK 0 0.57 0.31 0.02
HSL 332.77º 0.92% 0.7% -
HSV(B) 332.77º 0.57% 0.98% -
XYZ 51.88 33.84 42.83 -
YUV 157.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 249 108 172 0 0.57 0.31 0.02 332.77 0.92 0.7
Hex F9 6C AC 0 39 1F 2 14D 5C 46
Octal 371 154 254 0 71 37 2 515 134 106
Binary 11111001 1101100 10101100 0 111001 11111 10 101001101 1011100 1000110

Color Harmonies of #F96CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CAC

Black with #F96CAC

Text Example


Text Example

White with #F96CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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