Html Css Color HEX #FE14AD Spicy Pink

📋 copy color: '#FE14AD'

red 254 ◦ green 20 ◦ blue 173

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

Shades of Spicy Pink #FE14AD

Tints of Spicy Pink #FE14AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.7%

R = 56.82%
G = 4.47%
B = 38.7%

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

#FE14AD (or 0xFE14AD) is known color: Spicy Pink. HEX triplet: FE, 14 and AD. RGB value is (254,20,173). Sum of RGB (Red+Green+Blue) = 254+20+173=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 20 (8.20% from 255 or 4.47% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE14AD is #01EB52. Grayscale: #6B6B6B. Windows color (decimal): -125779 or 11343102. OLE color: 11343102.

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

Color convert

RGB 254 20 173 -
CMYK 0 0.92 0.32 0.00
HSL 320.77º 0.99% 0.54% -
HSV(B) 320.77º 0.92% 1% -
XYZ 48.67 24.59 41.72 -
YUV 107.41 165.02 232.56 -
System Red Green Blue C M Y K H S L
Decimal 254 20 173 0 0.92 0.32 0.00 320.77 0.99 0.54
Hex FE 14 AD 0 5C 20 0 141 63 36
Octal 376 24 255 0 134 40 0 501 143 66
Binary 11111110 10100 10101101 0 1011100 100000 0 101000001 1100011 110110

Color Harmonies of #FE14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE14AD

Black with #FE14AD

Text Example


Text Example

White with #FE14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE14AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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