Shades of Deep Pink #F1208B
Tints of Deep Pink #F1208B
RGB
CMYK
RGB Variations
Color information
#F1208B (or 0xF1208B) is known color: Deep Pink. HEX triplet: F1, 20 and 8B. RGB value is (241,32,139). Sum of RGB (Red+Green+Blue) = 241+32+139=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F1208B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1208B is #0EDF74. Grayscale: #6A6A6A. Windows color (decimal): -974709 or 9117937. OLE color: 9117937.
HSL color Cylindrical-coordinate representation of color #F1208B: hue angle of 329.28º 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 #F1208B is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 139 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.05 |
| HSL | 329.28º | 0.88% | 0.54% | - |
| HSV(B) | 329.28º | 0.87% | 0.95% | - |
| XYZ | 41.45 | 21.6 | 26.41 | - |
| YUV | 106.69 | 146.24 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 139 | 0 | 0.87 | 0.42 | 0.05 | 329.28 | 0.88 | 0.54 |
| Hex | F1 | 20 | 8B | 0 | 57 | 2A | 5 | 149 | 58 | 36 |
| Octal | 361 | 40 | 213 | 0 | 127 | 52 | 5 | 511 | 130 | 66 |
| Binary | 11110001 | 100000 | 10001011 | 0 | 1010111 | 101010 | 101 | 101001001 | 1011000 | 110110 |
Color Harmonies of #F1208B
Complementary color
Monochromatic Colors of #F1208B
Black with #F1208B
Text Example
Text Example
White with #F1208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1208B; }
p { color: rgb(241,32,139); }
H1.HeaderClassName
{
color: #F1208B;
}
.AnyTagClassName
{
color: #F1208B;
}
</style>
background-color css
<style>
a { background-color: #F1208B; }
a { background-color: rgb(241,32,139); }
div.DivClassName
{
background-color: #F1208B;
}
.BgClassName
{
background-color: #F1208B;
}
</style>
border-color css
<style>
span { border-color: #F1208B; }
span { border-color: rgb(241,32,139); }
td.TdClassName
{
border-color: #F1208B;
}
.TagClassName
{
border-color: #F1208B;
}
</style>