Html Css Color HEX #FE5AB9 Hot Pink

📋 copy color: '#FE5AB9'

red 254 ◦ green 90 ◦ blue 185

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

Shades of Hot Pink #FE5AB9

Tints of Hot Pink #FE5AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.97%

R = 48.02%
G = 17.01%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE5AB9 (or 0xFE5AB9) is known color: Hot Pink. HEX triplet: FE, 5A and B9. RGB value is (254,90,185). Sum of RGB (Red+Green+Blue) = 254+90+185=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5AB9 is #01A546. Grayscale: #959595. Windows color (decimal): -107847 or 12147454. OLE color: 12147454.

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

Color convert

RGB 254 90 185 -
CMYK 0 0.65 0.27 0.00
HSL 325.24º 0.99% 0.67% -
HSV(B) 325.24º 0.65% 1% -
XYZ 53.29 31.89 49.25 -
YUV 149.87 147.83 202.28 -
System Red Green Blue C M Y K H S L
Decimal 254 90 185 0 0.65 0.27 0.00 325.24 0.99 0.67
Hex FE 5A B9 0 41 1B 0 145 63 43
Octal 376 132 271 0 101 33 0 505 143 103
Binary 11111110 1011010 10111001 0 1000001 11011 0 101000101 1100011 1000011

Color Harmonies of #FE5AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5AB9

Black with #FE5AB9

Text Example


Text Example

White with #FE5AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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