#FD58B7

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

Shades of Hot Pink #FD58B7

Tints of Hot Pink #FD58B7

Color information

#FD58B7 (or 0xFD58B7) is unknown color: approx Hot Pink. HEX triplet: FD, 58 and B7. RGB value is (253,88,183). Sum of RGB (Red+Green+Blue) = 253+88+183=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD58B7 is #02A748. Grayscale: #939393. Windows color (decimal): -173897 or 12015869. OLE color: 12015869.

HSL color Cylindrical-coordinate representation of color #FD58B7: hue angle of 325.45º 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 #FD58B7 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB25388183-
CMYK00.650.280.01
HSL325.45º97.63%66.86%-
HSV(B)325.45º65.22%99.22%-
XYZ52.5431.2848.07-
YUV148.16147.66202.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.28%
GREEN value IS 88 (34.77% from 255) = 16.79%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=48.28%
G=16.79%
B=34.92%

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
Decimal2538818300.650.280.01325.4597.6366.86
HexFD58B70411C11456243
Octal3751302670101341505142103
Binary111111011011000101101110100000111100110100010111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD58B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD58B7; }

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

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

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

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

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

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

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

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