Html Css Color HEX #FE13AC Spicy Pink

📋 copy color: '#FE13AC'

red 254 ◦ green 19 ◦ blue 172

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

Shades of Spicy Pink #FE13AC

Tints of Spicy Pink #FE13AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.27%

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

R = 57.08%
G = 4.27%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE13AC (or 0xFE13AC) is known color: Spicy Pink. HEX triplet: FE, 13 and AC. RGB value is (254,19,172). Sum of RGB (Red+Green+Blue) = 254+19+172=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE13AC is #01EC53. Grayscale: #6A6A6A. Windows color (decimal): -126036 or 11277310. OLE color: 11277310.

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

Color convert

RGB 254 19 172 -
CMYK 0 0.93 0.32 0.00
HSL 320.94º 0.99% 0.54% -
HSV(B) 320.94º 0.93% 1% -
XYZ 48.55 24.52 41.2 -
YUV 106.71 164.86 233.06 -
System Red Green Blue C M Y K H S L
Decimal 254 19 172 0 0.93 0.32 0.00 320.94 0.99 0.54
Hex FE 13 AC 0 5D 20 0 141 63 36
Octal 376 23 254 0 135 40 0 501 143 66
Binary 11111110 10011 10101100 0 1011101 100000 0 101000001 1100011 110110

Color Harmonies of #FE13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE13AC

Black with #FE13AC

Text Example


Text Example

White with #FE13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE13AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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