Shades of Deep Pink #FE248C
Tints of Deep Pink #FE248C
RGB
CMYK
RGB Variations
Color information
#FE248C (or 0xFE248C) is known color: Deep Pink. HEX triplet: FE, 24 and 8C. RGB value is (254,36,140). Sum of RGB (Red+Green+Blue) = 254+36+140=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 36 (14.45% from 255 or 8.37% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE248C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE248C is #01DB73. Grayscale: #707070. Windows color (decimal): -121716 or 9184510. OLE color: 9184510.
HSL color Cylindrical-coordinate representation of color #FE248C: hue angle of 331.38º 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 #FE248C is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 140 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.00 |
| HSL | 331.38º | 0.99% | 0.57% | - |
| HSV(B) | 331.38º | 0.86% | 1% | - |
| XYZ | 46.24 | 24.23 | 27.05 | - |
| YUV | 113.04 | 143.22 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 140 | 0 | 0.86 | 0.45 | 0.00 | 331.38 | 0.99 | 0.57 |
| Hex | FE | 24 | 8C | 0 | 56 | 2D | 0 | 14B | 63 | 39 |
| Octal | 376 | 44 | 214 | 0 | 126 | 55 | 0 | 513 | 143 | 71 |
| Binary | 11111110 | 100100 | 10001100 | 0 | 1010110 | 101101 | 0 | 101001011 | 1100011 | 111001 |
Color Harmonies of #FE248C
Complementary color
Monochromatic Colors of #FE248C
Black with #FE248C
Text Example
Text Example
White with #FE248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE248C; }
p { color: rgb(254,36,140); }
H1.HeaderClassName
{
color: #FE248C;
}
.AnyTagClassName
{
color: #FE248C;
}
</style>
background-color css
<style>
a { background-color: #FE248C; }
a { background-color: rgb(254,36,140); }
div.DivClassName
{
background-color: #FE248C;
}
.BgClassName
{
background-color: #FE248C;
}
</style>
border-color css
<style>
span { border-color: #FE248C; }
span { border-color: rgb(254,36,140); }
td.TdClassName
{
border-color: #FE248C;
}
.TagClassName
{
border-color: #FE248C;
}
</style>