Shades of Shocking Pink #F30FC3
Tints of Shocking Pink #F30FC3
RGB
CMYK
RGB Variations
Color information
#F30FC3 (or 0xF30FC3) is known color: Shocking Pink. HEX triplet: F3, 0F and C3. RGB value is (243,15,195). Sum of RGB (Red+Green+Blue) = 243+15+195=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FC3 is #0CF03C. Grayscale: #676767. Windows color (decimal): -847933 or 12783603. OLE color: 12783603.
HSL color Cylindrical-coordinate representation of color #F30FC3: hue angle of 312.63º 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 #F30FC3 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 195 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.05 |
| HSL | 312.63º | 0.9% | 0.51% | - |
| HSV(B) | 312.63º | 0.94% | 0.95% | - |
| XYZ | 46.98 | 23.34 | 53.66 | - |
| YUV | 103.69 | 179.54 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 195 | 0 | 0.94 | 0.20 | 0.05 | 312.63 | 0.9 | 0.51 |
| Hex | F3 | F | C3 | 0 | 5E | 14 | 5 | 139 | 5A | 33 |
| Octal | 363 | 17 | 303 | 0 | 136 | 24 | 5 | 471 | 132 | 63 |
| Binary | 11110011 | 1111 | 11000011 | 0 | 1011110 | 10100 | 101 | 100111001 | 1011010 | 110011 |
Color Harmonies of #F30FC3
Complementary color
Monochromatic Colors of #F30FC3
Black with #F30FC3
Text Example
Text Example
White with #F30FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FC3; }
p { color: rgb(243,15,195); }
H1.HeaderClassName
{
color: #F30FC3;
}
.AnyTagClassName
{
color: #F30FC3;
}
</style>
background-color css
<style>
a { background-color: #F30FC3; }
a { background-color: rgb(243,15,195); }
div.DivClassName
{
background-color: #F30FC3;
}
.BgClassName
{
background-color: #F30FC3;
}
</style>
border-color css
<style>
span { border-color: #F30FC3; }
span { border-color: rgb(243,15,195); }
td.TdClassName
{
border-color: #F30FC3;
}
.TagClassName
{
border-color: #F30FC3;
}
</style>