Html Css Color HEX #FE12AF Spicy Pink

📋 copy color: '#FE12AF'

red 254 ◦ green 18 ◦ blue 175

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

Shades of Spicy Pink #FE12AF

Tints of Spicy Pink #FE12AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.15%

R = 56.82%
G = 4.03%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE12AF (or 0xFE12AF) is known color: Spicy Pink. HEX triplet: FE, 12 and AF. RGB value is (254,18,175). Sum of RGB (Red+Green+Blue) = 254+18+175=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE12AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE12AF is #01ED50. Grayscale: #6A6A6A. Windows color (decimal): -126289 or 11473662. OLE color: 11473662.

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

Color convert

RGB 254 18 175 -
CMYK 0 0.93 0.31 0.00
HSL 320.08º 0.99% 0.53% -
HSV(B) 320.08º 0.93% 1% -
XYZ 48.83 24.6 42.73 -
YUV 106.46 166.69 233.23 -
System Red Green Blue C M Y K H S L
Decimal 254 18 175 0 0.93 0.31 0.00 320.08 0.99 0.53
Hex FE 12 AF 0 5D 1F 0 140 63 35
Octal 376 22 257 0 135 37 0 500 143 65
Binary 11111110 10010 10101111 0 1011101 11111 0 101000000 1100011 110101

Color Harmonies of #FE12AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE12AF

Black with #FE12AF

Text Example


Text Example

White with #FE12AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE12AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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