Shades of Deep Pink #F10F7D
Tints of Deep Pink #F10F7D
RGB
CMYK
RGB Variations
Color information
#F10F7D (or 0xF10F7D) is known color: Deep Pink. HEX triplet: F1, 0F and 7D. RGB value is (241,15,125). Sum of RGB (Red+Green+Blue) = 241+15+125=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F7D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10F7D is #0EF082. Grayscale: #5E5E5E. Windows color (decimal): -979075 or 8196081. OLE color: 8196081.
HSL color Cylindrical-coordinate representation of color #F10F7D: hue angle of 330.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F7D is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 125 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.05 |
| HSL | 330.8º | 0.89% | 0.5% | - |
| HSV(B) | 330.8º | 0.94% | 0.95% | - |
| XYZ | 40.15 | 20.52 | 21.25 | - |
| YUV | 95.11 | 144.87 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 125 | 0 | 0.94 | 0.48 | 0.05 | 330.8 | 0.89 | 0.5 |
| Hex | F1 | F | 7D | 0 | 5E | 30 | 5 | 14B | 59 | 32 |
| Octal | 361 | 17 | 175 | 0 | 136 | 60 | 5 | 513 | 131 | 62 |
| Binary | 11110001 | 1111 | 1111101 | 0 | 1011110 | 110000 | 101 | 101001011 | 1011001 | 110010 |
Color Harmonies of #F10F7D
Complementary color
Monochromatic Colors of #F10F7D
Black with #F10F7D
Text Example
Text Example
White with #F10F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10F7D; }
p { color: rgb(241,15,125); }
H1.HeaderClassName
{
color: #F10F7D;
}
.AnyTagClassName
{
color: #F10F7D;
}
</style>
background-color css
<style>
a { background-color: #F10F7D; }
a { background-color: rgb(241,15,125); }
div.DivClassName
{
background-color: #F10F7D;
}
.BgClassName
{
background-color: #F10F7D;
}
</style>
border-color css
<style>
span { border-color: #F10F7D; }
span { border-color: rgb(241,15,125); }
td.TdClassName
{
border-color: #F10F7D;
}
.TagClassName
{
border-color: #F10F7D;
}
</style>