Shades of Spicy Pink #FE11B3
Tints of Spicy Pink #FE11B3
RGB
CMYK
RGB Variations
Color information
#FE11B3 (or 0xFE11B3) is known color: Spicy Pink. HEX triplet: FE, 11 and B3. RGB value is (254,17,179). Sum of RGB (Red+Green+Blue) = 254+17+179=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE11B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE11B3 is #01EE4C. Grayscale: #696969. Windows color (decimal): -126541 or 11735550. OLE color: 11735550.
HSL color Cylindrical-coordinate representation of color #FE11B3: hue angle of 318.99º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE11B3 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 179 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.00 |
| HSL | 318.99º | 0.99% | 0.53% | - |
| HSV(B) | 318.99º | 0.93% | 1% | - |
| XYZ | 49.21 | 24.73 | 44.83 | - |
| YUV | 106.33 | 169.02 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 179 | 0 | 0.93 | 0.30 | 0.00 | 318.99 | 0.99 | 0.53 |
| Hex | FE | 11 | B3 | 0 | 5D | 1E | 0 | 13F | 63 | 35 |
| Octal | 376 | 21 | 263 | 0 | 135 | 36 | 0 | 477 | 143 | 65 |
| Binary | 11111110 | 10001 | 10110011 | 0 | 1011101 | 11110 | 0 | 100111111 | 1100011 | 110101 |
Color Harmonies of #FE11B3
Complementary color
Monochromatic Colors of #FE11B3
Black with #FE11B3
Text Example
Text Example
White with #FE11B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE11B3; }
p { color: rgb(254,17,179); }
H1.HeaderClassName
{
color: #FE11B3;
}
.AnyTagClassName
{
color: #FE11B3;
}
</style>
background-color css
<style>
a { background-color: #FE11B3; }
a { background-color: rgb(254,17,179); }
div.DivClassName
{
background-color: #FE11B3;
}
.BgClassName
{
background-color: #FE11B3;
}
</style>
border-color css
<style>
span { border-color: #FE11B3; }
span { border-color: rgb(254,17,179); }
td.TdClassName
{
border-color: #FE11B3;
}
.TagClassName
{
border-color: #FE11B3;
}
</style>