Html Css Color HEX #FE5DAF Hot Pink

📋 copy color: '#FE5DAF'

red 254 ◦ green 93 ◦ blue 175

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

Shades of Hot Pink #FE5DAF

Tints of Hot Pink #FE5DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.52%

R = 48.66%
G = 17.82%
B = 33.52%

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

#FE5DAF (or 0xFE5DAF) is known color: Hot Pink. HEX triplet: FE, 5D and AF. RGB value is (254,93,175). Sum of RGB (Red+Green+Blue) = 254+93+175=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 93 (36.72% from 255 or 17.82% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5DAF is #01A250. Grayscale: #969696. Windows color (decimal): -107089 or 11492862. OLE color: 11492862.

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

Color convert

RGB 254 93 175 -
CMYK 0 0.63 0.31 0.00
HSL 329.44º 0.99% 0.68% -
HSV(B) 329.44º 0.63% 1% -
XYZ 52.53 31.99 43.96 -
YUV 150.49 141.84 201.83 -
System Red Green Blue C M Y K H S L
Decimal 254 93 175 0 0.63 0.31 0.00 329.44 0.99 0.68
Hex FE 5D AF 0 3F 1F 0 149 63 44
Octal 376 135 257 0 77 37 0 511 143 104
Binary 11111110 1011101 10101111 0 111111 11111 0 101001001 1100011 1000100

Color Harmonies of #FE5DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DAF

Black with #FE5DAF

Text Example


Text Example

White with #FE5DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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