Shades of Shocking Pink #F10DB5
Tints of Shocking Pink #F10DB5
RGB
CMYK
RGB Variations
Color information
#F10DB5 (or 0xF10DB5) is known color: Shocking Pink. HEX triplet: F1, 0D and B5. RGB value is (241,13,181). Sum of RGB (Red+Green+Blue) = 241+13+181=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DB5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DB5 is #0EF24A. Grayscale: #636363. Windows color (decimal): -979531 or 11865585. OLE color: 11865585.
HSL color Cylindrical-coordinate representation of color #F10DB5: hue angle of 315.79º 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 #F10DB5 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 181 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.05 |
| HSL | 315.79º | 0.9% | 0.5% | - |
| HSV(B) | 315.79º | 0.95% | 0.95% | - |
| XYZ | 44.76 | 22.32 | 45.67 | - |
| YUV | 100.32 | 173.54 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 181 | 0 | 0.95 | 0.25 | 0.05 | 315.79 | 0.9 | 0.5 |
| Hex | F1 | D | B5 | 0 | 5F | 19 | 5 | 13C | 5A | 32 |
| Octal | 361 | 15 | 265 | 0 | 137 | 31 | 5 | 474 | 132 | 62 |
| Binary | 11110001 | 1101 | 10110101 | 0 | 1011111 | 11001 | 101 | 100111100 | 1011010 | 110010 |
Color Harmonies of #F10DB5
Complementary color
Monochromatic Colors of #F10DB5
Black with #F10DB5
Text Example
Text Example
White with #F10DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10DB5; }
p { color: rgb(241,13,181); }
H1.HeaderClassName
{
color: #F10DB5;
}
.AnyTagClassName
{
color: #F10DB5;
}
</style>
background-color css
<style>
a { background-color: #F10DB5; }
a { background-color: rgb(241,13,181); }
div.DivClassName
{
background-color: #F10DB5;
}
.BgClassName
{
background-color: #F10DB5;
}
</style>
border-color css
<style>
span { border-color: #F10DB5; }
span { border-color: rgb(241,13,181); }
td.TdClassName
{
border-color: #F10DB5;
}
.TagClassName
{
border-color: #F10DB5;
}
</style>