Shades of Shocking Pink #F10DB9
Tints of Shocking Pink #F10DB9
RGB
CMYK
RGB Variations
Color information
#F10DB9 (or 0xF10DB9) is known color: Shocking Pink. HEX triplet: F1, 0D and B9. RGB value is (241,13,185). Sum of RGB (Red+Green+Blue) = 241+13+185=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 13 (5.47% from 255 or 2.96% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DB9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DB9 is #0EF246. Grayscale: #646464. Windows color (decimal): -979527 or 12127729. OLE color: 12127729.
HSL color Cylindrical-coordinate representation of color #F10DB9: hue angle of 314.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10DB9 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 185 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.05 |
| HSL | 314.74º | 0.9% | 0.5% | - |
| HSV(B) | 314.74º | 0.95% | 0.95% | - |
| XYZ | 45.18 | 22.49 | 47.86 | - |
| YUV | 100.78 | 175.54 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 185 | 0 | 0.95 | 0.23 | 0.05 | 314.74 | 0.9 | 0.5 |
| Hex | F1 | D | B9 | 0 | 5F | 17 | 5 | 13B | 5A | 32 |
| Octal | 361 | 15 | 271 | 0 | 137 | 27 | 5 | 473 | 132 | 62 |
| Binary | 11110001 | 1101 | 10111001 | 0 | 1011111 | 10111 | 101 | 100111011 | 1011010 | 110010 |
Color Harmonies of #F10DB9
Complementary color
Monochromatic Colors of #F10DB9
Black with #F10DB9
Text Example
Text Example
White with #F10DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10DB9; }
p { color: rgb(241,13,185); }
H1.HeaderClassName
{
color: #F10DB9;
}
.AnyTagClassName
{
color: #F10DB9;
}
</style>
background-color css
<style>
a { background-color: #F10DB9; }
a { background-color: rgb(241,13,185); }
div.DivClassName
{
background-color: #F10DB9;
}
.BgClassName
{
background-color: #F10DB9;
}
</style>
border-color css
<style>
span { border-color: #F10DB9; }
span { border-color: rgb(241,13,185); }
td.TdClassName
{
border-color: #F10DB9;
}
.TagClassName
{
border-color: #F10DB9;
}
</style>