Shades of Deep Pink #FE1098
Tints of Deep Pink #FE1098
RGB
CMYK
RGB Variations
Color information
#FE1098 (or 0xFE1098) is known color: Deep Pink. HEX triplet: FE, 10 and 98. RGB value is (254,16,152). Sum of RGB (Red+Green+Blue) = 254+16+152=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1098 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1098 is #01EF67. Grayscale: #666666. Windows color (decimal): -126824 or 9965822. OLE color: 9965822.
HSL color Cylindrical-coordinate representation of color #FE1098: hue angle of 325.71º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE1098 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 152 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.00 |
| HSL | 325.71º | 0.99% | 0.53% | - |
| HSV(B) | 325.71º | 0.94% | 1% | - |
| XYZ | 46.73 | 23.71 | 31.82 | - |
| YUV | 102.67 | 155.85 | 235.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 152 | 0 | 0.94 | 0.40 | 0.00 | 325.71 | 0.99 | 0.53 |
| Hex | FE | 10 | 98 | 0 | 5E | 28 | 0 | 146 | 63 | 35 |
| Octal | 376 | 20 | 230 | 0 | 136 | 50 | 0 | 506 | 143 | 65 |
| Binary | 11111110 | 10000 | 10011000 | 0 | 1011110 | 101000 | 0 | 101000110 | 1100011 | 110101 |
Color Harmonies of #FE1098
Complementary color
Monochromatic Colors of #FE1098
Black with #FE1098
Text Example
Text Example
White with #FE1098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1098; }
p { color: rgb(254,16,152); }
H1.HeaderClassName
{
color: #FE1098;
}
.AnyTagClassName
{
color: #FE1098;
}
</style>
background-color css
<style>
a { background-color: #FE1098; }
a { background-color: rgb(254,16,152); }
div.DivClassName
{
background-color: #FE1098;
}
.BgClassName
{
background-color: #FE1098;
}
</style>
border-color css
<style>
span { border-color: #FE1098; }
span { border-color: rgb(254,16,152); }
td.TdClassName
{
border-color: #FE1098;
}
.TagClassName
{
border-color: #FE1098;
}
</style>