Html Css Color HEX #FE15A9 Spicy Pink

📋 copy color: '#FE15A9'

red 254 ◦ green 21 ◦ blue 169

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

Shades of Spicy Pink #FE15A9

Tints of Spicy Pink #FE15A9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.73%

 BLUE value IS 169 (66.41% from 255) = 38.06%

R = 57.21%
G = 4.73%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE15A9 (or 0xFE15A9) is known color: Spicy Pink. HEX triplet: FE, 15 and A9. RGB value is (254,21,169). Sum of RGB (Red+Green+Blue) = 254+21+169=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 169 (66.41% from 255 or 38.06% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE15A9 is #01EA56. Grayscale: #6B6B6B. Windows color (decimal): -125527 or 11081214. OLE color: 11081214.

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

Color convert

RGB 254 21 169 -
CMYK 0 0.92 0.33 0.00
HSL 321.89º 0.99% 0.54% -
HSV(B) 321.89º 0.92% 1% -
XYZ 48.3 24.47 39.71 -
YUV 107.54 162.69 232.47 -
System Red Green Blue C M Y K H S L
Decimal 254 21 169 0 0.92 0.33 0.00 321.89 0.99 0.54
Hex FE 15 A9 0 5C 21 0 142 63 36
Octal 376 25 251 0 134 41 0 502 143 66
Binary 11111110 10101 10101001 0 1011100 100001 0 101000010 1100011 110110

Color Harmonies of #FE15A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE15A9

Black with #FE15A9

Text Example


Text Example

White with #FE15A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE15A9; }

 p { color: rgb(254,21,169); }

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

background-color css

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

 a { background-color: rgb(254,21,169); }

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

border-color css

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

 span { border-color: rgb(254,21,169); }

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