Html Css Color HEX #FE11A8 Spicy Pink

📋 copy color: '#FE11A8'

red 254 ◦ green 17 ◦ blue 168

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

Shades of Spicy Pink #FE11A8

Tints of Spicy Pink #FE11A8

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.87%

 BLUE value IS 168 (66.02% from 255) = 38.27%

R = 57.86%
G = 3.87%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FE11A8 (or 0xFE11A8) is known color: Spicy Pink. HEX triplet: FE, 11 and A8. RGB value is (254,17,168). Sum of RGB (Red+Green+Blue) = 254+17+168=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE11A8 is #01EE57. Grayscale: #686868. Windows color (decimal): -126552 or 11014654. OLE color: 11014654.

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

Color convert

RGB 254 17 168 -
CMYK 0 0.93 0.34 0.00
HSL 321.77º 0.99% 0.53% -
HSV(B) 321.77º 0.93% 1% -
XYZ 48.14 24.3 39.2 -
YUV 105.08 163.52 234.22 -
System Red Green Blue C M Y K H S L
Decimal 254 17 168 0 0.93 0.34 0.00 321.77 0.99 0.53
Hex FE 11 A8 0 5D 22 0 142 63 35
Octal 376 21 250 0 135 42 0 502 143 65
Binary 11111110 10001 10101000 0 1011101 100010 0 101000010 1100011 110101

Color Harmonies of #FE11A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE11A8

Black with #FE11A8

Text Example


Text Example

White with #FE11A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE11A8; }

 p { color: rgb(254,17,168); }

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

background-color css

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

 a { background-color: rgb(254,17,168); }

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

border-color css

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

 span { border-color: rgb(254,17,168); }

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