#FD5BB5

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

Shades of Hot Pink #FD5BB5

Tints of Hot Pink #FD5BB5

Color information

#FD5BB5 (or 0xFD5BB5) is unknown color: approx Hot Pink. HEX triplet: FD, 5B and B5. RGB value is (253,91,181). Sum of RGB (Red+Green+Blue) = 253+91+181=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5BB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5BB5 is #02A44A. Grayscale: #959595. Windows color (decimal): -173131 or 11885565. OLE color: 11885565.

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

Color convert

RGB25391181-
CMYK00.640.280.01
HSL326.67º97.59%67.45%-
HSV(B)326.67º64.03%99.22%-
XYZ52.5931.747.06-
YUV149.7145.67201.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.19%
GREEN value IS 91 (35.94% from 255) = 17.33%
BLUE value IS 181 (71.09% from 255) = 34.48%
R=48.19%
G=17.33%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539118100.640.280.01326.6797.5967.45
HexFD5BB50401C11476243
Octal3751332650100341507142103
Binary111111011011011101101010100000011100110100011111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5BB5; }

 p { color: rgb(253,91,181); }

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

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

 a { background-color: rgb(253,91,181); }

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

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

 span { border-color: rgb(253,91,181); }

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