Html Css Color HEX #FE5ABD Hot Pink

📋 copy color: '#FE5ABD'

red 254 ◦ green 90 ◦ blue 189

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

Shades of Hot Pink #FE5ABD

Tints of Hot Pink #FE5ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.46%

R = 47.65%
G = 16.89%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE5ABD (or 0xFE5ABD) is known color: Hot Pink. HEX triplet: FE, 5A and BD. RGB value is (254,90,189). Sum of RGB (Red+Green+Blue) = 254+90+189=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5ABD is #01A542. Grayscale: #969696. Windows color (decimal): -107843 or 12409598. OLE color: 12409598.

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

Color convert

RGB 254 90 189 -
CMYK 0 0.65 0.26 0.00
HSL 323.78º 0.99% 0.67% -
HSV(B) 323.78º 0.65% 1% -
XYZ 53.71 32.06 51.5 -
YUV 150.32 149.83 201.95 -
System Red Green Blue C M Y K H S L
Decimal 254 90 189 0 0.65 0.26 0.00 323.78 0.99 0.67
Hex FE 5A BD 0 41 1A 0 144 63 43
Octal 376 132 275 0 101 32 0 504 143 103
Binary 11111110 1011010 10111101 0 1000001 11010 0 101000100 1100011 1000011

Color Harmonies of #FE5ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5ABD

Black with #FE5ABD

Text Example


Text Example

White with #FE5ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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