#FC5DBA

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

Shades of Hot Pink #FC5DBA

Tints of Hot Pink #FC5DBA

Color information

#FC5DBA (or 0xFC5DBA) is unknown color: approx Hot Pink. HEX triplet: FC, 5D and BA. RGB value is (252,93,186). Sum of RGB (Red+Green+Blue) = 252+93+186=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DBA is #03A245. Grayscale: #969696. Windows color (decimal): -238150 or 12213756. OLE color: 12213756.

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

Color convert

RGB25293186-
CMYK00.630.260.01
HSL324.91º96.36%67.65%-
HSV(B)324.91º63.1%98.82%-
XYZ52.9232.0749.86-
YUV151.14147.68199.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.46%
GREEN value IS 93 (36.72% from 255) = 17.51%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=47.46%
G=17.51%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529318600.630.260.01324.9196.3667.65
HexFC5DBA03F1A11456044
Octal374135272077321505140104
Binary11111100101110110111010011111111010110100010111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5DBA; }

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

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

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

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

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

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

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

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