Shades of Deep Pink #FE247A
Tints of Deep Pink #FE247A
RGB
CMYK
RGB Variations
Color information
#FE247A (or 0xFE247A) is known color: Deep Pink. HEX triplet: FE, 24 and 7A. RGB value is (254,36,122). Sum of RGB (Red+Green+Blue) = 254+36+122=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 36 (14.45% from 255 or 8.74% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE247A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE247A is #01DB85. Grayscale: #6E6E6E. Windows color (decimal): -121734 or 8004862. OLE color: 8004862.
HSL color Cylindrical-coordinate representation of color #FE247A: hue angle of 336.33º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE247A is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 122 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.00 |
| HSL | 336.33º | 0.99% | 0.57% | - |
| HSV(B) | 336.33º | 0.86% | 1% | - |
| XYZ | 45.02 | 23.74 | 20.62 | - |
| YUV | 110.99 | 134.22 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 122 | 0 | 0.86 | 0.52 | 0.00 | 336.33 | 0.99 | 0.57 |
| Hex | FE | 24 | 7A | 0 | 56 | 34 | 0 | 150 | 63 | 39 |
| Octal | 376 | 44 | 172 | 0 | 126 | 64 | 0 | 520 | 143 | 71 |
| Binary | 11111110 | 100100 | 1111010 | 0 | 1010110 | 110100 | 0 | 101010000 | 1100011 | 111001 |
Color Harmonies of #FE247A
Complementary color
Monochromatic Colors of #FE247A
Black with #FE247A
Text Example
Text Example
White with #FE247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE247A; }
p { color: rgb(254,36,122); }
H1.HeaderClassName
{
color: #FE247A;
}
.AnyTagClassName
{
color: #FE247A;
}
</style>
background-color css
<style>
a { background-color: #FE247A; }
a { background-color: rgb(254,36,122); }
div.DivClassName
{
background-color: #FE247A;
}
.BgClassName
{
background-color: #FE247A;
}
</style>
border-color css
<style>
span { border-color: #FE247A; }
span { border-color: rgb(254,36,122); }
td.TdClassName
{
border-color: #FE247A;
}
.TagClassName
{
border-color: #FE247A;
}
</style>