Shades of Shocking Pink #F310C8
Tints of Shocking Pink #F310C8
RGB
CMYK
RGB Variations
Color information
#F310C8 (or 0xF310C8) is known color: Shocking Pink. HEX triplet: F3, 10 and C8. RGB value is (243,16,200). Sum of RGB (Red+Green+Blue) = 243+16+200=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 200 (78.52% from 255 or 43.57% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F310C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F310C8 is #0CEF37. Grayscale: #686868. Windows color (decimal): -847672 or 13111539. OLE color: 13111539.
HSL color Cylindrical-coordinate representation of color #F310C8: hue angle of 311.37º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F310C8 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 200 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.05 |
| HSL | 311.37º | 0.9% | 0.51% | - |
| HSV(B) | 311.37º | 0.93% | 0.95% | - |
| XYZ | 47.57 | 23.6 | 56.69 | - |
| YUV | 104.85 | 181.71 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 200 | 0 | 0.93 | 0.18 | 0.05 | 311.37 | 0.9 | 0.51 |
| Hex | F3 | 10 | C8 | 0 | 5D | 12 | 5 | 137 | 5A | 33 |
| Octal | 363 | 20 | 310 | 0 | 135 | 22 | 5 | 467 | 132 | 63 |
| Binary | 11110011 | 10000 | 11001000 | 0 | 1011101 | 10010 | 101 | 100110111 | 1011010 | 110011 |
Color Harmonies of #F310C8
Complementary color
Monochromatic Colors of #F310C8
Black with #F310C8
Text Example
Text Example
White with #F310C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310C8; }
p { color: rgb(243,16,200); }
H1.HeaderClassName
{
color: #F310C8;
}
.AnyTagClassName
{
color: #F310C8;
}
</style>
background-color css
<style>
a { background-color: #F310C8; }
a { background-color: rgb(243,16,200); }
div.DivClassName
{
background-color: #F310C8;
}
.BgClassName
{
background-color: #F310C8;
}
</style>
border-color css
<style>
span { border-color: #F310C8; }
span { border-color: rgb(243,16,200); }
td.TdClassName
{
border-color: #F310C8;
}
.TagClassName
{
border-color: #F310C8;
}
</style>