Shades of Deep Pink #F11A8A
Tints of Deep Pink #F11A8A
RGB
CMYK
RGB Variations
Color information
#F11A8A (or 0xF11A8A) is known color: Deep Pink. HEX triplet: F1, 1A and 8A. RGB value is (241,26,138). Sum of RGB (Red+Green+Blue) = 241+26+138=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11A8A is #0EE575. Grayscale: #666666. Windows color (decimal): -976246 or 9050865. OLE color: 9050865.
HSL color Cylindrical-coordinate representation of color #F11A8A: hue angle of 328.74º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11A8A is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 138 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.05 |
| HSL | 328.74º | 0.88% | 0.52% | - |
| HSV(B) | 328.74º | 0.89% | 0.95% | - |
| XYZ | 41.23 | 21.27 | 25.98 | - |
| YUV | 103.05 | 147.73 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 138 | 0 | 0.89 | 0.43 | 0.05 | 328.74 | 0.88 | 0.52 |
| Hex | F1 | 1A | 8A | 0 | 59 | 2B | 5 | 149 | 58 | 34 |
| Octal | 361 | 32 | 212 | 0 | 131 | 53 | 5 | 511 | 130 | 64 |
| Binary | 11110001 | 11010 | 10001010 | 0 | 1011001 | 101011 | 101 | 101001001 | 1011000 | 110100 |
Color Harmonies of #F11A8A
Complementary color
Monochromatic Colors of #F11A8A
Black with #F11A8A
Text Example
Text Example
White with #F11A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A8A; }
p { color: rgb(241,26,138); }
H1.HeaderClassName
{
color: #F11A8A;
}
.AnyTagClassName
{
color: #F11A8A;
}
</style>
background-color css
<style>
a { background-color: #F11A8A; }
a { background-color: rgb(241,26,138); }
div.DivClassName
{
background-color: #F11A8A;
}
.BgClassName
{
background-color: #F11A8A;
}
</style>
border-color css
<style>
span { border-color: #F11A8A; }
span { border-color: rgb(241,26,138); }
td.TdClassName
{
border-color: #F11A8A;
}
.TagClassName
{
border-color: #F11A8A;
}
</style>