Html Css Color HEX #F964AD Hot Pink

📋 copy color: '#F964AD'

red 249 ◦ green 100 ◦ blue 173

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

Shades of Hot Pink #F964AD

Tints of Hot Pink #F964AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.14%

R = 47.7%
G = 19.16%
B = 33.14%

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

#F964AD (or 0xF964AD) is known color: Hot Pink. HEX triplet: F9, 64 and AD. RGB value is (249,100,173). Sum of RGB (Red+Green+Blue) = 249+100+173=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F964AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F964AD is #069B52. Grayscale: #989898. Windows color (decimal): -432979 or 11363577. OLE color: 11363577.

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

Color convert

RGB 249 100 173 -
CMYK 0 0.60 0.31 0.02
HSL 330.6º 0.93% 0.68% -
HSV(B) 330.6º 0.6% 0.98% -
XYZ 51.17 32.27 43.07 -
YUV 152.87 139.36 196.56 -
System Red Green Blue C M Y K H S L
Decimal 249 100 173 0 0.60 0.31 0.02 330.6 0.93 0.68
Hex F9 64 AD 0 3C 1F 2 14B 5D 44
Octal 371 144 255 0 74 37 2 513 135 104
Binary 11111001 1100100 10101101 0 111100 11111 10 101001011 1011101 1000100

Color Harmonies of #F964AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F964AD

Black with #F964AD

Text Example


Text Example

White with #F964AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F964AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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