Shades of Deep Pink #F1147D
Tints of Deep Pink #F1147D
RGB
CMYK
RGB Variations
Color information
#F1147D (or 0xF1147D) is known color: Deep Pink. HEX triplet: F1, 14 and 7D. RGB value is (241,20,125). Sum of RGB (Red+Green+Blue) = 241+20+125=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F1147D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1147D is #0EEB82. Grayscale: #616161. Windows color (decimal): -977795 or 8197361. OLE color: 8197361.
HSL color Cylindrical-coordinate representation of color #F1147D: hue angle of 331.49º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1147D is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 125 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.05 |
| HSL | 331.49º | 0.89% | 0.51% | - |
| HSV(B) | 331.49º | 0.92% | 0.95% | - |
| XYZ | 40.23 | 20.68 | 21.27 | - |
| YUV | 98.05 | 143.22 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 125 | 0 | 0.92 | 0.48 | 0.05 | 331.49 | 0.89 | 0.51 |
| Hex | F1 | 14 | 7D | 0 | 5C | 30 | 5 | 14B | 59 | 33 |
| Octal | 361 | 24 | 175 | 0 | 134 | 60 | 5 | 513 | 131 | 63 |
| Binary | 11110001 | 10100 | 1111101 | 0 | 1011100 | 110000 | 101 | 101001011 | 1011001 | 110011 |
Color Harmonies of #F1147D
Complementary color
Monochromatic Colors of #F1147D
Black with #F1147D
Text Example
Text Example
White with #F1147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1147D; }
p { color: rgb(241,20,125); }
H1.HeaderClassName
{
color: #F1147D;
}
.AnyTagClassName
{
color: #F1147D;
}
</style>
background-color css
<style>
a { background-color: #F1147D; }
a { background-color: rgb(241,20,125); }
div.DivClassName
{
background-color: #F1147D;
}
.BgClassName
{
background-color: #F1147D;
}
</style>
border-color css
<style>
span { border-color: #F1147D; }
span { border-color: rgb(241,20,125); }
td.TdClassName
{
border-color: #F1147D;
}
.TagClassName
{
border-color: #F1147D;
}
</style>