Html Css Color HEX #FE16B0 Spicy Pink

📋 copy color: '#FE16B0'

red 254 ◦ green 22 ◦ blue 176

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

Shades of Spicy Pink #FE16B0

Tints of Spicy Pink #FE16B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.94%

R = 56.19%
G = 4.87%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE16B0 (or 0xFE16B0) is known color: Spicy Pink. HEX triplet: FE, 16 and B0. RGB value is (254,22,176). Sum of RGB (Red+Green+Blue) = 254+22+176=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 22 (8.98% from 255 or 4.87% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE16B0 is #01E94F. Grayscale: #6C6C6C. Windows color (decimal): -125264 or 11540222. OLE color: 11540222.

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

Color convert

RGB 254 22 176 -
CMYK 0 0.91 0.31 0.00
HSL 320.17º 0.99% 0.54% -
HSV(B) 320.17º 0.91% 1% -
XYZ 49 24.78 43.27 -
YUV 108.92 165.86 231.48 -
System Red Green Blue C M Y K H S L
Decimal 254 22 176 0 0.91 0.31 0.00 320.17 0.99 0.54
Hex FE 16 B0 0 5B 1F 0 140 63 36
Octal 376 26 260 0 133 37 0 500 143 66
Binary 11111110 10110 10110000 0 1011011 11111 0 101000000 1100011 110110

Color Harmonies of #FE16B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE16B0

Black with #FE16B0

Text Example


Text Example

White with #FE16B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE16B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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