Shades of Deep Pink #F1047D
Tints of Deep Pink #F1047D
RGB
CMYK
RGB Variations
Color information
#F1047D (or 0xF1047D) is known color: Deep Pink. HEX triplet: F1, 04 and 7D. RGB value is (241,4,125). Sum of RGB (Red+Green+Blue) = 241+4+125=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F1047D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1047D is #0EFB82. Grayscale: #585858. Windows color (decimal): -981891 or 8193265. OLE color: 8193265.
HSL color Cylindrical-coordinate representation of color #F1047D: hue angle of 329.37º 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 #F1047D is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.05 |
| HSL | 329.37º | 0.97% | 0.48% | - |
| HSV(B) | 329.37º | 0.98% | 0.95% | - |
| XYZ | 40.02 | 20.27 | 21.2 | - |
| YUV | 88.66 | 148.52 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 125 | 0 | 0.98 | 0.48 | 0.05 | 329.37 | 0.97 | 0.48 |
| Hex | F1 | 4 | 7D | 0 | 62 | 30 | 5 | 149 | 61 | 30 |
| Octal | 361 | 4 | 175 | 0 | 142 | 60 | 5 | 511 | 141 | 60 |
| Binary | 11110001 | 100 | 1111101 | 0 | 1100010 | 110000 | 101 | 101001001 | 1100001 | 110000 |
Color Harmonies of #F1047D
Complementary color
Monochromatic Colors of #F1047D
Black with #F1047D
Text Example
Text Example
White with #F1047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1047D; }
p { color: rgb(241,4,125); }
H1.HeaderClassName
{
color: #F1047D;
}
.AnyTagClassName
{
color: #F1047D;
}
</style>
background-color css
<style>
a { background-color: #F1047D; }
a { background-color: rgb(241,4,125); }
div.DivClassName
{
background-color: #F1047D;
}
.BgClassName
{
background-color: #F1047D;
}
</style>
border-color css
<style>
span { border-color: #F1047D; }
span { border-color: rgb(241,4,125); }
td.TdClassName
{
border-color: #F1047D;
}
.TagClassName
{
border-color: #F1047D;
}
</style>