Shades of Deep Pink #F1007E
Tints of Deep Pink #F1007E
RGB
CMYK
RGB Variations
Color information
#F1007E (or 0xF1007E) is known color: Deep Pink. HEX triplet: F1, 00 and 7E. RGB value is (241,0,126). Sum of RGB (Red+Green+Blue) = 241+0+126=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F1007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1007E is #0EFF81. Grayscale: #565656. Windows color (decimal): -982914 or 8257777. OLE color: 8257777.
HSL color Cylindrical-coordinate representation of color #F1007E: hue angle of 328.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 #F1007E is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.48 | 0.05 |
| HSL | 328.63º | 1% | 0.47% | - |
| HSV(B) | 328.63º | 1% | 0.95% | - |
| XYZ | 40.04 | 20.21 | 21.53 | - |
| YUV | 86.42 | 150.34 | 238.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 126 | 0 | 1 | 0.48 | 0.05 | 328.63 | 1 | 0.47 |
| Hex | F1 | 0 | 7E | 0 | 64 | 30 | 5 | 149 | 64 | 2F |
| Octal | 361 | 0 | 176 | 0 | 144 | 60 | 5 | 511 | 144 | 57 |
| Binary | 11110001 | 0 | 1111110 | 0 | 1100100 | 110000 | 101 | 101001001 | 1100100 | 101111 |
Color Harmonies of #F1007E
Complementary color
Monochromatic Colors of #F1007E
Black with #F1007E
Text Example
Text Example
White with #F1007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1007E; }
p { color: rgb(241,0,126); }
H1.HeaderClassName
{
color: #F1007E;
}
.AnyTagClassName
{
color: #F1007E;
}
</style>
background-color css
<style>
a { background-color: #F1007E; }
a { background-color: rgb(241,0,126); }
div.DivClassName
{
background-color: #F1007E;
}
.BgClassName
{
background-color: #F1007E;
}
</style>
border-color css
<style>
span { border-color: #F1007E; }
span { border-color: rgb(241,0,126); }
td.TdClassName
{
border-color: #F1007E;
}
.TagClassName
{
border-color: #F1007E;
}
</style>