Shades of Deep Pink #FE247B
Tints of Deep Pink #FE247B
RGB
CMYK
RGB Variations
Color information
#FE247B (or 0xFE247B) is known color: Deep Pink. HEX triplet: FE, 24 and 7B. RGB value is (254,36,123). Sum of RGB (Red+Green+Blue) = 254+36+123=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE247B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE247B is #01DB84. Grayscale: #6E6E6E. Windows color (decimal): -121733 or 8070398. OLE color: 8070398.
HSL color Cylindrical-coordinate representation of color #FE247B: hue angle of 336.06º 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 #FE247B is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 123 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.00 |
| HSL | 336.06º | 0.99% | 0.57% | - |
| HSV(B) | 336.06º | 0.86% | 1% | - |
| XYZ | 45.08 | 23.76 | 20.95 | - |
| YUV | 111.1 | 134.72 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 123 | 0 | 0.86 | 0.52 | 0.00 | 336.06 | 0.99 | 0.57 |
| Hex | FE | 24 | 7B | 0 | 56 | 34 | 0 | 150 | 63 | 39 |
| Octal | 376 | 44 | 173 | 0 | 126 | 64 | 0 | 520 | 143 | 71 |
| Binary | 11111110 | 100100 | 1111011 | 0 | 1010110 | 110100 | 0 | 101010000 | 1100011 | 111001 |
Color Harmonies of #FE247B
Complementary color
Monochromatic Colors of #FE247B
Black with #FE247B
Text Example
Text Example
White with #FE247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE247B; }
p { color: rgb(254,36,123); }
H1.HeaderClassName
{
color: #FE247B;
}
.AnyTagClassName
{
color: #FE247B;
}
</style>
background-color css
<style>
a { background-color: #FE247B; }
a { background-color: rgb(254,36,123); }
div.DivClassName
{
background-color: #FE247B;
}
.BgClassName
{
background-color: #FE247B;
}
</style>
border-color css
<style>
span { border-color: #FE247B; }
span { border-color: rgb(254,36,123); }
td.TdClassName
{
border-color: #FE247B;
}
.TagClassName
{
border-color: #FE247B;
}
</style>