#FD5FB4

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

Shades of Hot Pink #FD5FB4

Tints of Hot Pink #FD5FB4

Color information

#FD5FB4 (or 0xFD5FB4) is unknown color: approx Hot Pink. HEX triplet: FD, 5F and B4. RGB value is (253,95,180). Sum of RGB (Red+Green+Blue) = 253+95+180=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5FB4 is #02A04B. Grayscale: #979797. Windows color (decimal): -172108 or 11821053. OLE color: 11821053.

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

Color convert

RGB25395180-
CMYK00.620.290.01
HSL327.72º97.53%68.24%-
HSV(B)327.72º62.45%99.22%-
XYZ52.8432.3646.64-
YUV151.93143.85200.09-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.92%
GREEN value IS 95 (37.5% from 255) = 17.99%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=47.92%
G=17.99%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539518000.620.290.01327.7297.5368.24
HexFD5FB403E1D11486244
Octal375137264076351510142104
Binary11111101101111110110100011111011101110100100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5FB4; }

 p { color: rgb(253,95,180); }

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

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

 a { background-color: rgb(253,95,180); }

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

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

 span { border-color: rgb(253,95,180); }

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