#F964B0

Color #F964B0 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #F964B0

Tints of Hot Pink #F964B0

Color information

#F964B0 (or 0xF964B0) is unknown color: approx 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

RGB249100176-
CMYK00.600.290.02
HSL329.4º92.55%68.43%-
HSV(B)329.4º59.84%97.65%-
XYZ51.4632.3944.61-
YUV153.21140.86196.32-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910017600.600.290.02329.492.5568.43
HexF964B003C1D21495d44
Octal371144260074352511135104
Binary111110011100100101100000111100111011010100100110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F964B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>