Html Css Color HEX #FE5AB1 Hot Pink

📋 copy color: '#FE5AB1'

red 254 ◦ green 90 ◦ blue 177

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

Shades of Hot Pink #FE5AB1

Tints of Hot Pink #FE5AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.27%

 BLUE value IS 177 (69.53% from 255) = 33.97%

R = 48.75%
G = 17.27%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE5AB1 (or 0xFE5AB1) is known color: Hot Pink. HEX triplet: FE, 5A and B1. RGB value is (254,90,177). Sum of RGB (Red+Green+Blue) = 254+90+177=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 90 (35.55% from 255 or 17.27% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5AB1 is #01A54E. Grayscale: #949494. Windows color (decimal): -107855 or 11623166. OLE color: 11623166.

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

Color convert

RGB 254 90 177 -
CMYK 0 0.65 0.30 0.00
HSL 328.17º 0.99% 0.67% -
HSV(B) 328.17º 0.65% 1% -
XYZ 52.47 31.56 44.92 -
YUV 148.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 254 90 177 0 0.65 0.30 0.00 328.17 0.99 0.67
Hex FE 5A B1 0 41 1E 0 148 63 43
Octal 376 132 261 0 101 36 0 510 143 103
Binary 11111110 1011010 10110001 0 1000001 11110 0 101001000 1100011 1000011

Color Harmonies of #FE5AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5AB1

Black with #FE5AB1

Text Example


Text Example

White with #FE5AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5AB1; }

 p { color: rgb(254,90,177); }

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

background-color css

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

 a { background-color: rgb(254,90,177); }

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

border-color css

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

 span { border-color: rgb(254,90,177); }

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