Shades of Deep Pink #F10984
Tints of Deep Pink #F10984
RGB
CMYK
RGB Variations
Color information
#F10984 (or 0xF10984) is known color: Deep Pink. HEX triplet: F1, 09 and 84. RGB value is (241,9,132). Sum of RGB (Red+Green+Blue) = 241+9+132=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 9 (3.91% from 255 or 2.36% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F10984 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F10984 is #0EF67B. Grayscale: #5C5C5C. Windows color (decimal): -980604 or 8653297. OLE color: 8653297.
HSL color Cylindrical-coordinate representation of color #F10984: hue angle of 328.19º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10984 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 132 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.05 |
| HSL | 328.19º | 0.93% | 0.49% | - |
| HSV(B) | 328.19º | 0.96% | 0.95% | - |
| XYZ | 40.54 | 20.56 | 23.66 | - |
| YUV | 92.39 | 150.36 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 132 | 0 | 0.96 | 0.45 | 0.05 | 328.19 | 0.93 | 0.49 |
| Hex | F1 | 9 | 84 | 0 | 60 | 2D | 5 | 148 | 5D | 31 |
| Octal | 361 | 11 | 204 | 0 | 140 | 55 | 5 | 510 | 135 | 61 |
| Binary | 11110001 | 1001 | 10000100 | 0 | 1100000 | 101101 | 101 | 101001000 | 1011101 | 110001 |
Color Harmonies of #F10984
Complementary color
Monochromatic Colors of #F10984
Black with #F10984
Text Example
Text Example
White with #F10984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10984; }
p { color: rgb(241,9,132); }
H1.HeaderClassName
{
color: #F10984;
}
.AnyTagClassName
{
color: #F10984;
}
</style>
background-color css
<style>
a { background-color: #F10984; }
a { background-color: rgb(241,9,132); }
div.DivClassName
{
background-color: #F10984;
}
.BgClassName
{
background-color: #F10984;
}
</style>
border-color css
<style>
span { border-color: #F10984; }
span { border-color: rgb(241,9,132); }
td.TdClassName
{
border-color: #F10984;
}
.TagClassName
{
border-color: #F10984;
}
</style>