Shades of Deep Pink #F1248A
Tints of Deep Pink #F1248A
RGB
CMYK
RGB Variations
Color information
#F1248A (or 0xF1248A) is known color: Deep Pink. HEX triplet: F1, 24 and 8A. RGB value is (241,36,138). Sum of RGB (Red+Green+Blue) = 241+36+138=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F1248A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1248A is #0EDB75. Grayscale: #6C6C6C. Windows color (decimal): -973686 or 9053425. OLE color: 9053425.
HSL color Cylindrical-coordinate representation of color #F1248A: hue angle of 330.15º 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 #F1248A is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 138 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.05 |
| HSL | 330.15º | 0.88% | 0.54% | - |
| HSV(B) | 330.15º | 0.85% | 0.95% | - |
| XYZ | 41.49 | 21.8 | 26.07 | - |
| YUV | 108.92 | 144.42 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 138 | 0 | 0.85 | 0.43 | 0.05 | 330.15 | 0.88 | 0.54 |
| Hex | F1 | 24 | 8A | 0 | 55 | 2B | 5 | 14A | 58 | 36 |
| Octal | 361 | 44 | 212 | 0 | 125 | 53 | 5 | 512 | 130 | 66 |
| Binary | 11110001 | 100100 | 10001010 | 0 | 1010101 | 101011 | 101 | 101001010 | 1011000 | 110110 |
Color Harmonies of #F1248A
Complementary color
Monochromatic Colors of #F1248A
Black with #F1248A
Text Example
Text Example
White with #F1248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1248A; }
p { color: rgb(241,36,138); }
H1.HeaderClassName
{
color: #F1248A;
}
.AnyTagClassName
{
color: #F1248A;
}
</style>
background-color css
<style>
a { background-color: #F1248A; }
a { background-color: rgb(241,36,138); }
div.DivClassName
{
background-color: #F1248A;
}
.BgClassName
{
background-color: #F1248A;
}
</style>
border-color css
<style>
span { border-color: #F1248A; }
span { border-color: rgb(241,36,138); }
td.TdClassName
{
border-color: #F1248A;
}
.TagClassName
{
border-color: #F1248A;
}
</style>