Shades of Shocking Pink #F314BC
Tints of Shocking Pink #F314BC
RGB
CMYK
RGB Variations
Color information
#F314BC (or 0xF314BC) is known color: Shocking Pink. HEX triplet: F3, 14 and BC. RGB value is (243,20,188). Sum of RGB (Red+Green+Blue) = 243+20+188=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F314BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F314BC is #0CEB43. Grayscale: #696969. Windows color (decimal): -846660 or 12326131. OLE color: 12326131.
HSL color Cylindrical-coordinate representation of color #F314BC: hue angle of 314.8º 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 #F314BC is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 188 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.05 |
| HSL | 314.8º | 0.9% | 0.52% | - |
| HSV(B) | 314.8º | 0.92% | 0.95% | - |
| XYZ | 46.29 | 23.19 | 49.61 | - |
| YUV | 105.83 | 174.38 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 188 | 0 | 0.92 | 0.23 | 0.05 | 314.8 | 0.9 | 0.52 |
| Hex | F3 | 14 | BC | 0 | 5C | 17 | 5 | 13B | 5A | 34 |
| Octal | 363 | 24 | 274 | 0 | 134 | 27 | 5 | 473 | 132 | 64 |
| Binary | 11110011 | 10100 | 10111100 | 0 | 1011100 | 10111 | 101 | 100111011 | 1011010 | 110100 |
Color Harmonies of #F314BC
Complementary color
Monochromatic Colors of #F314BC
Black with #F314BC
Text Example
Text Example
White with #F314BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F314BC; }
p { color: rgb(243,20,188); }
H1.HeaderClassName
{
color: #F314BC;
}
.AnyTagClassName
{
color: #F314BC;
}
</style>
background-color css
<style>
a { background-color: #F314BC; }
a { background-color: rgb(243,20,188); }
div.DivClassName
{
background-color: #F314BC;
}
.BgClassName
{
background-color: #F314BC;
}
</style>
border-color css
<style>
span { border-color: #F314BC; }
span { border-color: rgb(243,20,188); }
td.TdClassName
{
border-color: #F314BC;
}
.TagClassName
{
border-color: #F314BC;
}
</style>