Html Css Color HEX #F96BAC Hot Pink

📋 copy color: '#F96BAC'

red 249 ◦ green 107 ◦ blue 172

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

Shades of Hot Pink #F96BAC

Tints of Hot Pink #F96BAC

RGB

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

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

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

R = 47.16%
G = 20.27%
B = 32.58%

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

#F96BAC (or 0xF96BAC) is known color: Hot Pink. HEX triplet: F9, 6B and AC. RGB value is (249,107,172). Sum of RGB (Red+Green+Blue) = 249+107+172=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96BAC is #069453. Grayscale: #9C9C9C. Windows color (decimal): -431188 or 11299833. OLE color: 11299833.

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

Color convert

RGB 249 107 172 -
CMYK 0 0.57 0.31 0.02
HSL 332.54º 0.92% 0.7% -
HSV(B) 332.54º 0.57% 0.98% -
XYZ 51.77 33.63 42.79 -
YUV 156.87 136.54 193.71 -
System Red Green Blue C M Y K H S L
Decimal 249 107 172 0 0.57 0.31 0.02 332.54 0.92 0.7
Hex F9 6B AC 0 39 1F 2 14D 5C 46
Octal 371 153 254 0 71 37 2 515 134 106
Binary 11111001 1101011 10101100 0 111001 11111 10 101001101 1011100 1000110

Color Harmonies of #F96BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96BAC

Black with #F96BAC

Text Example


Text Example

White with #F96BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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