Html Css Color HEX #FE11AA Spicy Pink

📋 copy color: '#FE11AA'

red 254 ◦ green 17 ◦ blue 170

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

Shades of Spicy Pink #FE11AA

Tints of Spicy Pink #FE11AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.85%

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 57.6%
G = 3.85%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE11AA (or 0xFE11AA) is known color: Spicy Pink. HEX triplet: FE, 11 and AA. RGB value is (254,17,170). Sum of RGB (Red+Green+Blue) = 254+17+170=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE11AA is #01EE55. Grayscale: #686868. Windows color (decimal): -126550 or 11145726. OLE color: 11145726.

HSL color Cylindrical-coordinate representation of color #FE11AA: hue angle of 321.27º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE11AA is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 17 170 -
CMYK 0 0.93 0.33 0.00
HSL 321.27º 0.99% 0.53% -
HSV(B) 321.27º 0.93% 1% -
XYZ 48.33 24.37 40.19 -
YUV 105.31 164.52 234.06 -
System Red Green Blue C M Y K H S L
Decimal 254 17 170 0 0.93 0.33 0.00 321.27 0.99 0.53
Hex FE 11 AA 0 5D 21 0 141 63 35
Octal 376 21 252 0 135 41 0 501 143 65
Binary 11111110 10001 10101010 0 1011101 100001 0 101000001 1100011 110101

Color Harmonies of #FE11AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE11AA

Black with #FE11AA

Text Example


Text Example

White with #FE11AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE11AA; }

 p { color: rgb(254,17,170); }

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

background-color css

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

 a { background-color: rgb(254,17,170); }

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

border-color css

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

 span { border-color: rgb(254,17,170); }

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