Shades of Shocking Pink #F314BA
Tints of Shocking Pink #F314BA
RGB
CMYK
RGB Variations
Color information
#F314BA (or 0xF314BA) is known color: Shocking Pink. HEX triplet: F3, 14 and BA. RGB value is (243,20,186). Sum of RGB (Red+Green+Blue) = 243+20+186=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F314BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F314BA is #0CEB45. Grayscale: #696969. Windows color (decimal): -846662 or 12195059. OLE color: 12195059.
HSL color Cylindrical-coordinate representation of color #F314BA: hue angle of 315.34º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F314BA is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 186 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.05 |
| HSL | 315.34º | 0.9% | 0.52% | - |
| HSV(B) | 315.34º | 0.92% | 0.95% | - |
| XYZ | 46.08 | 23.1 | 48.48 | - |
| YUV | 105.6 | 173.38 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 186 | 0 | 0.92 | 0.23 | 0.05 | 315.34 | 0.9 | 0.52 |
| Hex | F3 | 14 | BA | 0 | 5C | 17 | 5 | 13B | 5A | 34 |
| Octal | 363 | 24 | 272 | 0 | 134 | 27 | 5 | 473 | 132 | 64 |
| Binary | 11110011 | 10100 | 10111010 | 0 | 1011100 | 10111 | 101 | 100111011 | 1011010 | 110100 |
Color Harmonies of #F314BA
Complementary color
Monochromatic Colors of #F314BA
Black with #F314BA
Text Example
Text Example
White with #F314BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314BA; }
p { color: rgb(243,20,186); }
H1.HeaderClassName
{
color: #F314BA;
}
.AnyTagClassName
{
color: #F314BA;
}
</style>
background-color css
<style>
a { background-color: #F314BA; }
a { background-color: rgb(243,20,186); }
div.DivClassName
{
background-color: #F314BA;
}
.BgClassName
{
background-color: #F314BA;
}
</style>
border-color css
<style>
span { border-color: #F314BA; }
span { border-color: rgb(243,20,186); }
td.TdClassName
{
border-color: #F314BA;
}
.TagClassName
{
border-color: #F314BA;
}
</style>