Html Css Color HEX #FE12AB Spicy Pink

📋 copy color: '#FE12AB'

red 254 ◦ green 18 ◦ blue 171

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

Shades of Spicy Pink #FE12AB

Tints of Spicy Pink #FE12AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 57.34%
G = 4.06%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE12AB (or 0xFE12AB) is known color: Spicy Pink. HEX triplet: FE, 12 and AB. RGB value is (254,18,171). Sum of RGB (Red+Green+Blue) = 254+18+171=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE12AB is #01ED54. Grayscale: #696969. Windows color (decimal): -126293 or 11211518. OLE color: 11211518.

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

Color convert

RGB 254 18 171 -
CMYK 0 0.93 0.33 0.00
HSL 321.1º 0.99% 0.53% -
HSV(B) 321.1º 0.93% 1% -
XYZ 48.44 24.44 40.69 -
YUV 106.01 164.69 233.56 -
System Red Green Blue C M Y K H S L
Decimal 254 18 171 0 0.93 0.33 0.00 321.1 0.99 0.53
Hex FE 12 AB 0 5D 21 0 141 63 35
Octal 376 22 253 0 135 41 0 501 143 65
Binary 11111110 10010 10101011 0 1011101 100001 0 101000001 1100011 110101

Color Harmonies of #FE12AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE12AB

Black with #FE12AB

Text Example


Text Example

White with #FE12AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE12AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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