Html Css Color HEX #FE16AD Spicy Pink

📋 copy color: '#FE16AD'

red 254 ◦ green 22 ◦ blue 173

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

Shades of Spicy Pink #FE16AD

Tints of Spicy Pink #FE16AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.9%

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

R = 56.57%
G = 4.9%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE16AD (or 0xFE16AD) is known color: Spicy Pink. HEX triplet: FE, 16 and AD. RGB value is (254,22,173). Sum of RGB (Red+Green+Blue) = 254+22+173=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE16AD is #01E952. Grayscale: #6C6C6C. Windows color (decimal): -125267 or 11343614. OLE color: 11343614.

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

Color convert

RGB 254 22 173 -
CMYK 0 0.91 0.32 0.00
HSL 320.95º 0.99% 0.54% -
HSV(B) 320.95º 0.91% 1% -
XYZ 48.7 24.66 41.73 -
YUV 108.58 164.36 231.72 -
System Red Green Blue C M Y K H S L
Decimal 254 22 173 0 0.91 0.32 0.00 320.95 0.99 0.54
Hex FE 16 AD 0 5B 20 0 141 63 36
Octal 376 26 255 0 133 40 0 501 143 66
Binary 11111110 10110 10101101 0 1011011 100000 0 101000001 1100011 110110

Color Harmonies of #FE16AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE16AD

Black with #FE16AD

Text Example


Text Example

White with #FE16AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE16AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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