#FD5FBD

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

Shades of Hot Pink #FD5FBD

Tints of Hot Pink #FD5FBD

Color information

#FD5FBD (or 0xFD5FBD) is unknown color: approx Hot Pink. HEX triplet: FD, 5F and BD. RGB value is (253,95,189). Sum of RGB (Red+Green+Blue) = 253+95+189=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5FBD is #02A042. Grayscale: #989898. Windows color (decimal): -172099 or 12410877. OLE color: 12410877.

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

Color convert

RGB25395189-
CMYK00.620.250.01
HSL324.3º97.53%68.24%-
HSV(B)324.3º62.45%99.22%-
XYZ53.7932.7451.63-
YUV152.96148.35199.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.11%
GREEN value IS 95 (37.5% from 255) = 17.69%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=47.11%
G=17.69%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539518900.620.250.01324.397.5368.24
HexFD5FBD03E1911446244
Octal375137275076311504142104
Binary11111101101111110111101011111011001110100010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5FBD; }

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

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

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

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

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

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

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

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