Html Css Color HEX #F964AF Hot Pink

📋 copy color: '#F964AF'

red 249 ◦ green 100 ◦ blue 175

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

Shades of Hot Pink #F964AF

Tints of Hot Pink #F964AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.4%

R = 47.52%
G = 19.08%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F964AF (or 0xF964AF) is known color: Hot Pink. HEX triplet: F9, 64 and AF. RGB value is (249,100,175). Sum of RGB (Red+Green+Blue) = 249+100+175=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F964AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F964AF is #069B50. Grayscale: #989898. Windows color (decimal): -432977 or 11494649. OLE color: 11494649.

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

Color convert

RGB 249 100 175 -
CMYK 0 0.60 0.30 0.02
HSL 329.8º 0.93% 0.68% -
HSV(B) 329.8º 0.6% 0.98% -
XYZ 51.36 32.35 44.09 -
YUV 153.1 140.36 196.4 -
System Red Green Blue C M Y K H S L
Decimal 249 100 175 0 0.60 0.30 0.02 329.8 0.93 0.68
Hex F9 64 AF 0 3C 1E 2 14A 5D 44
Octal 371 144 257 0 74 36 2 512 135 104
Binary 11111001 1100100 10101111 0 111100 11110 10 101001010 1011101 1000100

Color Harmonies of #F964AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F964AF

Black with #F964AF

Text Example


Text Example

White with #F964AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F964AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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