Shades of Shocking Pink #F310CF
Tints of Shocking Pink #F310CF
RGB
CMYK
RGB Variations
Color information
#F310CF (or 0xF310CF) is known color: Shocking Pink. HEX triplet: F3, 10 and CF. RGB value is (243,16,207). Sum of RGB (Red+Green+Blue) = 243+16+207=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 16 (6.64% from 255 or 3.43% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F310CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F310CF is #0CEF30. Grayscale: #696969. Windows color (decimal): -847665 or 13570291. OLE color: 13570291.
HSL color Cylindrical-coordinate representation of color #F310CF: hue angle of 309.52º 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 #F310CF is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 207 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.05 |
| HSL | 309.52º | 0.9% | 0.51% | - |
| HSV(B) | 309.52º | 0.93% | 0.95% | - |
| XYZ | 48.41 | 23.93 | 61.1 | - |
| YUV | 105.65 | 185.21 | 225.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 207 | 0 | 0.93 | 0.15 | 0.05 | 309.52 | 0.9 | 0.51 |
| Hex | F3 | 10 | CF | 0 | 5D | F | 5 | 136 | 5A | 33 |
| Octal | 363 | 20 | 317 | 0 | 135 | 17 | 5 | 466 | 132 | 63 |
| Binary | 11110011 | 10000 | 11001111 | 0 | 1011101 | 1111 | 101 | 100110110 | 1011010 | 110011 |
Color Harmonies of #F310CF
Complementary color
Monochromatic Colors of #F310CF
Black with #F310CF
Text Example
Text Example
White with #F310CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310CF; }
p { color: rgb(243,16,207); }
H1.HeaderClassName
{
color: #F310CF;
}
.AnyTagClassName
{
color: #F310CF;
}
</style>
background-color css
<style>
a { background-color: #F310CF; }
a { background-color: rgb(243,16,207); }
div.DivClassName
{
background-color: #F310CF;
}
.BgClassName
{
background-color: #F310CF;
}
</style>
border-color css
<style>
span { border-color: #F310CF; }
span { border-color: rgb(243,16,207); }
td.TdClassName
{
border-color: #F310CF;
}
.TagClassName
{
border-color: #F310CF;
}
</style>