Shades of Deep Pink #F1187F
Tints of Deep Pink #F1187F
RGB
CMYK
RGB Variations
Color information
#F1187F (or 0xF1187F) is known color: Deep Pink. HEX triplet: F1, 18 and 7F. RGB value is (241,24,127). Sum of RGB (Red+Green+Blue) = 241+24+127=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F1187F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1187F is #0EE780. Grayscale: #646464. Windows color (decimal): -976769 or 8329457. OLE color: 8329457.
HSL color Cylindrical-coordinate representation of color #F1187F: hue angle of 331.52º 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 #F1187F is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 127 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.05 |
| HSL | 331.52º | 0.89% | 0.52% | - |
| HSV(B) | 331.52º | 0.9% | 0.95% | - |
| XYZ | 40.43 | 20.89 | 21.98 | - |
| YUV | 100.63 | 142.89 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 127 | 0 | 0.90 | 0.47 | 0.05 | 331.52 | 0.89 | 0.52 |
| Hex | F1 | 18 | 7F | 0 | 5A | 2F | 5 | 14C | 59 | 34 |
| Octal | 361 | 30 | 177 | 0 | 132 | 57 | 5 | 514 | 131 | 64 |
| Binary | 11110001 | 11000 | 1111111 | 0 | 1011010 | 101111 | 101 | 101001100 | 1011001 | 110100 |
Color Harmonies of #F1187F
Complementary color
Monochromatic Colors of #F1187F
Black with #F1187F
Text Example
Text Example
White with #F1187F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1187F; }
p { color: rgb(241,24,127); }
H1.HeaderClassName
{
color: #F1187F;
}
.AnyTagClassName
{
color: #F1187F;
}
</style>
background-color css
<style>
a { background-color: #F1187F; }
a { background-color: rgb(241,24,127); }
div.DivClassName
{
background-color: #F1187F;
}
.BgClassName
{
background-color: #F1187F;
}
</style>
border-color css
<style>
span { border-color: #F1187F; }
span { border-color: rgb(241,24,127); }
td.TdClassName
{
border-color: #F1187F;
}
.TagClassName
{
border-color: #F1187F;
}
</style>