Html Css Color HEX #FC5EAD Hot Pink

📋 copy color: '#FC5EAD'

red 252 ◦ green 94 ◦ blue 173

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

Shades of Hot Pink #FC5EAD

Tints of Hot Pink #FC5EAD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.11%

 BLUE value IS 173 (67.97% from 255) = 33.33%

R = 48.55%
G = 18.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC5EAD (or 0xFC5EAD) is known color: Hot Pink. HEX triplet: FC, 5E and AD. RGB value is (252,94,173). Sum of RGB (Red+Green+Blue) = 252+94+173=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5EAD is #03A152. Grayscale: #969696. Windows color (decimal): -237907 or 11362044. OLE color: 11362044.

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

Color convert

RGB 252 94 173 -
CMYK 0 0.63 0.31 0.01
HSL 330º 0.96% 0.68% -
HSV(B) 330º 0.63% 0.99% -
XYZ 51.69 31.72 42.93 -
YUV 150.25 140.85 200.58 -
System Red Green Blue C M Y K H S L
Decimal 252 94 173 0 0.63 0.31 0.01 330 0.96 0.68
Hex FC 5E AD 0 3F 1F 1 14A 60 44
Octal 374 136 255 0 77 37 1 512 140 104
Binary 11111100 1011110 10101101 0 111111 11111 1 101001010 1100000 1000100

Color Harmonies of #FC5EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5EAD

Black with #FC5EAD

Text Example


Text Example

White with #FC5EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5EAD; }

 p { color: rgb(252,94,173); }

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

background-color css

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

 a { background-color: rgb(252,94,173); }

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

border-color css

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

 span { border-color: rgb(252,94,173); }

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