Html Css Color HEX #FE5DAE Hot Pink

📋 copy color: '#FE5DAE'

red 254 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #FE5DAE

Tints of Hot Pink #FE5DAE

RGB

 RED value IS 254 (99.61% from 255) = 48.75%

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

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

R = 48.75%
G = 17.85%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE5DAE (or 0xFE5DAE) is known color: Hot Pink. HEX triplet: FE, 5D and AE. RGB value is (254,93,174). Sum of RGB (Red+Green+Blue) = 254+93+174=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5DAE is #01A251. Grayscale: #969696. Windows color (decimal): -107090 or 11427326. OLE color: 11427326.

HSL color Cylindrical-coordinate representation of color #FE5DAE: hue angle of 329.81º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5DAE is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 93 174 -
CMYK 0 0.63 0.31 0.00
HSL 329.81º 0.99% 0.68% -
HSV(B) 329.81º 0.63% 1% -
XYZ 52.43 31.96 43.45 -
YUV 150.37 141.34 201.91 -
System Red Green Blue C M Y K H S L
Decimal 254 93 174 0 0.63 0.31 0.00 329.81 0.99 0.68
Hex FE 5D AE 0 3F 1F 0 14A 63 44
Octal 376 135 256 0 77 37 0 512 143 104
Binary 11111110 1011101 10101110 0 111111 11111 0 101001010 1100011 1000100

Color Harmonies of #FE5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DAE

Black with #FE5DAE

Text Example


Text Example

White with #FE5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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