Shades of Shocking Pink #F310C7
Tints of Shocking Pink #F310C7
RGB
CMYK
RGB Variations
Color information
#F310C7 (or 0xF310C7) is known color: Shocking Pink. HEX triplet: F3, 10 and C7. RGB value is (243,16,199). Sum of RGB (Red+Green+Blue) = 243+16+199=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 199 (78.12% from 255 or 43.45% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F310C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F310C7 is #0CEF38. Grayscale: #686868. Windows color (decimal): -847673 or 13046003. OLE color: 13046003.
HSL color Cylindrical-coordinate representation of color #F310C7: hue angle of 311.63º 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 #F310C7 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 199 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.05 |
| HSL | 311.63º | 0.9% | 0.51% | - |
| HSV(B) | 311.63º | 0.93% | 0.95% | - |
| XYZ | 47.46 | 23.55 | 56.08 | - |
| YUV | 104.74 | 181.21 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 199 | 0 | 0.93 | 0.18 | 0.05 | 311.63 | 0.9 | 0.51 |
| Hex | F3 | 10 | C7 | 0 | 5D | 12 | 5 | 138 | 5A | 33 |
| Octal | 363 | 20 | 307 | 0 | 135 | 22 | 5 | 470 | 132 | 63 |
| Binary | 11110011 | 10000 | 11000111 | 0 | 1011101 | 10010 | 101 | 100111000 | 1011010 | 110011 |
Color Harmonies of #F310C7
Complementary color
Monochromatic Colors of #F310C7
Black with #F310C7
Text Example
Text Example
White with #F310C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310C7; }
p { color: rgb(243,16,199); }
H1.HeaderClassName
{
color: #F310C7;
}
.AnyTagClassName
{
color: #F310C7;
}
</style>
background-color css
<style>
a { background-color: #F310C7; }
a { background-color: rgb(243,16,199); }
div.DivClassName
{
background-color: #F310C7;
}
.BgClassName
{
background-color: #F310C7;
}
</style>
border-color css
<style>
span { border-color: #F310C7; }
span { border-color: rgb(243,16,199); }
td.TdClassName
{
border-color: #F310C7;
}
.TagClassName
{
border-color: #F310C7;
}
</style>