#F564BB

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

Shades of Hot Pink #F564BB

Tints of Hot Pink #F564BB

Color information

#F564BB (or 0xF564BB) is unknown color: approx Hot Pink. HEX triplet: F5, 64 and BB. RGB value is (245,100,187). Sum of RGB (Red+Green+Blue) = 245+100+187=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F564BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564BB is #0A9B44. Grayscale: #999999. Windows color (decimal): -695109 or 12281077. OLE color: 12281077.

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

Color convert

RGB245100187-
CMYK00.590.240.04
HSL324º87.88%67.65%-
HSV(B)324º59.18%96.08%-
XYZ51.1832.1150.51-
YUV153.27147.04193.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.05%
GREEN value IS 100 (39.45% from 255) = 18.80%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=46.05%
G=18.80%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510018700.590.240.0432487.8867.65
HexF564BB03B1841445844
Octal365144273073304504130104
Binary1111010111001001011101101110111100010010100010010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F564BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F564BB; }

 p { color: rgb(245,100,187); }

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

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

 a { background-color: rgb(245,100,187); }

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

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

 span { border-color: rgb(245,100,187); }

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