Shades of Deep Pink #FE1298
Tints of Deep Pink #FE1298
RGB
CMYK
RGB Variations
Color information
#FE1298 (or 0xFE1298) is known color: Deep Pink. HEX triplet: FE, 12 and 98. RGB value is (254,18,152). Sum of RGB (Red+Green+Blue) = 254+18+152=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1298 is #01ED67. Grayscale: #676767. Windows color (decimal): -126312 or 9966334. OLE color: 9966334.
HSL color Cylindrical-coordinate representation of color #FE1298: hue angle of 325.93º 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 #FE1298 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 152 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.00 |
| HSL | 325.93º | 0.99% | 0.53% | - |
| HSV(B) | 325.93º | 0.93% | 1% | - |
| XYZ | 46.76 | 23.77 | 31.83 | - |
| YUV | 103.84 | 155.19 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 152 | 0 | 0.93 | 0.40 | 0.00 | 325.93 | 0.99 | 0.53 |
| Hex | FE | 12 | 98 | 0 | 5D | 28 | 0 | 146 | 63 | 35 |
| Octal | 376 | 22 | 230 | 0 | 135 | 50 | 0 | 506 | 143 | 65 |
| Binary | 11111110 | 10010 | 10011000 | 0 | 1011101 | 101000 | 0 | 101000110 | 1100011 | 110101 |
Color Harmonies of #FE1298
Complementary color
Monochromatic Colors of #FE1298
Black with #FE1298
Text Example
Text Example
White with #FE1298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1298; }
p { color: rgb(254,18,152); }
H1.HeaderClassName
{
color: #FE1298;
}
.AnyTagClassName
{
color: #FE1298;
}
</style>
background-color css
<style>
a { background-color: #FE1298; }
a { background-color: rgb(254,18,152); }
div.DivClassName
{
background-color: #FE1298;
}
.BgClassName
{
background-color: #FE1298;
}
</style>
border-color css
<style>
span { border-color: #FE1298; }
span { border-color: rgb(254,18,152); }
td.TdClassName
{
border-color: #FE1298;
}
.TagClassName
{
border-color: #FE1298;
}
</style>