Shades of Shocking Pink #F10DBB
Tints of Shocking Pink #F10DBB
RGB
CMYK
RGB Variations
Color information
#F10DBB (or 0xF10DBB) is known color: Shocking Pink. HEX triplet: F1, 0D and BB. RGB value is (241,13,187). Sum of RGB (Red+Green+Blue) = 241+13+187=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DBB is #0EF244. Grayscale: #646464. Windows color (decimal): -979525 or 12258801. OLE color: 12258801.
HSL color Cylindrical-coordinate representation of color #F10DBB: hue angle of 314.21º 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 #F10DBB is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 187 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.05 |
| HSL | 314.21º | 0.9% | 0.5% | - |
| HSV(B) | 314.21º | 0.95% | 0.95% | - |
| XYZ | 45.39 | 22.58 | 48.98 | - |
| YUV | 101.01 | 176.54 | 227.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 187 | 0 | 0.95 | 0.22 | 0.05 | 314.21 | 0.9 | 0.5 |
| Hex | F1 | D | BB | 0 | 5F | 16 | 5 | 13A | 5A | 32 |
| Octal | 361 | 15 | 273 | 0 | 137 | 26 | 5 | 472 | 132 | 62 |
| Binary | 11110001 | 1101 | 10111011 | 0 | 1011111 | 10110 | 101 | 100111010 | 1011010 | 110010 |
Color Harmonies of #F10DBB
Complementary color
Monochromatic Colors of #F10DBB
Black with #F10DBB
Text Example
Text Example
White with #F10DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10DBB; }
p { color: rgb(241,13,187); }
H1.HeaderClassName
{
color: #F10DBB;
}
.AnyTagClassName
{
color: #F10DBB;
}
</style>
background-color css
<style>
a { background-color: #F10DBB; }
a { background-color: rgb(241,13,187); }
div.DivClassName
{
background-color: #F10DBB;
}
.BgClassName
{
background-color: #F10DBB;
}
</style>
border-color css
<style>
span { border-color: #F10DBB; }
span { border-color: rgb(241,13,187); }
td.TdClassName
{
border-color: #F10DBB;
}
.TagClassName
{
border-color: #F10DBB;
}
</style>