Shades of Shocking Pink #F30FC2
Tints of Shocking Pink #F30FC2
RGB
CMYK
RGB Variations
Color information
#F30FC2 (or 0xF30FC2) is known color: Shocking Pink. HEX triplet: F3, 0F and C2. RGB value is (243,15,194). Sum of RGB (Red+Green+Blue) = 243+15+194=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FC2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FC2 is #0CF03D. Grayscale: #676767. Windows color (decimal): -847934 or 12718067. OLE color: 12718067.
HSL color Cylindrical-coordinate representation of color #F30FC2: hue angle of 312.89º 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 #F30FC2 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 194 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.05 |
| HSL | 312.89º | 0.9% | 0.51% | - |
| HSV(B) | 312.89º | 0.94% | 0.95% | - |
| XYZ | 46.87 | 23.29 | 53.06 | - |
| YUV | 103.58 | 179.04 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 194 | 0 | 0.94 | 0.20 | 0.05 | 312.89 | 0.9 | 0.51 |
| Hex | F3 | F | C2 | 0 | 5E | 14 | 5 | 139 | 5A | 33 |
| Octal | 363 | 17 | 302 | 0 | 136 | 24 | 5 | 471 | 132 | 63 |
| Binary | 11110011 | 1111 | 11000010 | 0 | 1011110 | 10100 | 101 | 100111001 | 1011010 | 110011 |
Color Harmonies of #F30FC2
Complementary color
Monochromatic Colors of #F30FC2
Black with #F30FC2
Text Example
Text Example
White with #F30FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FC2; }
p { color: rgb(243,15,194); }
H1.HeaderClassName
{
color: #F30FC2;
}
.AnyTagClassName
{
color: #F30FC2;
}
</style>
background-color css
<style>
a { background-color: #F30FC2; }
a { background-color: rgb(243,15,194); }
div.DivClassName
{
background-color: #F30FC2;
}
.BgClassName
{
background-color: #F30FC2;
}
</style>
border-color css
<style>
span { border-color: #F30FC2; }
span { border-color: rgb(243,15,194); }
td.TdClassName
{
border-color: #F30FC2;
}
.TagClassName
{
border-color: #F30FC2;
}
</style>