Html Css Color HEX #F964AC Hot Pink

📋 copy color: '#F964AC'

red 249 ◦ green 100 ◦ blue 172

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

Shades of Hot Pink #F964AC

Tints of Hot Pink #F964AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.19%

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

R = 47.79%
G = 19.19%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F964AC (or 0xF964AC) is known color: Hot Pink. HEX triplet: F9, 64 and AC. RGB value is (249,100,172). Sum of RGB (Red+Green+Blue) = 249+100+172=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F964AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F964AC is #069B53. Grayscale: #989898. Windows color (decimal): -432980 or 11298041. OLE color: 11298041.

HSL color Cylindrical-coordinate representation of color #F964AC: hue angle of 331.01º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F964AC is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 100 172 -
CMYK 0 0.60 0.31 0.02
HSL 331.01º 0.93% 0.68% -
HSV(B) 331.01º 0.6% 0.98% -
XYZ 51.07 32.23 42.56 -
YUV 152.76 138.86 196.65 -
System Red Green Blue C M Y K H S L
Decimal 249 100 172 0 0.60 0.31 0.02 331.01 0.93 0.68
Hex F9 64 AC 0 3C 1F 2 14B 5D 44
Octal 371 144 254 0 74 37 2 513 135 104
Binary 11111001 1100100 10101100 0 111100 11111 10 101001011 1011101 1000100

Color Harmonies of #F964AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F964AC

Black with #F964AC

Text Example


Text Example

White with #F964AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F964AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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