Shades of Shocking Pink #F312BA
Tints of Shocking Pink #F312BA
RGB
CMYK
RGB Variations
Color information
#F312BA (or 0xF312BA) is known color: Shocking Pink. HEX triplet: F3, 12 and BA. RGB value is (243,18,186). Sum of RGB (Red+Green+Blue) = 243+18+186=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F312BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F312BA is #0CED45. Grayscale: #676767. Windows color (decimal): -847174 or 12194547. OLE color: 12194547.
HSL color Cylindrical-coordinate representation of color #F312BA: hue angle of 315.2º 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 #F312BA is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 186 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.05 |
| HSL | 315.2º | 0.9% | 0.51% | - |
| HSV(B) | 315.2º | 0.93% | 0.95% | - |
| XYZ | 46.04 | 23.03 | 48.47 | - |
| YUV | 104.43 | 174.04 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 186 | 0 | 0.93 | 0.23 | 0.05 | 315.2 | 0.9 | 0.51 |
| Hex | F3 | 12 | BA | 0 | 5D | 17 | 5 | 13B | 5A | 33 |
| Octal | 363 | 22 | 272 | 0 | 135 | 27 | 5 | 473 | 132 | 63 |
| Binary | 11110011 | 10010 | 10111010 | 0 | 1011101 | 10111 | 101 | 100111011 | 1011010 | 110011 |
Color Harmonies of #F312BA
Complementary color
Monochromatic Colors of #F312BA
Black with #F312BA
Text Example
Text Example
White with #F312BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312BA; }
p { color: rgb(243,18,186); }
H1.HeaderClassName
{
color: #F312BA;
}
.AnyTagClassName
{
color: #F312BA;
}
</style>
background-color css
<style>
a { background-color: #F312BA; }
a { background-color: rgb(243,18,186); }
div.DivClassName
{
background-color: #F312BA;
}
.BgClassName
{
background-color: #F312BA;
}
</style>
border-color css
<style>
span { border-color: #F312BA; }
span { border-color: rgb(243,18,186); }
td.TdClassName
{
border-color: #F312BA;
}
.TagClassName
{
border-color: #F312BA;
}
</style>