Shades of Shocking Pink #F301BC
Tints of Shocking Pink #F301BC
RGB
CMYK
RGB Variations
Color information
#F301BC (or 0xF301BC) is known color: Shocking Pink. HEX triplet: F3, 01 and BC. RGB value is (243,1,188). Sum of RGB (Red+Green+Blue) = 243+1+188=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 1 (0.78% from 255 or 0.23% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F301BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301BC is #0CFE43. Grayscale: #5E5E5E. Windows color (decimal): -851524 or 12321267. OLE color: 12321267.
HSL color Cylindrical-coordinate representation of color #F301BC: hue angle of 313.64º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F301BC is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.05 |
| HSL | 313.64º | 0.99% | 0.48% | - |
| HSV(B) | 313.64º | 1% | 0.95% | - |
| XYZ | 46.05 | 22.71 | 49.53 | - |
| YUV | 94.68 | 180.67 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 188 | 0 | 1.00 | 0.23 | 0.05 | 313.64 | 0.99 | 0.48 |
| Hex | F3 | 1 | BC | 0 | 64 | 17 | 5 | 13A | 63 | 30 |
| Octal | 363 | 1 | 274 | 0 | 144 | 27 | 5 | 472 | 143 | 60 |
| Binary | 11110011 | 1 | 10111100 | 0 | 1100100 | 10111 | 101 | 100111010 | 1100011 | 110000 |
Color Harmonies of #F301BC
Complementary color
Monochromatic Colors of #F301BC
Black with #F301BC
Text Example
Text Example
White with #F301BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301BC; }
p { color: rgb(243,1,188); }
H1.HeaderClassName
{
color: #F301BC;
}
.AnyTagClassName
{
color: #F301BC;
}
</style>
background-color css
<style>
a { background-color: #F301BC; }
a { background-color: rgb(243,1,188); }
div.DivClassName
{
background-color: #F301BC;
}
.BgClassName
{
background-color: #F301BC;
}
</style>
border-color css
<style>
span { border-color: #F301BC; }
span { border-color: rgb(243,1,188); }
td.TdClassName
{
border-color: #F301BC;
}
.TagClassName
{
border-color: #F301BC;
}
</style>