Html Css Color HEX #FE14AC Spicy Pink

📋 copy color: '#FE14AC'

red 254 ◦ green 20 ◦ blue 172

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

Shades of Spicy Pink #FE14AC

Tints of Spicy Pink #FE14AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.48%

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 56.95%
G = 4.48%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE14AC (or 0xFE14AC) is known color: Spicy Pink. HEX triplet: FE, 14 and AC. RGB value is (254,20,172). Sum of RGB (Red+Green+Blue) = 254+20+172=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE14AC is #01EB53. Grayscale: #6A6A6A. Windows color (decimal): -125780 or 11277566. OLE color: 11277566.

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

Color convert

RGB 254 20 172 -
CMYK 0 0.92 0.32 0.00
HSL 321.03º 0.99% 0.54% -
HSV(B) 321.03º 0.92% 1% -
XYZ 48.57 24.55 41.21 -
YUV 107.29 164.52 232.64 -
System Red Green Blue C M Y K H S L
Decimal 254 20 172 0 0.92 0.32 0.00 321.03 0.99 0.54
Hex FE 14 AC 0 5C 20 0 141 63 36
Octal 376 24 254 0 134 40 0 501 143 66
Binary 11111110 10100 10101100 0 1011100 100000 0 101000001 1100011 110110

Color Harmonies of #FE14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE14AC

Black with #FE14AC

Text Example


Text Example

White with #FE14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE14AC; }

 p { color: rgb(254,20,172); }

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

background-color css

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

 a { background-color: rgb(254,20,172); }

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

border-color css

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

 span { border-color: rgb(254,20,172); }

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