Shades of Deep Pink #FE1198
Tints of Deep Pink #FE1198
RGB
CMYK
RGB Variations
Color information
#FE1198 (or 0xFE1198) is known color: Deep Pink. HEX triplet: FE, 11 and 98. RGB value is (254,17,152). Sum of RGB (Red+Green+Blue) = 254+17+152=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1198 is #01EE67. Grayscale: #666666. Windows color (decimal): -126568 or 9966078. OLE color: 9966078.
HSL color Cylindrical-coordinate representation of color #FE1198: hue angle of 325.82º 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 #FE1198 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 152 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.00 |
| HSL | 325.82º | 0.99% | 0.53% | - |
| HSV(B) | 325.82º | 0.93% | 1% | - |
| XYZ | 46.74 | 23.74 | 31.82 | - |
| YUV | 103.25 | 155.52 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 152 | 0 | 0.93 | 0.40 | 0.00 | 325.82 | 0.99 | 0.53 |
| Hex | FE | 11 | 98 | 0 | 5D | 28 | 0 | 146 | 63 | 35 |
| Octal | 376 | 21 | 230 | 0 | 135 | 50 | 0 | 506 | 143 | 65 |
| Binary | 11111110 | 10001 | 10011000 | 0 | 1011101 | 101000 | 0 | 101000110 | 1100011 | 110101 |
Color Harmonies of #FE1198
Complementary color
Monochromatic Colors of #FE1198
Black with #FE1198
Text Example
Text Example
White with #FE1198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1198; }
p { color: rgb(254,17,152); }
H1.HeaderClassName
{
color: #FE1198;
}
.AnyTagClassName
{
color: #FE1198;
}
</style>
background-color css
<style>
a { background-color: #FE1198; }
a { background-color: rgb(254,17,152); }
div.DivClassName
{
background-color: #FE1198;
}
.BgClassName
{
background-color: #FE1198;
}
</style>
border-color css
<style>
span { border-color: #FE1198; }
span { border-color: rgb(254,17,152); }
td.TdClassName
{
border-color: #FE1198;
}
.TagClassName
{
border-color: #FE1198;
}
</style>