Shades of Deep Pink #FE187C
Tints of Deep Pink #FE187C
RGB
CMYK
RGB Variations
Color information
#FE187C (or 0xFE187C) is known color: Deep Pink. HEX triplet: FE, 18 and 7C. RGB value is (254,24,124). Sum of RGB (Red+Green+Blue) = 254+24+124=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE187C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE187C is #01E783. Grayscale: #686868. Windows color (decimal): -124804 or 8132862. OLE color: 8132862.
HSL color Cylindrical-coordinate representation of color #FE187C: hue angle of 333.91º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE187C is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 124 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.00 |
| HSL | 333.91º | 0.99% | 0.55% | - |
| HSV(B) | 333.91º | 0.91% | 1% | - |
| XYZ | 44.84 | 23.18 | 21.18 | - |
| YUV | 104.17 | 139.2 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 124 | 0 | 0.91 | 0.51 | 0.00 | 333.91 | 0.99 | 0.55 |
| Hex | FE | 18 | 7C | 0 | 5B | 33 | 0 | 14E | 63 | 37 |
| Octal | 376 | 30 | 174 | 0 | 133 | 63 | 0 | 516 | 143 | 67 |
| Binary | 11111110 | 11000 | 1111100 | 0 | 1011011 | 110011 | 0 | 101001110 | 1100011 | 110111 |
Color Harmonies of #FE187C
Complementary color
Monochromatic Colors of #FE187C
Black with #FE187C
Text Example
Text Example
White with #FE187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE187C; }
p { color: rgb(254,24,124); }
H1.HeaderClassName
{
color: #FE187C;
}
.AnyTagClassName
{
color: #FE187C;
}
</style>
background-color css
<style>
a { background-color: #FE187C; }
a { background-color: rgb(254,24,124); }
div.DivClassName
{
background-color: #FE187C;
}
.BgClassName
{
background-color: #FE187C;
}
</style>
border-color css
<style>
span { border-color: #FE187C; }
span { border-color: rgb(254,24,124); }
td.TdClassName
{
border-color: #FE187C;
}
.TagClassName
{
border-color: #FE187C;
}
</style>