Html Css Color HEX #FE5AB8 Hot Pink

📋 copy color: '#FE5AB8'

red 254 ◦ green 90 ◦ blue 184

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

Shades of Hot Pink #FE5AB8

Tints of Hot Pink #FE5AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.85%

R = 48.11%
G = 17.05%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE5AB8 (or 0xFE5AB8) is known color: Hot Pink. HEX triplet: FE, 5A and B8. RGB value is (254,90,184). Sum of RGB (Red+Green+Blue) = 254+90+184=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 90 (35.55% from 255 or 17.05% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5AB8 is #01A547. Grayscale: #959595. Windows color (decimal): -107848 or 12081918. OLE color: 12081918.

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

Color convert

RGB 254 90 184 -
CMYK 0 0.65 0.28 0.00
HSL 325.61º 0.99% 0.67% -
HSV(B) 325.61º 0.65% 1% -
XYZ 53.18 31.84 48.69 -
YUV 149.75 147.33 202.36 -
System Red Green Blue C M Y K H S L
Decimal 254 90 184 0 0.65 0.28 0.00 325.61 0.99 0.67
Hex FE 5A B8 0 41 1C 0 146 63 43
Octal 376 132 270 0 101 34 0 506 143 103
Binary 11111110 1011010 10111000 0 1000001 11100 0 101000110 1100011 1000011

Color Harmonies of #FE5AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5AB8

Black with #FE5AB8

Text Example


Text Example

White with #FE5AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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