Html Css Color HEX #FE5EAF Hot Pink

📋 copy color: '#FE5EAF'

red 254 ◦ green 94 ◦ blue 175

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

Shades of Hot Pink #FE5EAF

Tints of Hot Pink #FE5EAF

RGB

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

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

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

R = 48.57%
G = 17.97%
B = 33.46%

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

#FE5EAF (or 0xFE5EAF) is known color: Hot Pink. HEX triplet: FE, 5E and AF. RGB value is (254,94,175). Sum of RGB (Red+Green+Blue) = 254+94+175=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5EAF is #01A150. Grayscale: #969696. Windows color (decimal): -106833 or 11493118. OLE color: 11493118.

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

Color convert

RGB 254 94 175 -
CMYK 0 0.63 0.31 0.00
HSL 329.63º 0.99% 0.68% -
HSV(B) 329.63º 0.63% 1% -
XYZ 52.61 32.17 43.99 -
YUV 151.07 141.51 201.41 -
System Red Green Blue C M Y K H S L
Decimal 254 94 175 0 0.63 0.31 0.00 329.63 0.99 0.68
Hex FE 5E AF 0 3F 1F 0 14A 63 44
Octal 376 136 257 0 77 37 0 512 143 104
Binary 11111110 1011110 10101111 0 111111 11111 0 101001010 1100011 1000100

Color Harmonies of #FE5EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5EAF

Black with #FE5EAF

Text Example


Text Example

White with #FE5EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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