Shades of Shocking Pink #F30FCF
Tints of Shocking Pink #F30FCF
RGB
CMYK
RGB Variations
Color information
#F30FCF (or 0xF30FCF) is known color: Shocking Pink. HEX triplet: F3, 0F and CF. RGB value is (243,15,207). Sum of RGB (Red+Green+Blue) = 243+15+207=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FCF is #0CF030. Grayscale: #686868. Windows color (decimal): -847921 or 13570035. OLE color: 13570035.
HSL color Cylindrical-coordinate representation of color #F30FCF: hue angle of 309.47º 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 #F30FCF is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 207 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.05 |
| HSL | 309.47º | 0.9% | 0.51% | - |
| HSV(B) | 309.47º | 0.94% | 0.95% | - |
| XYZ | 48.4 | 23.9 | 61.09 | - |
| YUV | 105.06 | 185.54 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 207 | 0 | 0.94 | 0.15 | 0.05 | 309.47 | 0.9 | 0.51 |
| Hex | F3 | F | CF | 0 | 5E | F | 5 | 135 | 5A | 33 |
| Octal | 363 | 17 | 317 | 0 | 136 | 17 | 5 | 465 | 132 | 63 |
| Binary | 11110011 | 1111 | 11001111 | 0 | 1011110 | 1111 | 101 | 100110101 | 1011010 | 110011 |
Color Harmonies of #F30FCF
Complementary color
Monochromatic Colors of #F30FCF
Black with #F30FCF
Text Example
Text Example
White with #F30FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FCF; }
p { color: rgb(243,15,207); }
H1.HeaderClassName
{
color: #F30FCF;
}
.AnyTagClassName
{
color: #F30FCF;
}
</style>
background-color css
<style>
a { background-color: #F30FCF; }
a { background-color: rgb(243,15,207); }
div.DivClassName
{
background-color: #F30FCF;
}
.BgClassName
{
background-color: #F30FCF;
}
</style>
border-color css
<style>
span { border-color: #F30FCF; }
span { border-color: rgb(243,15,207); }
td.TdClassName
{
border-color: #F30FCF;
}
.TagClassName
{
border-color: #F30FCF;
}
</style>