Html Css Color HEX #FE12A8 Spicy Pink

📋 copy color: '#FE12A8'

red 254 ◦ green 18 ◦ blue 168

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

Shades of Spicy Pink #FE12A8

Tints of Spicy Pink #FE12A8

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.09%

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

R = 57.73%
G = 4.09%
B = 38.18%

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

#FE12A8 (or 0xFE12A8) is known color: Spicy Pink. HEX triplet: FE, 12 and A8. RGB value is (254,18,168). Sum of RGB (Red+Green+Blue) = 254+18+168=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE12A8 is #01ED57. Grayscale: #696969. Windows color (decimal): -126296 or 11014910. OLE color: 11014910.

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

Color convert

RGB 254 18 168 -
CMYK 0 0.93 0.34 0.00
HSL 321.86º 0.99% 0.53% -
HSV(B) 321.86º 0.93% 1% -
XYZ 48.16 24.33 39.2 -
YUV 105.66 163.19 233.8 -
System Red Green Blue C M Y K H S L
Decimal 254 18 168 0 0.93 0.34 0.00 321.86 0.99 0.53
Hex FE 12 A8 0 5D 22 0 142 63 35
Octal 376 22 250 0 135 42 0 502 143 65
Binary 11111110 10010 10101000 0 1011101 100010 0 101000010 1100011 110101

Color Harmonies of #FE12A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE12A8

Black with #FE12A8

Text Example


Text Example

White with #FE12A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE12A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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