Html Css Color HEX #FD5DAE Hot Pink

📋 copy color: '#FD5DAE'

red 253 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #FD5DAE

Tints of Hot Pink #FD5DAE

RGB

 RED value IS 253 (99.22% from 255) = 48.65%

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

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

R = 48.65%
G = 17.88%
B = 33.46%

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

#FD5DAE (or 0xFD5DAE) is known color: Hot Pink. HEX triplet: FD, 5D and AE. RGB value is (253,93,174). Sum of RGB (Red+Green+Blue) = 253+93+174=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5DAE is #02A251. Grayscale: #959595. Windows color (decimal): -172626 or 11427325. OLE color: 11427325.

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

Color convert

RGB 253 93 174 -
CMYK 0 0.63 0.31 0.01
HSL 329.63º 0.98% 0.68% -
HSV(B) 329.63º 0.63% 0.99% -
XYZ 52.06 31.77 43.43 -
YUV 150.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 253 93 174 0 0.63 0.31 0.01 329.63 0.98 0.68
Hex FD 5D AE 0 3F 1F 1 14A 62 44
Octal 375 135 256 0 77 37 1 512 142 104
Binary 11111101 1011101 10101110 0 111111 11111 1 101001010 1100010 1000100

Color Harmonies of #FD5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5DAE

Black with #FD5DAE

Text Example


Text Example

White with #FD5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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