Shades of Shocking Pink #F30CBC
Tints of Shocking Pink #F30CBC
RGB
CMYK
RGB Variations
Color information
#F30CBC (or 0xF30CBC) is known color: Shocking Pink. HEX triplet: F3, 0C and BC. RGB value is (243,12,188). Sum of RGB (Red+Green+Blue) = 243+12+188=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30CBC is #0CF343. Grayscale: #646464. Windows color (decimal): -848708 or 12324083. OLE color: 12324083.
HSL color Cylindrical-coordinate representation of color #F30CBC: hue angle of 314.29º degrees, saturation: 0.91, 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 #F30CBC is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 188 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.05 |
| HSL | 314.29º | 0.91% | 0.5% | - |
| HSV(B) | 314.29º | 0.95% | 0.95% | - |
| XYZ | 46.17 | 22.95 | 49.57 | - |
| YUV | 101.13 | 177.03 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 188 | 0 | 0.95 | 0.23 | 0.05 | 314.29 | 0.91 | 0.5 |
| Hex | F3 | C | BC | 0 | 5F | 17 | 5 | 13A | 5B | 32 |
| Octal | 363 | 14 | 274 | 0 | 137 | 27 | 5 | 472 | 133 | 62 |
| Binary | 11110011 | 1100 | 10111100 | 0 | 1011111 | 10111 | 101 | 100111010 | 1011011 | 110010 |
Color Harmonies of #F30CBC
Complementary color
Monochromatic Colors of #F30CBC
Black with #F30CBC
Text Example
Text Example
White with #F30CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30CBC; }
p { color: rgb(243,12,188); }
H1.HeaderClassName
{
color: #F30CBC;
}
.AnyTagClassName
{
color: #F30CBC;
}
</style>
background-color css
<style>
a { background-color: #F30CBC; }
a { background-color: rgb(243,12,188); }
div.DivClassName
{
background-color: #F30CBC;
}
.BgClassName
{
background-color: #F30CBC;
}
</style>
border-color css
<style>
span { border-color: #F30CBC; }
span { border-color: rgb(243,12,188); }
td.TdClassName
{
border-color: #F30CBC;
}
.TagClassName
{
border-color: #F30CBC;
}
</style>