Shades of Shocking Pink #F321BC
Tints of Shocking Pink #F321BC
RGB
CMYK
RGB Variations
Color information
#F321BC (or 0xF321BC) is known color: Shocking Pink. HEX triplet: F3, 21 and BC. RGB value is (243,33,188). Sum of RGB (Red+Green+Blue) = 243+33+188=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 33 (13.28% from 255 or 7.11% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F321BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F321BC is #0CDE43. Grayscale: #717171. Windows color (decimal): -843332 or 12329459. OLE color: 12329459.
HSL color Cylindrical-coordinate representation of color #F321BC: hue angle of 315.71º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F321BC is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 188 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.05 |
| HSL | 315.71º | 0.9% | 0.54% | - |
| HSV(B) | 315.71º | 0.86% | 0.95% | - |
| XYZ | 46.58 | 23.77 | 49.71 | - |
| YUV | 113.46 | 170.07 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 188 | 0 | 0.86 | 0.23 | 0.05 | 315.71 | 0.9 | 0.54 |
| Hex | F3 | 21 | BC | 0 | 56 | 17 | 5 | 13C | 5A | 36 |
| Octal | 363 | 41 | 274 | 0 | 126 | 27 | 5 | 474 | 132 | 66 |
| Binary | 11110011 | 100001 | 10111100 | 0 | 1010110 | 10111 | 101 | 100111100 | 1011010 | 110110 |
Color Harmonies of #F321BC
Complementary color
Monochromatic Colors of #F321BC
Black with #F321BC
Text Example
Text Example
White with #F321BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321BC; }
p { color: rgb(243,33,188); }
H1.HeaderClassName
{
color: #F321BC;
}
.AnyTagClassName
{
color: #F321BC;
}
</style>
background-color css
<style>
a { background-color: #F321BC; }
a { background-color: rgb(243,33,188); }
div.DivClassName
{
background-color: #F321BC;
}
.BgClassName
{
background-color: #F321BC;
}
</style>
border-color css
<style>
span { border-color: #F321BC; }
span { border-color: rgb(243,33,188); }
td.TdClassName
{
border-color: #F321BC;
}
.TagClassName
{
border-color: #F321BC;
}
</style>