Shades of Shocking Pink #F115D0
Tints of Shocking Pink #F115D0
RGB
CMYK
RGB Variations
Color information
#F115D0 (or 0xF115D0) is known color: Shocking Pink. HEX triplet: F1, 15 and D0. RGB value is (241,21,208). Sum of RGB (Red+Green+Blue) = 241+21+208=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F115D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F115D0 is #0EEA2F. Grayscale: #6B6B6B. Windows color (decimal): -977456 or 13637105. OLE color: 13637105.
HSL color Cylindrical-coordinate representation of color #F115D0: hue angle of 309º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F115D0 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 208 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.05 |
| HSL | 309º | 0.89% | 0.51% | - |
| HSV(B) | 309º | 0.91% | 0.95% | - |
| XYZ | 47.93 | 23.79 | 61.74 | - |
| YUV | 108.1 | 184.39 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 208 | 0 | 0.91 | 0.14 | 0.05 | 309 | 0.89 | 0.51 |
| Hex | F1 | 15 | D0 | 0 | 5B | E | 5 | 135 | 59 | 33 |
| Octal | 361 | 25 | 320 | 0 | 133 | 16 | 5 | 465 | 131 | 63 |
| Binary | 11110001 | 10101 | 11010000 | 0 | 1011011 | 1110 | 101 | 100110101 | 1011001 | 110011 |
Color Harmonies of #F115D0
Complementary color
Monochromatic Colors of #F115D0
Black with #F115D0
Text Example
Text Example
White with #F115D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115D0; }
p { color: rgb(241,21,208); }
H1.HeaderClassName
{
color: #F115D0;
}
.AnyTagClassName
{
color: #F115D0;
}
</style>
background-color css
<style>
a { background-color: #F115D0; }
a { background-color: rgb(241,21,208); }
div.DivClassName
{
background-color: #F115D0;
}
.BgClassName
{
background-color: #F115D0;
}
</style>
border-color css
<style>
span { border-color: #F115D0; }
span { border-color: rgb(241,21,208); }
td.TdClassName
{
border-color: #F115D0;
}
.TagClassName
{
border-color: #F115D0;
}
</style>