Shades of Shocking Pink #F30FC5
Tints of Shocking Pink #F30FC5
RGB
CMYK
RGB Variations
Color information
#F30FC5 (or 0xF30FC5) is known color: Shocking Pink. HEX triplet: F3, 0F and C5. RGB value is (243,15,197). Sum of RGB (Red+Green+Blue) = 243+15+197=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FC5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FC5 is #0CF03A. Grayscale: #676767. Windows color (decimal): -847931 or 12914675. OLE color: 12914675.
HSL color Cylindrical-coordinate representation of color #F30FC5: hue angle of 312.11º 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 #F30FC5 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 197 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.05 |
| HSL | 312.11º | 0.9% | 0.51% | - |
| HSV(B) | 312.11º | 0.94% | 0.95% | - |
| XYZ | 47.21 | 23.43 | 54.86 | - |
| YUV | 103.92 | 180.54 | 227.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 197 | 0 | 0.94 | 0.19 | 0.05 | 312.11 | 0.9 | 0.51 |
| Hex | F3 | F | C5 | 0 | 5E | 13 | 5 | 138 | 5A | 33 |
| Octal | 363 | 17 | 305 | 0 | 136 | 23 | 5 | 470 | 132 | 63 |
| Binary | 11110011 | 1111 | 11000101 | 0 | 1011110 | 10011 | 101 | 100111000 | 1011010 | 110011 |
Color Harmonies of #F30FC5
Complementary color
Monochromatic Colors of #F30FC5
Black with #F30FC5
Text Example
Text Example
White with #F30FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FC5; }
p { color: rgb(243,15,197); }
H1.HeaderClassName
{
color: #F30FC5;
}
.AnyTagClassName
{
color: #F30FC5;
}
</style>
background-color css
<style>
a { background-color: #F30FC5; }
a { background-color: rgb(243,15,197); }
div.DivClassName
{
background-color: #F30FC5;
}
.BgClassName
{
background-color: #F30FC5;
}
</style>
border-color css
<style>
span { border-color: #F30FC5; }
span { border-color: rgb(243,15,197); }
td.TdClassName
{
border-color: #F30FC5;
}
.TagClassName
{
border-color: #F30FC5;
}
</style>