Html Css Color HEX #FE15B0 Spicy Pink

📋 copy color: '#FE15B0'

red 254 ◦ green 21 ◦ blue 176

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

Shades of Spicy Pink #FE15B0

Tints of Spicy Pink #FE15B0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.66%

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

R = 56.32%
G = 4.66%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE15B0 (or 0xFE15B0) is known color: Spicy Pink. HEX triplet: FE, 15 and B0. RGB value is (254,21,176). Sum of RGB (Red+Green+Blue) = 254+21+176=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 21 (8.59% from 255 or 4.66% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE15B0 is #01EA4F. Grayscale: #6B6B6B. Windows color (decimal): -125520 or 11539966. OLE color: 11539966.

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

Color convert

RGB 254 21 176 -
CMYK 0 0.92 0.31 0.00
HSL 320.09º 0.99% 0.54% -
HSV(B) 320.09º 0.92% 1% -
XYZ 48.98 24.74 43.27 -
YUV 108.34 166.19 231.9 -
System Red Green Blue C M Y K H S L
Decimal 254 21 176 0 0.92 0.31 0.00 320.09 0.99 0.54
Hex FE 15 B0 0 5C 1F 0 140 63 36
Octal 376 25 260 0 134 37 0 500 143 66
Binary 11111110 10101 10110000 0 1011100 11111 0 101000000 1100011 110110

Color Harmonies of #FE15B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE15B0

Black with #FE15B0

Text Example


Text Example

White with #FE15B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE15B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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