Shades of Shocking Pink #F115D3
Tints of Shocking Pink #F115D3
RGB
CMYK
RGB Variations
Color information
#F115D3 (or 0xF115D3) is known color: Shocking Pink. HEX triplet: F1, 15 and D3. RGB value is (241,21,211). Sum of RGB (Red+Green+Blue) = 241+21+211=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F115D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F115D3 is #0EEA2C. Grayscale: #6B6B6B. Windows color (decimal): -977453 or 13833713. OLE color: 13833713.
HSL color Cylindrical-coordinate representation of color #F115D3: hue angle of 308.18º 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 #F115D3 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 211 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.05 |
| HSL | 308.18º | 0.89% | 0.51% | - |
| HSV(B) | 308.18º | 0.91% | 0.95% | - |
| XYZ | 48.3 | 23.94 | 63.7 | - |
| YUV | 108.44 | 185.89 | 222.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 211 | 0 | 0.91 | 0.12 | 0.05 | 308.18 | 0.89 | 0.51 |
| Hex | F1 | 15 | D3 | 0 | 5B | C | 5 | 134 | 59 | 33 |
| Octal | 361 | 25 | 323 | 0 | 133 | 14 | 5 | 464 | 131 | 63 |
| Binary | 11110001 | 10101 | 11010011 | 0 | 1011011 | 1100 | 101 | 100110100 | 1011001 | 110011 |
Color Harmonies of #F115D3
Complementary color
Monochromatic Colors of #F115D3
Black with #F115D3
Text Example
Text Example
White with #F115D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F115D3; }
p { color: rgb(241,21,211); }
H1.HeaderClassName
{
color: #F115D3;
}
.AnyTagClassName
{
color: #F115D3;
}
</style>
background-color css
<style>
a { background-color: #F115D3; }
a { background-color: rgb(241,21,211); }
div.DivClassName
{
background-color: #F115D3;
}
.BgClassName
{
background-color: #F115D3;
}
</style>
border-color css
<style>
span { border-color: #F115D3; }
span { border-color: rgb(241,21,211); }
td.TdClassName
{
border-color: #F115D3;
}
.TagClassName
{
border-color: #F115D3;
}
</style>