Shades of Shocking Pink #F321BD
Tints of Shocking Pink #F321BD
RGB
CMYK
RGB Variations
Color information
#F321BD (or 0xF321BD) is known color: Shocking Pink. HEX triplet: F3, 21 and BD. RGB value is (243,33,189). Sum of RGB (Red+Green+Blue) = 243+33+189=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F321BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F321BD is #0CDE42. Grayscale: #717171. Windows color (decimal): -843331 or 12394995. OLE color: 12394995.
HSL color Cylindrical-coordinate representation of color #F321BD: hue angle of 315.43º 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 #F321BD is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 189 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.05 |
| HSL | 315.43º | 0.9% | 0.54% | - |
| HSV(B) | 315.43º | 0.86% | 0.95% | - |
| XYZ | 46.69 | 23.82 | 50.28 | - |
| YUV | 113.57 | 170.57 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 189 | 0 | 0.86 | 0.22 | 0.05 | 315.43 | 0.9 | 0.54 |
| Hex | F3 | 21 | BD | 0 | 56 | 16 | 5 | 13B | 5A | 36 |
| Octal | 363 | 41 | 275 | 0 | 126 | 26 | 5 | 473 | 132 | 66 |
| Binary | 11110011 | 100001 | 10111101 | 0 | 1010110 | 10110 | 101 | 100111011 | 1011010 | 110110 |
Color Harmonies of #F321BD
Complementary color
Monochromatic Colors of #F321BD
Black with #F321BD
Text Example
Text Example
White with #F321BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321BD; }
p { color: rgb(243,33,189); }
H1.HeaderClassName
{
color: #F321BD;
}
.AnyTagClassName
{
color: #F321BD;
}
</style>
background-color css
<style>
a { background-color: #F321BD; }
a { background-color: rgb(243,33,189); }
div.DivClassName
{
background-color: #F321BD;
}
.BgClassName
{
background-color: #F321BD;
}
</style>
border-color css
<style>
span { border-color: #F321BD; }
span { border-color: rgb(243,33,189); }
td.TdClassName
{
border-color: #F321BD;
}
.TagClassName
{
border-color: #F321BD;
}
</style>