Html Css Color HEX #FE0EAA Spicy Pink

📋 copy color: '#FE0EAA'

red 254 ◦ green 14 ◦ blue 170

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

Shades of Spicy Pink #FE0EAA

Tints of Spicy Pink #FE0EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.2%

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

R = 57.99%
G = 3.2%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE0EAA (or 0xFE0EAA) is known color: Spicy Pink. HEX triplet: FE, 0E and AA. RGB value is (254,14,170). Sum of RGB (Red+Green+Blue) = 254+14+170=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0EAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0EAA is #01F155. Grayscale: #676767. Windows color (decimal): -127318 or 11144958. OLE color: 11144958.

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

Color convert

RGB 254 14 170 -
CMYK 0 0.94 0.33 0.00
HSL 321º 0.99% 0.53% -
HSV(B) 321º 0.94% 1% -
XYZ 48.29 24.29 40.17 -
YUV 103.54 165.51 235.32 -
System Red Green Blue C M Y K H S L
Decimal 254 14 170 0 0.94 0.33 0.00 321 0.99 0.53
Hex FE E AA 0 5E 21 0 141 63 35
Octal 376 16 252 0 136 41 0 501 143 65
Binary 11111110 1110 10101010 0 1011110 100001 0 101000001 1100011 110101

Color Harmonies of #FE0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0EAA

Black with #FE0EAA

Text Example


Text Example

White with #FE0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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