Shades of Deep Pink #F1187D
Tints of Deep Pink #F1187D
RGB
CMYK
RGB Variations
Color information
#F1187D (or 0xF1187D) is known color: Deep Pink. HEX triplet: F1, 18 and 7D. RGB value is (241,24,125). Sum of RGB (Red+Green+Blue) = 241+24+125=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F1187D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1187D is #0EE782. Grayscale: #646464. Windows color (decimal): -976771 or 8198385. OLE color: 8198385.
HSL color Cylindrical-coordinate representation of color #F1187D: hue angle of 332.07º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1187D is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 125 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.05 |
| HSL | 332.07º | 0.89% | 0.52% | - |
| HSV(B) | 332.07º | 0.9% | 0.95% | - |
| XYZ | 40.3 | 20.83 | 21.3 | - |
| YUV | 100.4 | 141.89 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 125 | 0 | 0.90 | 0.48 | 0.05 | 332.07 | 0.89 | 0.52 |
| Hex | F1 | 18 | 7D | 0 | 5A | 30 | 5 | 14C | 59 | 34 |
| Octal | 361 | 30 | 175 | 0 | 132 | 60 | 5 | 514 | 131 | 64 |
| Binary | 11110001 | 11000 | 1111101 | 0 | 1011010 | 110000 | 101 | 101001100 | 1011001 | 110100 |
Color Harmonies of #F1187D
Complementary color
Monochromatic Colors of #F1187D
Black with #F1187D
Text Example
Text Example
White with #F1187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1187D; }
p { color: rgb(241,24,125); }
H1.HeaderClassName
{
color: #F1187D;
}
.AnyTagClassName
{
color: #F1187D;
}
</style>
background-color css
<style>
a { background-color: #F1187D; }
a { background-color: rgb(241,24,125); }
div.DivClassName
{
background-color: #F1187D;
}
.BgClassName
{
background-color: #F1187D;
}
</style>
border-color css
<style>
span { border-color: #F1187D; }
span { border-color: rgb(241,24,125); }
td.TdClassName
{
border-color: #F1187D;
}
.TagClassName
{
border-color: #F1187D;
}
</style>