Shades of Shocking Pink #F310BF
Tints of Shocking Pink #F310BF
RGB
CMYK
RGB Variations
Color information
#F310BF (or 0xF310BF) is known color: Shocking Pink. HEX triplet: F3, 10 and BF. RGB value is (243,16,191). Sum of RGB (Red+Green+Blue) = 243+16+191=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F310BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F310BF is #0CEF40. Grayscale: #676767. Windows color (decimal): -847681 or 12521715. OLE color: 12521715.
HSL color Cylindrical-coordinate representation of color #F310BF: hue angle of 313.74º 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 #F310BF is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 191 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.05 |
| HSL | 313.74º | 0.9% | 0.51% | - |
| HSV(B) | 313.74º | 0.93% | 0.95% | - |
| XYZ | 46.55 | 23.19 | 51.31 | - |
| YUV | 103.82 | 177.21 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 191 | 0 | 0.93 | 0.21 | 0.05 | 313.74 | 0.9 | 0.51 |
| Hex | F3 | 10 | BF | 0 | 5D | 15 | 5 | 13A | 5A | 33 |
| Octal | 363 | 20 | 277 | 0 | 135 | 25 | 5 | 472 | 132 | 63 |
| Binary | 11110011 | 10000 | 10111111 | 0 | 1011101 | 10101 | 101 | 100111010 | 1011010 | 110011 |
Color Harmonies of #F310BF
Complementary color
Monochromatic Colors of #F310BF
Black with #F310BF
Text Example
Text Example
White with #F310BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F310BF; }
p { color: rgb(243,16,191); }
H1.HeaderClassName
{
color: #F310BF;
}
.AnyTagClassName
{
color: #F310BF;
}
</style>
background-color css
<style>
a { background-color: #F310BF; }
a { background-color: rgb(243,16,191); }
div.DivClassName
{
background-color: #F310BF;
}
.BgClassName
{
background-color: #F310BF;
}
</style>
border-color css
<style>
span { border-color: #F310BF; }
span { border-color: rgb(243,16,191); }
td.TdClassName
{
border-color: #F310BF;
}
.TagClassName
{
border-color: #F310BF;
}
</style>