Html Css Color HEX #FE5ABA Hot Pink

📋 copy color: '#FE5ABA'

red 254 ◦ green 90 ◦ blue 186

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

Shades of Hot Pink #FE5ABA

Tints of Hot Pink #FE5ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 47.92%
G = 16.98%
B = 35.09%

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

#FE5ABA (or 0xFE5ABA) is known color: Hot Pink. HEX triplet: FE, 5A and BA. RGB value is (254,90,186). Sum of RGB (Red+Green+Blue) = 254+90+186=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 90 (35.55% from 255 or 16.98% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ABA is #01A545. Grayscale: #959595. Windows color (decimal): -107846 or 12212990. OLE color: 12212990.

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

Color convert

RGB 254 90 186 -
CMYK 0 0.65 0.27 0.00
HSL 324.88º 0.99% 0.67% -
HSV(B) 324.88º 0.65% 1% -
XYZ 53.39 31.93 49.8 -
YUV 149.98 148.33 202.19 -
System Red Green Blue C M Y K H S L
Decimal 254 90 186 0 0.65 0.27 0.00 324.88 0.99 0.67
Hex FE 5A BA 0 41 1B 0 145 63 43
Octal 376 132 272 0 101 33 0 505 143 103
Binary 11111110 1011010 10111010 0 1000001 11011 0 101000101 1100011 1000011

Color Harmonies of #FE5ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5ABA

Black with #FE5ABA

Text Example


Text Example

White with #FE5ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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