Shades of Shocking Pink #F10DB7
Tints of Shocking Pink #F10DB7
RGB
CMYK
RGB Variations
Color information
#F10DB7 (or 0xF10DB7) is known color: Shocking Pink. HEX triplet: F1, 0D and B7. RGB value is (241,13,183). Sum of RGB (Red+Green+Blue) = 241+13+183=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F10DB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10DB7 is #0EF248. Grayscale: #646464. Windows color (decimal): -979529 or 11996657. OLE color: 11996657.
HSL color Cylindrical-coordinate representation of color #F10DB7: hue angle of 315.26º 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 #F10DB7 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 13 | 183 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.05 |
| HSL | 315.26º | 0.9% | 0.5% | - |
| HSV(B) | 315.26º | 0.95% | 0.95% | - |
| XYZ | 44.97 | 22.41 | 46.75 | - |
| YUV | 100.55 | 174.54 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 13 | 183 | 0 | 0.95 | 0.24 | 0.05 | 315.26 | 0.9 | 0.5 |
| Hex | F1 | D | B7 | 0 | 5F | 18 | 5 | 13B | 5A | 32 |
| Octal | 361 | 15 | 267 | 0 | 137 | 30 | 5 | 473 | 132 | 62 |
| Binary | 11110001 | 1101 | 10110111 | 0 | 1011111 | 11000 | 101 | 100111011 | 1011010 | 110010 |
Color Harmonies of #F10DB7
Complementary color
Monochromatic Colors of #F10DB7
Black with #F10DB7
Text Example
Text Example
White with #F10DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10DB7; }
p { color: rgb(241,13,183); }
H1.HeaderClassName
{
color: #F10DB7;
}
.AnyTagClassName
{
color: #F10DB7;
}
</style>
background-color css
<style>
a { background-color: #F10DB7; }
a { background-color: rgb(241,13,183); }
div.DivClassName
{
background-color: #F10DB7;
}
.BgClassName
{
background-color: #F10DB7;
}
</style>
border-color css
<style>
span { border-color: #F10DB7; }
span { border-color: rgb(241,13,183); }
td.TdClassName
{
border-color: #F10DB7;
}
.TagClassName
{
border-color: #F10DB7;
}
</style>