Shades of Shocking Pink #F313BC
Tints of Shocking Pink #F313BC
RGB
CMYK
RGB Variations
Color information
#F313BC (or 0xF313BC) is known color: Shocking Pink. HEX triplet: F3, 13 and BC. RGB value is (243,19,188). Sum of RGB (Red+Green+Blue) = 243+19+188=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F313BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F313BC is #0CEC43. Grayscale: #686868. Windows color (decimal): -846916 or 12325875. OLE color: 12325875.
HSL color Cylindrical-coordinate representation of color #F313BC: hue angle of 314.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F313BC is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 188 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.05 |
| HSL | 314.73º | 0.9% | 0.51% | - |
| HSV(B) | 314.73º | 0.92% | 0.95% | - |
| XYZ | 46.27 | 23.15 | 49.61 | - |
| YUV | 105.24 | 174.71 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 188 | 0 | 0.92 | 0.23 | 0.05 | 314.73 | 0.9 | 0.51 |
| Hex | F3 | 13 | BC | 0 | 5C | 17 | 5 | 13B | 5A | 33 |
| Octal | 363 | 23 | 274 | 0 | 134 | 27 | 5 | 473 | 132 | 63 |
| Binary | 11110011 | 10011 | 10111100 | 0 | 1011100 | 10111 | 101 | 100111011 | 1011010 | 110011 |
Color Harmonies of #F313BC
Complementary color
Monochromatic Colors of #F313BC
Black with #F313BC
Text Example
Text Example
White with #F313BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313BC; }
p { color: rgb(243,19,188); }
H1.HeaderClassName
{
color: #F313BC;
}
.AnyTagClassName
{
color: #F313BC;
}
</style>
background-color css
<style>
a { background-color: #F313BC; }
a { background-color: rgb(243,19,188); }
div.DivClassName
{
background-color: #F313BC;
}
.BgClassName
{
background-color: #F313BC;
}
</style>
border-color css
<style>
span { border-color: #F313BC; }
span { border-color: rgb(243,19,188); }
td.TdClassName
{
border-color: #F313BC;
}
.TagClassName
{
border-color: #F313BC;
}
</style>