Shades of Deep Pink #F11F7B
Tints of Deep Pink #F11F7B
RGB
CMYK
RGB Variations
Color information
#F11F7B (or 0xF11F7B) is known color: Deep Pink. HEX triplet: F1, 1F and 7B. RGB value is (241,31,123). Sum of RGB (Red+Green+Blue) = 241+31+123=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F11F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11F7B is #0EE084. Grayscale: #686868. Windows color (decimal): -974981 or 8069105. OLE color: 8069105.
HSL color Cylindrical-coordinate representation of color #F11F7B: hue angle of 333.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F11F7B is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 31 | 123 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.05 |
| HSL | 333.71º | 0.88% | 0.53% | - |
| HSV(B) | 333.71º | 0.87% | 0.95% | - |
| XYZ | 40.34 | 21.11 | 20.69 | - |
| YUV | 104.28 | 138.57 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 31 | 123 | 0 | 0.87 | 0.49 | 0.05 | 333.71 | 0.88 | 0.53 |
| Hex | F1 | 1F | 7B | 0 | 57 | 31 | 5 | 14E | 58 | 35 |
| Octal | 361 | 37 | 173 | 0 | 127 | 61 | 5 | 516 | 130 | 65 |
| Binary | 11110001 | 11111 | 1111011 | 0 | 1010111 | 110001 | 101 | 101001110 | 1011000 | 110101 |
Color Harmonies of #F11F7B
Complementary color
Monochromatic Colors of #F11F7B
Black with #F11F7B
Text Example
Text Example
White with #F11F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11F7B; }
p { color: rgb(241,31,123); }
H1.HeaderClassName
{
color: #F11F7B;
}
.AnyTagClassName
{
color: #F11F7B;
}
</style>
background-color css
<style>
a { background-color: #F11F7B; }
a { background-color: rgb(241,31,123); }
div.DivClassName
{
background-color: #F11F7B;
}
.BgClassName
{
background-color: #F11F7B;
}
</style>
border-color css
<style>
span { border-color: #F11F7B; }
span { border-color: rgb(241,31,123); }
td.TdClassName
{
border-color: #F11F7B;
}
.TagClassName
{
border-color: #F11F7B;
}
</style>