Shades of Shocking Pink #FE0DBB
Tints of Shocking Pink #FE0DBB
RGB
CMYK
RGB Variations
Color information
#FE0DBB (or 0xFE0DBB) is known color: Shocking Pink. HEX triplet: FE, 0D and BB. RGB value is (254,13,187). Sum of RGB (Red+Green+Blue) = 254+13+187=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 13 (5.47% from 255 or 2.86% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0DBB is #01F244. Grayscale: #686868. Windows color (decimal): -127557 or 12258814. OLE color: 12258814.
HSL color Cylindrical-coordinate representation of color #FE0DBB: hue angle of 316.68º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0DBB is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 187 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.00 |
| HSL | 316.68º | 0.99% | 0.52% | - |
| HSV(B) | 316.68º | 0.95% | 1% | - |
| XYZ | 49.99 | 24.95 | 49.19 | - |
| YUV | 104.9 | 174.34 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 187 | 0 | 0.95 | 0.26 | 0.00 | 316.68 | 0.99 | 0.52 |
| Hex | FE | D | BB | 0 | 5F | 1A | 0 | 13D | 63 | 34 |
| Octal | 376 | 15 | 273 | 0 | 137 | 32 | 0 | 475 | 143 | 64 |
| Binary | 11111110 | 1101 | 10111011 | 0 | 1011111 | 11010 | 0 | 100111101 | 1100011 | 110100 |
Color Harmonies of #FE0DBB
Complementary color
Monochromatic Colors of #FE0DBB
Black with #FE0DBB
Text Example
Text Example
White with #FE0DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0DBB; }
p { color: rgb(254,13,187); }
H1.HeaderClassName
{
color: #FE0DBB;
}
.AnyTagClassName
{
color: #FE0DBB;
}
</style>
background-color css
<style>
a { background-color: #FE0DBB; }
a { background-color: rgb(254,13,187); }
div.DivClassName
{
background-color: #FE0DBB;
}
.BgClassName
{
background-color: #FE0DBB;
}
</style>
border-color css
<style>
span { border-color: #FE0DBB; }
span { border-color: rgb(254,13,187); }
td.TdClassName
{
border-color: #FE0DBB;
}
.TagClassName
{
border-color: #FE0DBB;
}
</style>