Html Css Color HEX #FE21AA Spicy Pink

📋 copy color: '#FE21AA'

red 254 ◦ green 33 ◦ blue 170

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

Shades of Spicy Pink #FE21AA

Tints of Spicy Pink #FE21AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.22%

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

R = 55.58%
G = 7.22%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE21AA (or 0xFE21AA) is known color: Spicy Pink. HEX triplet: FE, 21 and AA. RGB value is (254,33,170). Sum of RGB (Red+Green+Blue) = 254+33+170=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE21AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE21AA is #01DE55. Grayscale: #727272. Windows color (decimal): -122454 or 11149822. OLE color: 11149822.

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

Color convert

RGB 254 33 170 -
CMYK 0 0.87 0.33 0.00
HSL 322.81º 0.99% 0.56% -
HSV(B) 322.81º 0.87% 1% -
XYZ 48.67 25.06 40.3 -
YUV 114.7 159.22 227.36 -
System Red Green Blue C M Y K H S L
Decimal 254 33 170 0 0.87 0.33 0.00 322.81 0.99 0.56
Hex FE 21 AA 0 57 21 0 143 63 38
Octal 376 41 252 0 127 41 0 503 143 70
Binary 11111110 100001 10101010 0 1010111 100001 0 101000011 1100011 111000

Color Harmonies of #FE21AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE21AA

Black with #FE21AA

Text Example


Text Example

White with #FE21AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE21AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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