Shades of Deep Pink #F1248D
Tints of Deep Pink #F1248D
RGB
CMYK
RGB Variations
Color information
#F1248D (or 0xF1248D) is known color: Deep Pink. HEX triplet: F1, 24 and 8D. RGB value is (241,36,141). Sum of RGB (Red+Green+Blue) = 241+36+141=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F1248D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1248D is #0EDB72. Grayscale: #6D6D6D. Windows color (decimal): -973683 or 9250033. OLE color: 9250033.
HSL color Cylindrical-coordinate representation of color #F1248D: hue angle of 329.27º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1248D is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 141 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.05 |
| HSL | 329.27º | 0.88% | 0.54% | - |
| HSV(B) | 329.27º | 0.85% | 0.95% | - |
| XYZ | 41.71 | 21.89 | 27.23 | - |
| YUV | 109.27 | 145.92 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 141 | 0 | 0.85 | 0.41 | 0.05 | 329.27 | 0.88 | 0.54 |
| Hex | F1 | 24 | 8D | 0 | 55 | 29 | 5 | 149 | 58 | 36 |
| Octal | 361 | 44 | 215 | 0 | 125 | 51 | 5 | 511 | 130 | 66 |
| Binary | 11110001 | 100100 | 10001101 | 0 | 1010101 | 101001 | 101 | 101001001 | 1011000 | 110110 |
Color Harmonies of #F1248D
Complementary color
Monochromatic Colors of #F1248D
Black with #F1248D
Text Example
Text Example
White with #F1248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1248D; }
p { color: rgb(241,36,141); }
H1.HeaderClassName
{
color: #F1248D;
}
.AnyTagClassName
{
color: #F1248D;
}
</style>
background-color css
<style>
a { background-color: #F1248D; }
a { background-color: rgb(241,36,141); }
div.DivClassName
{
background-color: #F1248D;
}
.BgClassName
{
background-color: #F1248D;
}
</style>
border-color css
<style>
span { border-color: #F1248D; }
span { border-color: rgb(241,36,141); }
td.TdClassName
{
border-color: #F1248D;
}
.TagClassName
{
border-color: #F1248D;
}
</style>