Html Css Color HEX #FC5DB9 Hot Pink

📋 copy color: '#FC5DB9'

red 252 ◦ green 93 ◦ blue 185

#FC5DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #FC5DB9

Tints of Hot Pink #FC5DB9

RGB

 RED value IS 252 (98.83% from 255) = 47.55%

 GREEN value IS 93 (36.72% from 255) = 17.55%

 BLUE value IS 185 (72.66% from 255) = 34.91%

R = 47.55%
G = 17.55%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FC5DB9 (or 0xFC5DB9) is known color: Hot Pink. HEX triplet: FC, 5D and B9. RGB value is (252,93,185). Sum of RGB (Red+Green+Blue) = 252+93+185=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DB9 is #03A246. Grayscale: #969696. Windows color (decimal): -238151 or 12148220. OLE color: 12148220.

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

Color convert

RGB 252 93 185 -
CMYK 0 0.63 0.27 0.01
HSL 325.28º 0.96% 0.68% -
HSV(B) 325.28º 0.63% 0.99% -
XYZ 52.82 32.03 49.3 -
YUV 151.03 147.18 200.02 -
System Red Green Blue C M Y K H S L
Decimal 252 93 185 0 0.63 0.27 0.01 325.28 0.96 0.68
Hex FC 5D B9 0 3F 1B 1 145 60 44
Octal 374 135 271 0 77 33 1 505 140 104
Binary 11111100 1011101 10111001 0 111111 11011 1 101000101 1100000 1000100

Color Harmonies of #FC5DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5DB9

Black with #FC5DB9

Text Example


Text Example

White with #FC5DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5DB9; }

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

 H1.HeaderClassName
 {
   color: #FC5DB9;
 }
 .AnyTagClassName
 {
   color: #FC5DB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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