#F55FB5

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

Shades of Hot Pink #F55FB5

Tints of Hot Pink #F55FB5

Color information

#F55FB5 (or 0xF55FB5) is unknown color: approx Hot Pink. HEX triplet: F5, 5F and B5. RGB value is (245,95,181). Sum of RGB (Red+Green+Blue) = 245+95+181=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FB5 is #0AA04A. Grayscale: #959595. Windows color (decimal): -696395 or 11886581. OLE color: 11886581.

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

Color convert

RGB24595181-
CMYK00.610.260.04
HSL325.6º88.24%66.67%-
HSV(B)325.6º61.22%96.08%-
XYZ50.0930.9347.05-
YUV149.65145.7196.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 95 (37.5% from 255) = 18.23%
BLUE value IS 181 (71.09% from 255) = 34.74%
R=47.02%
G=18.23%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459518100.610.260.04325.688.2466.67
HexF55FB503D1A41465843
Octal365137265075324506130103
Binary1111010110111111011010101111011101010010100011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55FB5; }

 p { color: rgb(245,95,181); }

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

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

 a { background-color: rgb(245,95,181); }

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

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

 span { border-color: rgb(245,95,181); }

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