Shades of Deep Pink #FE1397
Tints of Deep Pink #FE1397
RGB
CMYK
RGB Variations
Color information
#FE1397 (or 0xFE1397) is known color: Deep Pink. HEX triplet: FE, 13 and 97. RGB value is (254,19,151). Sum of RGB (Red+Green+Blue) = 254+19+151=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE1397 is #01EC68. Grayscale: #686868. Windows color (decimal): -126057 or 9901054. OLE color: 9901054.
HSL color Cylindrical-coordinate representation of color #FE1397: hue angle of 326.3º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1397 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 151 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.00 |
| HSL | 326.3º | 0.99% | 0.54% | - |
| HSV(B) | 326.3º | 0.93% | 1% | - |
| XYZ | 46.69 | 23.77 | 31.41 | - |
| YUV | 104.31 | 154.36 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 151 | 0 | 0.93 | 0.41 | 0.00 | 326.3 | 0.99 | 0.54 |
| Hex | FE | 13 | 97 | 0 | 5D | 29 | 0 | 146 | 63 | 36 |
| Octal | 376 | 23 | 227 | 0 | 135 | 51 | 0 | 506 | 143 | 66 |
| Binary | 11111110 | 10011 | 10010111 | 0 | 1011101 | 101001 | 0 | 101000110 | 1100011 | 110110 |
Color Harmonies of #FE1397
Complementary color
Monochromatic Colors of #FE1397
Black with #FE1397
Text Example
Text Example
White with #FE1397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1397; }
p { color: rgb(254,19,151); }
H1.HeaderClassName
{
color: #FE1397;
}
.AnyTagClassName
{
color: #FE1397;
}
</style>
background-color css
<style>
a { background-color: #FE1397; }
a { background-color: rgb(254,19,151); }
div.DivClassName
{
background-color: #FE1397;
}
.BgClassName
{
background-color: #FE1397;
}
</style>
border-color css
<style>
span { border-color: #FE1397; }
span { border-color: rgb(254,19,151); }
td.TdClassName
{
border-color: #FE1397;
}
.TagClassName
{
border-color: #FE1397;
}
</style>