Shades of Shocking Pink #F312BD
Tints of Shocking Pink #F312BD
RGB
CMYK
RGB Variations
Color information
#F312BD (or 0xF312BD) is known color: Shocking Pink. HEX triplet: F3, 12 and BD. RGB value is (243,18,189). Sum of RGB (Red+Green+Blue) = 243+18+189=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F312BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F312BD is #0CED42. Grayscale: #686868. Windows color (decimal): -847171 or 12391155. OLE color: 12391155.
HSL color Cylindrical-coordinate representation of color #F312BD: hue angle of 314.4º 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 #F312BD is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 189 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.05 |
| HSL | 314.4º | 0.9% | 0.51% | - |
| HSV(B) | 314.4º | 0.93% | 0.95% | - |
| XYZ | 46.36 | 23.16 | 50.17 | - |
| YUV | 104.77 | 175.54 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 189 | 0 | 0.93 | 0.22 | 0.05 | 314.4 | 0.9 | 0.51 |
| Hex | F3 | 12 | BD | 0 | 5D | 16 | 5 | 13A | 5A | 33 |
| Octal | 363 | 22 | 275 | 0 | 135 | 26 | 5 | 472 | 132 | 63 |
| Binary | 11110011 | 10010 | 10111101 | 0 | 1011101 | 10110 | 101 | 100111010 | 1011010 | 110011 |
Color Harmonies of #F312BD
Complementary color
Monochromatic Colors of #F312BD
Black with #F312BD
Text Example
Text Example
White with #F312BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312BD; }
p { color: rgb(243,18,189); }
H1.HeaderClassName
{
color: #F312BD;
}
.AnyTagClassName
{
color: #F312BD;
}
</style>
background-color css
<style>
a { background-color: #F312BD; }
a { background-color: rgb(243,18,189); }
div.DivClassName
{
background-color: #F312BD;
}
.BgClassName
{
background-color: #F312BD;
}
</style>
border-color css
<style>
span { border-color: #F312BD; }
span { border-color: rgb(243,18,189); }
td.TdClassName
{
border-color: #F312BD;
}
.TagClassName
{
border-color: #F312BD;
}
</style>