Shades of Shocking Pink #F30FCE
Tints of Shocking Pink #F30FCE
RGB
CMYK
RGB Variations
Color information
#F30FCE (or 0xF30FCE) is known color: Shocking Pink. HEX triplet: F3, 0F and CE. RGB value is (243,15,206). Sum of RGB (Red+Green+Blue) = 243+15+206=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FCE is #0CF031. Grayscale: #686868. Windows color (decimal): -847922 or 13504499. OLE color: 13504499.
HSL color Cylindrical-coordinate representation of color #F30FCE: hue angle of 309.74º 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 #F30FCE is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 206 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.05 |
| HSL | 309.74º | 0.9% | 0.51% | - |
| HSV(B) | 309.74º | 0.94% | 0.95% | - |
| XYZ | 48.27 | 23.85 | 60.45 | - |
| YUV | 104.95 | 185.04 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 206 | 0 | 0.94 | 0.15 | 0.05 | 309.74 | 0.9 | 0.51 |
| Hex | F3 | F | CE | 0 | 5E | F | 5 | 136 | 5A | 33 |
| Octal | 363 | 17 | 316 | 0 | 136 | 17 | 5 | 466 | 132 | 63 |
| Binary | 11110011 | 1111 | 11001110 | 0 | 1011110 | 1111 | 101 | 100110110 | 1011010 | 110011 |
Color Harmonies of #F30FCE
Complementary color
Monochromatic Colors of #F30FCE
Black with #F30FCE
Text Example
Text Example
White with #F30FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FCE; }
p { color: rgb(243,15,206); }
H1.HeaderClassName
{
color: #F30FCE;
}
.AnyTagClassName
{
color: #F30FCE;
}
</style>
background-color css
<style>
a { background-color: #F30FCE; }
a { background-color: rgb(243,15,206); }
div.DivClassName
{
background-color: #F30FCE;
}
.BgClassName
{
background-color: #F30FCE;
}
</style>
border-color css
<style>
span { border-color: #F30FCE; }
span { border-color: rgb(243,15,206); }
td.TdClassName
{
border-color: #F30FCE;
}
.TagClassName
{
border-color: #F30FCE;
}
</style>