#FD58B6

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

Shades of Hot Pink #FD58B6

Tints of Hot Pink #FD58B6

Color information

#FD58B6 (or 0xFD58B6) is unknown color: approx Hot Pink. HEX triplet: FD, 58 and B6. RGB value is (253,88,182). Sum of RGB (Red+Green+Blue) = 253+88+182=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD58B6 is #02A749. Grayscale: #939393. Windows color (decimal): -173898 or 11950333. OLE color: 11950333.

HSL color Cylindrical-coordinate representation of color #FD58B6: hue angle of 325.82º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD58B6 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB25388182-
CMYK00.650.280.01
HSL325.82º97.63%66.86%-
HSV(B)325.82º65.22%99.22%-
XYZ52.4431.2447.52-
YUV148.05147.16202.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.37%
GREEN value IS 88 (34.77% from 255) = 16.83%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=48.37%
G=16.83%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538818200.650.280.01325.8297.6366.86
HexFD58B60411C11466243
Octal3751302660101341506142103
Binary111111011011000101101100100000111100110100011011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD58B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD58B6; }

 p { color: rgb(253,88,182); }

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

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

 a { background-color: rgb(253,88,182); }

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

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

 span { border-color: rgb(253,88,182); }

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