#FC5DB1

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

Shades of Hot Pink #FC5DB1

Tints of Hot Pink #FC5DB1

Color information

#FC5DB1 (or 0xFC5DB1) is unknown color: approx Hot Pink. HEX triplet: FC, 5D and B1. RGB value is (252,93,177). Sum of RGB (Red+Green+Blue) = 252+93+177=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5DB1 is #03A24E. Grayscale: #959595. Windows color (decimal): -238159 or 11623932. OLE color: 11623932.

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

Color convert

RGB25293177-
CMYK00.630.300.01
HSL328.3º96.36%67.65%-
HSV(B)328.3º63.1%98.82%-
XYZ5231.744.97-
YUV150.12143.18200.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.28%
GREEN value IS 93 (36.72% from 255) = 17.82%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=48.28%
G=17.82%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529317700.630.300.01328.396.3667.65
HexFC5DB103F1E11486044
Octal374135261077361510140104
Binary11111100101110110110001011111111110110100100011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5DB1; }

 p { color: rgb(252,93,177); }

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

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

 a { background-color: rgb(252,93,177); }

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

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

 span { border-color: rgb(252,93,177); }

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