Html Css Color HEX #F964B0 Hot Pink

📋 copy color: '#F964B0'

red 249 ◦ green 100 ◦ blue 176

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

Shades of Hot Pink #F964B0

Tints of Hot Pink #F964B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.52%

R = 47.43%
G = 19.05%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F964B0 (or 0xF964B0) is known color: Hot Pink. HEX triplet: F9, 64 and B0. RGB value is (249,100,176). Sum of RGB (Red+Green+Blue) = 249+100+176=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F964B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F964B0 is #069B4F. Grayscale: #999999. Windows color (decimal): -432976 or 11560185. OLE color: 11560185.

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

Color convert

RGB 249 100 176 -
CMYK 0 0.60 0.29 0.02
HSL 329.4º 0.93% 0.68% -
HSV(B) 329.4º 0.6% 0.98% -
XYZ 51.46 32.39 44.61 -
YUV 153.22 140.86 196.32 -
System Red Green Blue C M Y K H S L
Decimal 249 100 176 0 0.60 0.29 0.02 329.4 0.93 0.68
Hex F9 64 B0 0 3C 1D 2 149 5D 44
Octal 371 144 260 0 74 35 2 511 135 104
Binary 11111001 1100100 10110000 0 111100 11101 10 101001001 1011101 1000100

Color Harmonies of #F964B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F964B0

Black with #F964B0

Text Example


Text Example

White with #F964B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F964B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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