#F55DBD

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

Shades of Hot Pink #F55DBD

Tints of Hot Pink #F55DBD

Color information

#F55DBD (or 0xF55DBD) is unknown color: approx Hot Pink. HEX triplet: F5, 5D and BD. RGB value is (245,93,189). Sum of RGB (Red+Green+Blue) = 245+93+189=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55DBD is #0AA242. Grayscale: #959595. Windows color (decimal): -696899 or 12410357. OLE color: 12410357.

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

Color convert

RGB24593189-
CMYK00.620.230.04
HSL322.11º88.37%66.27%-
HSV(B)322.11º62.04%96.08%-
XYZ50.7630.9251.44-
YUV149.39150.36196.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.49%
GREEN value IS 93 (36.72% from 255) = 17.65%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=46.49%
G=17.65%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459318900.620.230.04322.1188.3766.27
HexF55DBD03E1741425842
Octal365135275076274502130102
Binary1111010110111011011110101111101011110010100001010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55DBD; }

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

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

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

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

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

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

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

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