Html Css Color HEX #FC5DAE Hot Pink

📋 copy color: '#FC5DAE'

red 252 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #FC5DAE

Tints of Hot Pink #FC5DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.53%

R = 48.55%
G = 17.92%
B = 33.53%

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

#FC5DAE (or 0xFC5DAE) is known color: Hot Pink. HEX triplet: FC, 5D and AE. RGB value is (252,93,174). Sum of RGB (Red+Green+Blue) = 252+93+174=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5DAE is #03A251. Grayscale: #959595. Windows color (decimal): -238162 or 11427324. OLE color: 11427324.

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

Color convert

RGB 252 93 174 -
CMYK 0 0.63 0.31 0.01
HSL 329.43º 0.96% 0.68% -
HSV(B) 329.43º 0.63% 0.99% -
XYZ 51.7 31.58 43.42 -
YUV 149.78 141.68 200.91 -
System Red Green Blue C M Y K H S L
Decimal 252 93 174 0 0.63 0.31 0.01 329.43 0.96 0.68
Hex FC 5D AE 0 3F 1F 1 149 60 44
Octal 374 135 256 0 77 37 1 511 140 104
Binary 11111100 1011101 10101110 0 111111 11111 1 101001001 1100000 1000100

Color Harmonies of #FC5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5DAE

Black with #FC5DAE

Text Example


Text Example

White with #FC5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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