Shades of Deep Pink #F1007A
Tints of Deep Pink #F1007A
RGB
CMYK
RGB Variations
Color information
#F1007A (or 0xF1007A) is known color: Deep Pink. HEX triplet: F1, 00 and 7A. RGB value is (241,0,122). Sum of RGB (Red+Green+Blue) = 241+0+122=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F1007A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1007A is #0EFF85. Grayscale: #555555. Windows color (decimal): -982918 or 7995633. OLE color: 7995633.
HSL color Cylindrical-coordinate representation of color #F1007A: hue angle of 329.63º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1007A is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.49 | 0.05 |
| HSL | 329.63º | 1% | 0.47% | - |
| HSV(B) | 329.63º | 1% | 0.95% | - |
| XYZ | 39.79 | 20.11 | 20.2 | - |
| YUV | 85.97 | 148.34 | 238.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 122 | 0 | 1 | 0.49 | 0.05 | 329.63 | 1 | 0.47 |
| Hex | F1 | 0 | 7A | 0 | 64 | 31 | 5 | 14A | 64 | 2F |
| Octal | 361 | 0 | 172 | 0 | 144 | 61 | 5 | 512 | 144 | 57 |
| Binary | 11110001 | 0 | 1111010 | 0 | 1100100 | 110001 | 101 | 101001010 | 1100100 | 101111 |
Color Harmonies of #F1007A
Complementary color
Monochromatic Colors of #F1007A
Black with #F1007A
Text Example
Text Example
White with #F1007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1007A; }
p { color: rgb(241,0,122); }
H1.HeaderClassName
{
color: #F1007A;
}
.AnyTagClassName
{
color: #F1007A;
}
</style>
background-color css
<style>
a { background-color: #F1007A; }
a { background-color: rgb(241,0,122); }
div.DivClassName
{
background-color: #F1007A;
}
.BgClassName
{
background-color: #F1007A;
}
</style>
border-color css
<style>
span { border-color: #F1007A; }
span { border-color: rgb(241,0,122); }
td.TdClassName
{
border-color: #F1007A;
}
.TagClassName
{
border-color: #F1007A;
}
</style>