Shades of Spicy Pink #FE14B3
Tints of Spicy Pink #FE14B3
RGB
CMYK
RGB Variations
Color information
#FE14B3 (or 0xFE14B3) is known color: Spicy Pink. HEX triplet: FE, 14 and B3. RGB value is (254,20,179). Sum of RGB (Red+Green+Blue) = 254+20+179=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE14B3 is #01EB4C. Grayscale: #6B6B6B. Windows color (decimal): -125773 or 11736318. OLE color: 11736318.
HSL color Cylindrical-coordinate representation of color #FE14B3: hue angle of 319.23º 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 #FE14B3 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 179 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.00 |
| HSL | 319.23º | 0.99% | 0.54% | - |
| HSV(B) | 319.23º | 0.92% | 1% | - |
| XYZ | 49.26 | 24.83 | 44.84 | - |
| YUV | 108.09 | 168.02 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 179 | 0 | 0.92 | 0.30 | 0.00 | 319.23 | 0.99 | 0.54 |
| Hex | FE | 14 | B3 | 0 | 5C | 1E | 0 | 13F | 63 | 36 |
| Octal | 376 | 24 | 263 | 0 | 134 | 36 | 0 | 477 | 143 | 66 |
| Binary | 11111110 | 10100 | 10110011 | 0 | 1011100 | 11110 | 0 | 100111111 | 1100011 | 110110 |
Color Harmonies of #FE14B3
Complementary color
Monochromatic Colors of #FE14B3
Black with #FE14B3
Text Example
Text Example
White with #FE14B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14B3; }
p { color: rgb(254,20,179); }
H1.HeaderClassName
{
color: #FE14B3;
}
.AnyTagClassName
{
color: #FE14B3;
}
</style>
background-color css
<style>
a { background-color: #FE14B3; }
a { background-color: rgb(254,20,179); }
div.DivClassName
{
background-color: #FE14B3;
}
.BgClassName
{
background-color: #FE14B3;
}
</style>
border-color css
<style>
span { border-color: #FE14B3; }
span { border-color: rgb(254,20,179); }
td.TdClassName
{
border-color: #FE14B3;
}
.TagClassName
{
border-color: #FE14B3;
}
</style>