Shades of Deep Pink #F11B7D
Tints of Deep Pink #F11B7D
RGB
CMYK
RGB Variations
Color information
#F11B7D (or 0xF11B7D) is known color: Deep Pink. HEX triplet: F1, 1B and 7D. RGB value is (241,27,125). Sum of RGB (Red+Green+Blue) = 241+27+125=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11B7D is #0EE482. Grayscale: #656565. Windows color (decimal): -976003 or 8199153. OLE color: 8199153.
HSL color Cylindrical-coordinate representation of color #F11B7D: hue angle of 332.52º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11B7D is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 125 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.05 |
| HSL | 332.52º | 0.88% | 0.53% | - |
| HSV(B) | 332.52º | 0.89% | 0.95% | - |
| XYZ | 40.37 | 20.97 | 21.32 | - |
| YUV | 102.16 | 140.9 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 125 | 0 | 0.89 | 0.48 | 0.05 | 332.52 | 0.88 | 0.53 |
| Hex | F1 | 1B | 7D | 0 | 59 | 30 | 5 | 14D | 58 | 35 |
| Octal | 361 | 33 | 175 | 0 | 131 | 60 | 5 | 515 | 130 | 65 |
| Binary | 11110001 | 11011 | 1111101 | 0 | 1011001 | 110000 | 101 | 101001101 | 1011000 | 110101 |
Color Harmonies of #F11B7D
Complementary color
Monochromatic Colors of #F11B7D
Black with #F11B7D
Text Example
Text Example
White with #F11B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11B7D; }
p { color: rgb(241,27,125); }
H1.HeaderClassName
{
color: #F11B7D;
}
.AnyTagClassName
{
color: #F11B7D;
}
</style>
background-color css
<style>
a { background-color: #F11B7D; }
a { background-color: rgb(241,27,125); }
div.DivClassName
{
background-color: #F11B7D;
}
.BgClassName
{
background-color: #F11B7D;
}
</style>
border-color css
<style>
span { border-color: #F11B7D; }
span { border-color: rgb(241,27,125); }
td.TdClassName
{
border-color: #F11B7D;
}
.TagClassName
{
border-color: #F11B7D;
}
</style>