#FD5CB0

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

Shades of Hot Pink #FD5CB0

Tints of Hot Pink #FD5CB0

Color information

#FD5CB0 (or 0xFD5CB0) is unknown color: approx Hot Pink. HEX triplet: FD, 5C and B0. RGB value is (253,92,176). Sum of RGB (Red+Green+Blue) = 253+92+176=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5CB0 is #02A34F. Grayscale: #959595. Windows color (decimal): -172880 or 11558141. OLE color: 11558141.

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

Color convert

RGB25392176-
CMYK00.640.300.01
HSL328.7º97.58%67.65%-
HSV(B)328.7º63.64%99.22%-
XYZ52.1731.6744.44-
YUV149.71142.84201.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.56%
GREEN value IS 92 (36.33% from 255) = 17.66%
BLUE value IS 176 (69.14% from 255) = 33.78%
R=48.56%
G=17.66%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539217600.640.300.01328.797.5867.65
HexFD5CB00401E11496244
Octal3751342600100361511142104
Binary111111011011100101100000100000011110110100100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5CB0; }

 p { color: rgb(253,92,176); }

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

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

 a { background-color: rgb(253,92,176); }

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

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

 span { border-color: rgb(253,92,176); }

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