Html Css Color HEX #FE16A2 Spicy Pink

📋 copy color: '#FE16A2'

red 254 ◦ green 22 ◦ blue 162

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

Shades of Spicy Pink #FE16A2

Tints of Spicy Pink #FE16A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.99%

R = 57.99%
G = 5.02%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FE16A2 (or 0xFE16A2) is known color: Spicy Pink. HEX triplet: FE, 16 and A2. RGB value is (254,22,162). Sum of RGB (Red+Green+Blue) = 254+22+162=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE16A2 is #01E95D. Grayscale: #6B6B6B. Windows color (decimal): -125278 or 10622718. OLE color: 10622718.

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

Color convert

RGB 254 22 162 -
CMYK 0 0.91 0.36 0.00
HSL 323.79º 0.99% 0.54% -
HSV(B) 323.79º 0.91% 1% -
XYZ 47.68 24.25 36.35 -
YUV 107.33 158.86 232.62 -
System Red Green Blue C M Y K H S L
Decimal 254 22 162 0 0.91 0.36 0.00 323.79 0.99 0.54
Hex FE 16 A2 0 5B 24 0 144 63 36
Octal 376 26 242 0 133 44 0 504 143 66
Binary 11111110 10110 10100010 0 1011011 100100 0 101000100 1100011 110110

Color Harmonies of #FE16A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE16A2

Black with #FE16A2

Text Example


Text Example

White with #FE16A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE16A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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