Shades of Deep Pink #FF248E
Tints of Deep Pink #FF248E
RGB
CMYK
RGB Variations
Color information
#FF248E (or 0xFF248E) is known color: Deep Pink. HEX triplet: FF, 24 and 8E. RGB value is (255,36,142). Sum of RGB (Red+Green+Blue) = 255+36+142=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF248E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF248E is #00DB71. Grayscale: #717171. Windows color (decimal): -56178 or 9315583. OLE color: 9315583.
HSL color Cylindrical-coordinate representation of color #FF248E: hue angle of 330.96º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF248E is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 142 | - |
| CMYK | 0 | 0.86 | 0.44 | 0 |
| HSL | 330.96º | 1% | 0.57% | - |
| HSV(B) | 330.96º | 0.86% | 1% | - |
| XYZ | 46.75 | 24.47 | 27.85 | - |
| YUV | 113.57 | 144.05 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 142 | 0 | 0.86 | 0.44 | 0 | 330.96 | 1 | 0.57 |
| Hex | FF | 24 | 8E | 0 | 56 | 2C | 0 | 14B | 64 | 39 |
| Octal | 377 | 44 | 216 | 0 | 126 | 54 | 0 | 513 | 144 | 71 |
| Binary | 11111111 | 100100 | 10001110 | 0 | 1010110 | 101100 | 0 | 101001011 | 1100100 | 111001 |
Color Harmonies of #FF248E
Complementary color
Monochromatic Colors of #FF248E
Black with #FF248E
Text Example
Text Example
White with #FF248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF248E; }
p { color: rgb(255,36,142); }
H1.HeaderClassName
{
color: #FF248E;
}
.AnyTagClassName
{
color: #FF248E;
}
</style>
background-color css
<style>
a { background-color: #FF248E; }
a { background-color: rgb(255,36,142); }
div.DivClassName
{
background-color: #FF248E;
}
.BgClassName
{
background-color: #FF248E;
}
</style>
border-color css
<style>
span { border-color: #FF248E; }
span { border-color: rgb(255,36,142); }
td.TdClassName
{
border-color: #FF248E;
}
.TagClassName
{
border-color: #FF248E;
}
</style>