Shades of Deep Pink #F1248C
Tints of Deep Pink #F1248C
RGB
CMYK
RGB Variations
Color information
#F1248C (or 0xF1248C) is known color: Deep Pink. HEX triplet: F1, 24 and 8C. RGB value is (241,36,140). Sum of RGB (Red+Green+Blue) = 241+36+140=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F1248C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1248C is #0EDB73. Grayscale: #6C6C6C. Windows color (decimal): -973684 or 9184497. OLE color: 9184497.
HSL color Cylindrical-coordinate representation of color #F1248C: hue angle of 329.56º 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 #F1248C is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 140 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.05 |
| HSL | 329.56º | 0.88% | 0.54% | - |
| HSV(B) | 329.56º | 0.85% | 0.95% | - |
| XYZ | 41.64 | 21.86 | 26.83 | - |
| YUV | 109.15 | 145.42 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 140 | 0 | 0.85 | 0.42 | 0.05 | 329.56 | 0.88 | 0.54 |
| Hex | F1 | 24 | 8C | 0 | 55 | 2A | 5 | 14A | 58 | 36 |
| Octal | 361 | 44 | 214 | 0 | 125 | 52 | 5 | 512 | 130 | 66 |
| Binary | 11110001 | 100100 | 10001100 | 0 | 1010101 | 101010 | 101 | 101001010 | 1011000 | 110110 |
Color Harmonies of #F1248C
Complementary color
Monochromatic Colors of #F1248C
Black with #F1248C
Text Example
Text Example
White with #F1248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1248C; }
p { color: rgb(241,36,140); }
H1.HeaderClassName
{
color: #F1248C;
}
.AnyTagClassName
{
color: #F1248C;
}
</style>
background-color css
<style>
a { background-color: #F1248C; }
a { background-color: rgb(241,36,140); }
div.DivClassName
{
background-color: #F1248C;
}
.BgClassName
{
background-color: #F1248C;
}
</style>
border-color css
<style>
span { border-color: #F1248C; }
span { border-color: rgb(241,36,140); }
td.TdClassName
{
border-color: #F1248C;
}
.TagClassName
{
border-color: #F1248C;
}
</style>