Shades of Shocking Pink #F30FBC
Tints of Shocking Pink #F30FBC
RGB
CMYK
RGB Variations
Color information
#F30FBC (or 0xF30FBC) is known color: Shocking Pink. HEX triplet: F3, 0F and BC. RGB value is (243,15,188). Sum of RGB (Red+Green+Blue) = 243+15+188=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FBC is #0CF043. Grayscale: #666666. Windows color (decimal): -847940 or 12324851. OLE color: 12324851.
HSL color Cylindrical-coordinate representation of color #F30FBC: hue angle of 314.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30FBC is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 188 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.05 |
| HSL | 314.47º | 0.9% | 0.51% | - |
| HSV(B) | 314.47º | 0.94% | 0.95% | - |
| XYZ | 46.21 | 23.03 | 49.59 | - |
| YUV | 102.89 | 176.04 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 188 | 0 | 0.94 | 0.23 | 0.05 | 314.47 | 0.9 | 0.51 |
| Hex | F3 | F | BC | 0 | 5E | 17 | 5 | 13A | 5A | 33 |
| Octal | 363 | 17 | 274 | 0 | 136 | 27 | 5 | 472 | 132 | 63 |
| Binary | 11110011 | 1111 | 10111100 | 0 | 1011110 | 10111 | 101 | 100111010 | 1011010 | 110011 |
Color Harmonies of #F30FBC
Complementary color
Monochromatic Colors of #F30FBC
Black with #F30FBC
Text Example
Text Example
White with #F30FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FBC; }
p { color: rgb(243,15,188); }
H1.HeaderClassName
{
color: #F30FBC;
}
.AnyTagClassName
{
color: #F30FBC;
}
</style>
background-color css
<style>
a { background-color: #F30FBC; }
a { background-color: rgb(243,15,188); }
div.DivClassName
{
background-color: #F30FBC;
}
.BgClassName
{
background-color: #F30FBC;
}
</style>
border-color css
<style>
span { border-color: #F30FBC; }
span { border-color: rgb(243,15,188); }
td.TdClassName
{
border-color: #F30FBC;
}
.TagClassName
{
border-color: #F30FBC;
}
</style>