#F664B1

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

Shades of Hot Pink #F664B1

Tints of Hot Pink #F664B1

Color information

#F664B1 (or 0xF664B1) is unknown color: approx Hot Pink. HEX triplet: F6, 64 and B1. RGB value is (246,100,177). Sum of RGB (Red+Green+Blue) = 246+100+177=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F664B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F664B1 is #099B4E. Grayscale: #989898. Windows color (decimal): -629583 or 11625718. OLE color: 11625718.

HSL color Cylindrical-coordinate representation of color #F664B1: hue angle of 328.36º 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 #F664B1 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB246100177-
CMYK00.590.280.04
HSL328.36º89.02%67.84%-
HSV(B)328.36º59.35%96.47%-
XYZ50.531.8845.09-
YUV152.43141.87194.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.04%
GREEN value IS 100 (39.45% from 255) = 19.12%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=47.04%
G=19.12%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610017700.590.280.04328.3689.0267.84
HexF664B103B1C41485944
Octal366144261073344510131104
Binary1111011011001001011000101110111110010010100100010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F664B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F664B1; }

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

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

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

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

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

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

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

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