Shades of Deep Pink #F1047F
Tints of Deep Pink #F1047F
RGB
CMYK
RGB Variations
Color information
#F1047F (or 0xF1047F) is known color: Deep Pink. HEX triplet: F1, 04 and 7F. RGB value is (241,4,127). Sum of RGB (Red+Green+Blue) = 241+4+127=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F1047F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1047F is #0EFB80. Grayscale: #585858. Windows color (decimal): -981889 or 8324337. OLE color: 8324337.
HSL color Cylindrical-coordinate representation of color #F1047F: hue angle of 328.86º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1047F is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.05 |
| HSL | 328.86º | 0.97% | 0.48% | - |
| HSV(B) | 328.86º | 0.98% | 0.95% | - |
| XYZ | 40.15 | 20.32 | 21.88 | - |
| YUV | 88.89 | 149.52 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 127 | 0 | 0.98 | 0.47 | 0.05 | 328.86 | 0.97 | 0.48 |
| Hex | F1 | 4 | 7F | 0 | 62 | 2F | 5 | 149 | 61 | 30 |
| Octal | 361 | 4 | 177 | 0 | 142 | 57 | 5 | 511 | 141 | 60 |
| Binary | 11110001 | 100 | 1111111 | 0 | 1100010 | 101111 | 101 | 101001001 | 1100001 | 110000 |
Color Harmonies of #F1047F
Complementary color
Monochromatic Colors of #F1047F
Black with #F1047F
Text Example
Text Example
White with #F1047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1047F; }
p { color: rgb(241,4,127); }
H1.HeaderClassName
{
color: #F1047F;
}
.AnyTagClassName
{
color: #F1047F;
}
</style>
background-color css
<style>
a { background-color: #F1047F; }
a { background-color: rgb(241,4,127); }
div.DivClassName
{
background-color: #F1047F;
}
.BgClassName
{
background-color: #F1047F;
}
</style>
border-color css
<style>
span { border-color: #F1047F; }
span { border-color: rgb(241,4,127); }
td.TdClassName
{
border-color: #F1047F;
}
.TagClassName
{
border-color: #F1047F;
}
</style>