Html Css Color HEX #FC5DB5 Hot Pink

📋 copy color: '#FC5DB5'

red 252 ◦ green 93 ◦ blue 181

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

Shades of Hot Pink #FC5DB5

Tints of Hot Pink #FC5DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.41%

R = 47.91%
G = 17.68%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FC5DB5 (or 0xFC5DB5) is known color: Hot Pink. HEX triplet: FC, 5D and B5. RGB value is (252,93,181). Sum of RGB (Red+Green+Blue) = 252+93+181=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5DB5 is #03A24A. Grayscale: #969696. Windows color (decimal): -238155 or 11886076. OLE color: 11886076.

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

Color convert

RGB 252 93 181 -
CMYK 0 0.63 0.28 0.01
HSL 326.79º 0.96% 0.68% -
HSV(B) 326.79º 0.63% 0.99% -
XYZ 52.4 31.86 47.1 -
YUV 150.57 145.18 200.34 -
System Red Green Blue C M Y K H S L
Decimal 252 93 181 0 0.63 0.28 0.01 326.79 0.96 0.68
Hex FC 5D B5 0 3F 1C 1 147 60 44
Octal 374 135 265 0 77 34 1 507 140 104
Binary 11111100 1011101 10110101 0 111111 11100 1 101000111 1100000 1000100

Color Harmonies of #FC5DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5DB5

Black with #FC5DB5

Text Example


Text Example

White with #FC5DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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