Shades of Deep Pink #F1208A
Tints of Deep Pink #F1208A
RGB
CMYK
RGB Variations
Color information
#F1208A (or 0xF1208A) is known color: Deep Pink. HEX triplet: F1, 20 and 8A. RGB value is (241,32,138). Sum of RGB (Red+Green+Blue) = 241+32+138=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F1208A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1208A is #0EDF75. Grayscale: #6A6A6A. Windows color (decimal): -974710 or 9052401. OLE color: 9052401.
HSL color Cylindrical-coordinate representation of color #F1208A: hue angle of 329.57º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F1208A is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 138 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.05 |
| HSL | 329.57º | 0.88% | 0.54% | - |
| HSV(B) | 329.57º | 0.87% | 0.95% | - |
| XYZ | 41.38 | 21.57 | 26.03 | - |
| YUV | 106.58 | 145.74 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 138 | 0 | 0.87 | 0.43 | 0.05 | 329.57 | 0.88 | 0.54 |
| Hex | F1 | 20 | 8A | 0 | 57 | 2B | 5 | 14A | 58 | 36 |
| Octal | 361 | 40 | 212 | 0 | 127 | 53 | 5 | 512 | 130 | 66 |
| Binary | 11110001 | 100000 | 10001010 | 0 | 1010111 | 101011 | 101 | 101001010 | 1011000 | 110110 |
Color Harmonies of #F1208A
Complementary color
Monochromatic Colors of #F1208A
Black with #F1208A
Text Example
Text Example
White with #F1208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1208A; }
p { color: rgb(241,32,138); }
H1.HeaderClassName
{
color: #F1208A;
}
.AnyTagClassName
{
color: #F1208A;
}
</style>
background-color css
<style>
a { background-color: #F1208A; }
a { background-color: rgb(241,32,138); }
div.DivClassName
{
background-color: #F1208A;
}
.BgClassName
{
background-color: #F1208A;
}
</style>
border-color css
<style>
span { border-color: #F1208A; }
span { border-color: rgb(241,32,138); }
td.TdClassName
{
border-color: #F1208A;
}
.TagClassName
{
border-color: #F1208A;
}
</style>