#FC5DBE

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

Shades of Hot Pink #FC5DBE

Tints of Hot Pink #FC5DBE

Color information

#FC5DBE (or 0xFC5DBE) is unknown color: approx Hot Pink. HEX triplet: FC, 5D and BE. RGB value is (252,93,190). Sum of RGB (Red+Green+Blue) = 252+93+190=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 93 (36.72% from 255 or 17.38% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DBE is #03A241. Grayscale: #979797. Windows color (decimal): -238146 or 12475900. OLE color: 12475900.

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

Color convert

RGB25293190-
CMYK00.630.250.01
HSL323.4º96.36%67.65%-
HSV(B)323.4º63.1%98.82%-
XYZ53.3532.2452.13-
YUV151.6149.68199.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.10%
GREEN value IS 93 (36.72% from 255) = 17.38%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=47.10%
G=17.38%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529319000.630.250.01323.496.3667.65
HexFC5DBE03F1911436044
Octal374135276077311503140104
Binary11111100101110110111110011111111001110100001111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5DBE; }

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

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

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

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

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

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

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

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