Shades of Shocking Pink #F312BB
Tints of Shocking Pink #F312BB
RGB
CMYK
RGB Variations
Color information
#F312BB (or 0xF312BB) is known color: Shocking Pink. HEX triplet: F3, 12 and BB. RGB value is (243,18,187). Sum of RGB (Red+Green+Blue) = 243+18+187=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F312BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F312BB is #0CED44. Grayscale: #686868. Windows color (decimal): -847173 or 12260083. OLE color: 12260083.
HSL color Cylindrical-coordinate representation of color #F312BB: hue angle of 314.93º 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 #F312BB is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 187 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.05 |
| HSL | 314.93º | 0.9% | 0.51% | - |
| HSV(B) | 314.93º | 0.93% | 0.95% | - |
| XYZ | 46.15 | 23.08 | 49.04 | - |
| YUV | 104.54 | 174.54 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 187 | 0 | 0.93 | 0.23 | 0.05 | 314.93 | 0.9 | 0.51 |
| Hex | F3 | 12 | BB | 0 | 5D | 17 | 5 | 13B | 5A | 33 |
| Octal | 363 | 22 | 273 | 0 | 135 | 27 | 5 | 473 | 132 | 63 |
| Binary | 11110011 | 10010 | 10111011 | 0 | 1011101 | 10111 | 101 | 100111011 | 1011010 | 110011 |
Color Harmonies of #F312BB
Complementary color
Monochromatic Colors of #F312BB
Black with #F312BB
Text Example
Text Example
White with #F312BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312BB; }
p { color: rgb(243,18,187); }
H1.HeaderClassName
{
color: #F312BB;
}
.AnyTagClassName
{
color: #F312BB;
}
</style>
background-color css
<style>
a { background-color: #F312BB; }
a { background-color: rgb(243,18,187); }
div.DivClassName
{
background-color: #F312BB;
}
.BgClassName
{
background-color: #F312BB;
}
</style>
border-color css
<style>
span { border-color: #F312BB; }
span { border-color: rgb(243,18,187); }
td.TdClassName
{
border-color: #F312BB;
}
.TagClassName
{
border-color: #F312BB;
}
</style>