Html Css Color HEX #FE5AB5 Hot Pink

📋 copy color: '#FE5AB5'

red 254 ◦ green 90 ◦ blue 181

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

Shades of Hot Pink #FE5AB5

Tints of Hot Pink #FE5AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.48%

R = 48.38%
G = 17.14%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE5AB5 (or 0xFE5AB5) is known color: Hot Pink. HEX triplet: FE, 5A and B5. RGB value is (254,90,181). Sum of RGB (Red+Green+Blue) = 254+90+181=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 90 (35.55% from 255 or 17.14% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5AB5 is #01A54A. Grayscale: #959595. Windows color (decimal): -107851 or 11885310. OLE color: 11885310.

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

Color convert

RGB 254 90 181 -
CMYK 0 0.65 0.29 0.00
HSL 326.71º 0.99% 0.67% -
HSV(B) 326.71º 0.65% 1% -
XYZ 52.87 31.72 47.05 -
YUV 149.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 254 90 181 0 0.65 0.29 0.00 326.71 0.99 0.67
Hex FE 5A B5 0 41 1D 0 147 63 43
Octal 376 132 265 0 101 35 0 507 143 103
Binary 11111110 1011010 10110101 0 1000001 11101 0 101000111 1100011 1000011

Color Harmonies of #FE5AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5AB5

Black with #FE5AB5

Text Example


Text Example

White with #FE5AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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