Shades of Shocking Pink #F313BB
Tints of Shocking Pink #F313BB
RGB
CMYK
RGB Variations
Color information
#F313BB (or 0xF313BB) is known color: Shocking Pink. HEX triplet: F3, 13 and BB. RGB value is (243,19,187). Sum of RGB (Red+Green+Blue) = 243+19+187=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 19 (7.81% from 255 or 4.23% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F313BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F313BB is #0CEC44. Grayscale: #686868. Windows color (decimal): -846917 or 12260339. OLE color: 12260339.
HSL color Cylindrical-coordinate representation of color #F313BB: hue angle of 315º 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 #F313BB is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 187 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.05 |
| HSL | 315º | 0.9% | 0.51% | - |
| HSV(B) | 315º | 0.92% | 0.95% | - |
| XYZ | 46.16 | 23.11 | 49.04 | - |
| YUV | 105.13 | 174.21 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 187 | 0 | 0.92 | 0.23 | 0.05 | 315 | 0.9 | 0.51 |
| Hex | F3 | 13 | BB | 0 | 5C | 17 | 5 | 13B | 5A | 33 |
| Octal | 363 | 23 | 273 | 0 | 134 | 27 | 5 | 473 | 132 | 63 |
| Binary | 11110011 | 10011 | 10111011 | 0 | 1011100 | 10111 | 101 | 100111011 | 1011010 | 110011 |
Color Harmonies of #F313BB
Complementary color
Monochromatic Colors of #F313BB
Black with #F313BB
Text Example
Text Example
White with #F313BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313BB; }
p { color: rgb(243,19,187); }
H1.HeaderClassName
{
color: #F313BB;
}
.AnyTagClassName
{
color: #F313BB;
}
</style>
background-color css
<style>
a { background-color: #F313BB; }
a { background-color: rgb(243,19,187); }
div.DivClassName
{
background-color: #F313BB;
}
.BgClassName
{
background-color: #F313BB;
}
</style>
border-color css
<style>
span { border-color: #F313BB; }
span { border-color: rgb(243,19,187); }
td.TdClassName
{
border-color: #F313BB;
}
.TagClassName
{
border-color: #F313BB;
}
</style>