#F55DAF

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

Shades of Hot Pink #F55DAF

Tints of Hot Pink #F55DAF

Color information

#F55DAF (or 0xF55DAF) is unknown color: approx Hot Pink. HEX triplet: F5, 5D and AF. RGB value is (245,93,175). Sum of RGB (Red+Green+Blue) = 245+93+175=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55DAF is #0AA250. Grayscale: #939393. Windows color (decimal): -696913 or 11492853. OLE color: 11492853.

HSL color Cylindrical-coordinate representation of color #F55DAF: hue angle of 327.63º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55DAF is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB24593175-
CMYK00.620.290.04
HSL327.63º88.37%66.27%-
HSV(B)327.63º62.04%96.08%-
XYZ49.3130.3443.81-
YUV147.8143.36197.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.76%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=47.76%
G=18.13%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459317500.620.290.04327.6388.3766.27
HexF55DAF03E1D41485842
Octal365135257076354510130102
Binary1111010110111011010111101111101110110010100100010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55DAF; }

 p { color: rgb(245,93,175); }

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

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

 a { background-color: rgb(245,93,175); }

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

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

 span { border-color: rgb(245,93,175); }

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