#F664BD

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

Shades of Hot Pink #F664BD

Tints of Hot Pink #F664BD

Color information

#F664BD (or 0xF664BD) is unknown color: approx Hot Pink. HEX triplet: F6, 64 and BD. RGB value is (246,100,189). Sum of RGB (Red+Green+Blue) = 246+100+189=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F664BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F664BD is #099B42. Grayscale: #999999. Windows color (decimal): -629571 or 12412150. OLE color: 12412150.

HSL color Cylindrical-coordinate representation of color #F664BD: hue angle of 323.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F664BD is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB246100189-
CMYK00.590.230.04
HSL323.42º89.02%67.84%-
HSV(B)323.42º59.35%96.47%-
XYZ51.7532.3851.67-
YUV153.8147.87193.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.98%
GREEN value IS 100 (39.45% from 255) = 18.69%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=45.98%
G=18.69%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610018900.590.230.04323.4289.0267.84
HexF664BD03B1741435944
Octal366144275073274503131104
Binary1111011011001001011110101110111011110010100001110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F664BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F664BD; }

 p { color: rgb(246,100,189); }

 H1.HeaderClassName
 {
   color: #F664BD;
 }
 .AnyTagClassName
 {
   color: #F664BD;
 }
</style>
background-color css

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

 a { background-color: rgb(246,100,189); }

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

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

 span { border-color: rgb(246,100,189); }

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