Shades of Deep Pink #FF248D
Tints of Deep Pink #FF248D
RGB
CMYK
RGB Variations
Color information
#FF248D (or 0xFF248D) is known color: Deep Pink. HEX triplet: FF, 24 and 8D. RGB value is (255,36,141). Sum of RGB (Red+Green+Blue) = 255+36+141=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 36 (14.45% from 255 or 8.33% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF248D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF248D is #00DB72. Grayscale: #717171. Windows color (decimal): -56179 or 9250047. OLE color: 9250047.
HSL color Cylindrical-coordinate representation of color #FF248D: hue angle of 331.23º 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 #FF248D is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 141 | - |
| CMYK | 0 | 0.86 | 0.45 | 0 |
| HSL | 331.23º | 1% | 0.57% | - |
| HSV(B) | 331.23º | 0.86% | 1% | - |
| XYZ | 46.68 | 24.44 | 27.46 | - |
| YUV | 113.45 | 143.55 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 141 | 0 | 0.86 | 0.45 | 0 | 331.23 | 1 | 0.57 |
| Hex | FF | 24 | 8D | 0 | 56 | 2D | 0 | 14B | 64 | 39 |
| Octal | 377 | 44 | 215 | 0 | 126 | 55 | 0 | 513 | 144 | 71 |
| Binary | 11111111 | 100100 | 10001101 | 0 | 1010110 | 101101 | 0 | 101001011 | 1100100 | 111001 |
Color Harmonies of #FF248D
Complementary color
Monochromatic Colors of #FF248D
Black with #FF248D
Text Example
Text Example
White with #FF248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF248D; }
p { color: rgb(255,36,141); }
H1.HeaderClassName
{
color: #FF248D;
}
.AnyTagClassName
{
color: #FF248D;
}
</style>
background-color css
<style>
a { background-color: #FF248D; }
a { background-color: rgb(255,36,141); }
div.DivClassName
{
background-color: #FF248D;
}
.BgClassName
{
background-color: #FF248D;
}
</style>
border-color css
<style>
span { border-color: #FF248D; }
span { border-color: rgb(255,36,141); }
td.TdClassName
{
border-color: #FF248D;
}
.TagClassName
{
border-color: #FF248D;
}
</style>