Html Css Color HEX #FE16B2 Spicy Pink

📋 copy color: '#FE16B2'

red 254 ◦ green 22 ◦ blue 178

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

Shades of Spicy Pink #FE16B2

Tints of Spicy Pink #FE16B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.21%

R = 55.95%
G = 4.85%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE16B2 (or 0xFE16B2) is known color: Spicy Pink. HEX triplet: FE, 16 and B2. RGB value is (254,22,178). Sum of RGB (Red+Green+Blue) = 254+22+178=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE16B2 is #01E94D. Grayscale: #6C6C6C. Windows color (decimal): -125262 or 11671294. OLE color: 11671294.

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

Color convert

RGB 254 22 178 -
CMYK 0 0.91 0.30 0.00
HSL 319.66º 0.99% 0.54% -
HSV(B) 319.66º 0.91% 1% -
XYZ 49.2 24.86 44.32 -
YUV 109.15 166.86 231.32 -
System Red Green Blue C M Y K H S L
Decimal 254 22 178 0 0.91 0.30 0.00 319.66 0.99 0.54
Hex FE 16 B2 0 5B 1E 0 140 63 36
Octal 376 26 262 0 133 36 0 500 143 66
Binary 11111110 10110 10110010 0 1011011 11110 0 101000000 1100011 110110

Color Harmonies of #FE16B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE16B2

Black with #FE16B2

Text Example


Text Example

White with #FE16B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE16B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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