Shades of Deep Pink #FE187A
Tints of Deep Pink #FE187A
RGB
CMYK
RGB Variations
Color information
#FE187A (or 0xFE187A) is known color: Deep Pink. HEX triplet: FE, 18 and 7A. RGB value is (254,24,122). Sum of RGB (Red+Green+Blue) = 254+24+122=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE187A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE187A is #01E785. Grayscale: #676767. Windows color (decimal): -124806 or 8001790. OLE color: 8001790.
HSL color Cylindrical-coordinate representation of color #FE187A: hue angle of 334.43º 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 #FE187A is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 122 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.00 |
| HSL | 334.43º | 0.99% | 0.55% | - |
| HSV(B) | 334.43º | 0.91% | 1% | - |
| XYZ | 44.71 | 23.13 | 20.52 | - |
| YUV | 103.94 | 138.2 | 235.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 122 | 0 | 0.91 | 0.52 | 0.00 | 334.43 | 0.99 | 0.55 |
| Hex | FE | 18 | 7A | 0 | 5B | 34 | 0 | 14E | 63 | 37 |
| Octal | 376 | 30 | 172 | 0 | 133 | 64 | 0 | 516 | 143 | 67 |
| Binary | 11111110 | 11000 | 1111010 | 0 | 1011011 | 110100 | 0 | 101001110 | 1100011 | 110111 |
Color Harmonies of #FE187A
Complementary color
Monochromatic Colors of #FE187A
Black with #FE187A
Text Example
Text Example
White with #FE187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE187A; }
p { color: rgb(254,24,122); }
H1.HeaderClassName
{
color: #FE187A;
}
.AnyTagClassName
{
color: #FE187A;
}
</style>
background-color css
<style>
a { background-color: #FE187A; }
a { background-color: rgb(254,24,122); }
div.DivClassName
{
background-color: #FE187A;
}
.BgClassName
{
background-color: #FE187A;
}
</style>
border-color css
<style>
span { border-color: #FE187A; }
span { border-color: rgb(254,24,122); }
td.TdClassName
{
border-color: #FE187A;
}
.TagClassName
{
border-color: #FE187A;
}
</style>