Shades of Shocking Pink #F321BE
Tints of Shocking Pink #F321BE
RGB
CMYK
RGB Variations
Color information
#F321BE (or 0xF321BE) is known color: Shocking Pink. HEX triplet: F3, 21 and BE. RGB value is (243,33,190). Sum of RGB (Red+Green+Blue) = 243+33+190=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 33 (13.28% from 255 or 7.08% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F321BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F321BE is #0CDE41. Grayscale: #717171. Windows color (decimal): -843330 or 12460531. OLE color: 12460531.
HSL color Cylindrical-coordinate representation of color #F321BE: hue angle of 315.14º 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 #F321BE is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 190 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.05 |
| HSL | 315.14º | 0.9% | 0.54% | - |
| HSV(B) | 315.14º | 0.86% | 0.95% | - |
| XYZ | 46.8 | 23.86 | 50.85 | - |
| YUV | 113.69 | 171.07 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 190 | 0 | 0.86 | 0.22 | 0.05 | 315.14 | 0.9 | 0.54 |
| Hex | F3 | 21 | BE | 0 | 56 | 16 | 5 | 13B | 5A | 36 |
| Octal | 363 | 41 | 276 | 0 | 126 | 26 | 5 | 473 | 132 | 66 |
| Binary | 11110011 | 100001 | 10111110 | 0 | 1010110 | 10110 | 101 | 100111011 | 1011010 | 110110 |
Color Harmonies of #F321BE
Complementary color
Monochromatic Colors of #F321BE
Black with #F321BE
Text Example
Text Example
White with #F321BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F321BE; }
p { color: rgb(243,33,190); }
H1.HeaderClassName
{
color: #F321BE;
}
.AnyTagClassName
{
color: #F321BE;
}
</style>
background-color css
<style>
a { background-color: #F321BE; }
a { background-color: rgb(243,33,190); }
div.DivClassName
{
background-color: #F321BE;
}
.BgClassName
{
background-color: #F321BE;
}
</style>
border-color css
<style>
span { border-color: #F321BE; }
span { border-color: rgb(243,33,190); }
td.TdClassName
{
border-color: #F321BE;
}
.TagClassName
{
border-color: #F321BE;
}
</style>