#F55EB4

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

Shades of Hot Pink #F55EB4

Tints of Hot Pink #F55EB4

Color information

#F55EB4 (or 0xF55EB4) is unknown color: approx Hot Pink. HEX triplet: F5, 5E and B4. RGB value is (245,94,180). Sum of RGB (Red+Green+Blue) = 245+94+180=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F55EB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55EB4 is #0AA14B. Grayscale: #949494. Windows color (decimal): -696652 or 11820789. OLE color: 11820789.

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

Color convert

RGB24594180-
CMYK00.620.270.04
HSL325.83º88.3%66.47%-
HSV(B)325.83º61.63%96.08%-
XYZ49.930.7146.48-
YUV148.95145.53196.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.21%
GREEN value IS 94 (37.11% from 255) = 18.11%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=47.21%
G=18.11%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459418000.620.270.04325.8388.366.47
HexF55EB403E1B41465842
Octal365136264076334506130102
Binary1111010110111101011010001111101101110010100011010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55EB4; }

 p { color: rgb(245,94,180); }

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

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

 a { background-color: rgb(245,94,180); }

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

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

 span { border-color: rgb(245,94,180); }

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