Html Css Color HEX #FE16AA Spicy Pink

📋 copy color: '#FE16AA'

red 254 ◦ green 22 ◦ blue 170

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

Shades of Spicy Pink #FE16AA

Tints of Spicy Pink #FE16AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.93%

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

R = 56.95%
G = 4.93%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE16AA (or 0xFE16AA) is known color: Spicy Pink. HEX triplet: FE, 16 and AA. RGB value is (254,22,170). Sum of RGB (Red+Green+Blue) = 254+22+170=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE16AA is #01E955. Grayscale: #6B6B6B. Windows color (decimal): -125270 or 11147006. OLE color: 11147006.

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

Color convert

RGB 254 22 170 -
CMYK 0 0.91 0.33 0.00
HSL 321.72º 0.99% 0.54% -
HSV(B) 321.72º 0.91% 1% -
XYZ 48.42 24.55 40.22 -
YUV 108.24 162.86 231.97 -
System Red Green Blue C M Y K H S L
Decimal 254 22 170 0 0.91 0.33 0.00 321.72 0.99 0.54
Hex FE 16 AA 0 5B 21 0 142 63 36
Octal 376 26 252 0 133 41 0 502 143 66
Binary 11111110 10110 10101010 0 1011011 100001 0 101000010 1100011 110110

Color Harmonies of #FE16AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE16AA

Black with #FE16AA

Text Example


Text Example

White with #FE16AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE16AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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