Shades of Shocking Pink #F30FCD
Tints of Shocking Pink #F30FCD
RGB
CMYK
RGB Variations
Color information
#F30FCD (or 0xF30FCD) is known color: Shocking Pink. HEX triplet: F3, 0F and CD. RGB value is (243,15,205). Sum of RGB (Red+Green+Blue) = 243+15+205=463 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.48% from 463); Green value is 15 (6.25% from 255 or 3.24% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FCD is #0CF032. Grayscale: #686868. Windows color (decimal): -847923 or 13438963. OLE color: 13438963.
HSL color Cylindrical-coordinate representation of color #F30FCD: hue angle of 310º 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 #F30FCD is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 205 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.05 |
| HSL | 310º | 0.9% | 0.51% | - |
| HSV(B) | 310º | 0.94% | 0.95% | - |
| XYZ | 48.15 | 23.8 | 59.81 | - |
| YUV | 104.83 | 184.54 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 205 | 0 | 0.94 | 0.16 | 0.05 | 310 | 0.9 | 0.51 |
| Hex | F3 | F | CD | 0 | 5E | 10 | 5 | 136 | 5A | 33 |
| Octal | 363 | 17 | 315 | 0 | 136 | 20 | 5 | 466 | 132 | 63 |
| Binary | 11110011 | 1111 | 11001101 | 0 | 1011110 | 10000 | 101 | 100110110 | 1011010 | 110011 |
Color Harmonies of #F30FCD
Complementary color
Monochromatic Colors of #F30FCD
Black with #F30FCD
Text Example
Text Example
White with #F30FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FCD; }
p { color: rgb(243,15,205); }
H1.HeaderClassName
{
color: #F30FCD;
}
.AnyTagClassName
{
color: #F30FCD;
}
</style>
background-color css
<style>
a { background-color: #F30FCD; }
a { background-color: rgb(243,15,205); }
div.DivClassName
{
background-color: #F30FCD;
}
.BgClassName
{
background-color: #F30FCD;
}
</style>
border-color css
<style>
span { border-color: #F30FCD; }
span { border-color: rgb(243,15,205); }
td.TdClassName
{
border-color: #F30FCD;
}
.TagClassName
{
border-color: #F30FCD;
}
</style>