Shades of Shocking Pink #F301BB
Tints of Shocking Pink #F301BB
RGB
CMYK
RGB Variations
Color information
#F301BB (or 0xF301BB) is known color: Shocking Pink. HEX triplet: F3, 01 and BB. RGB value is (243,1,187). Sum of RGB (Red+Green+Blue) = 243+1+187=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F301BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301BB is #0CFE44. Grayscale: #5E5E5E. Windows color (decimal): -851525 or 12255731. OLE color: 12255731.
HSL color Cylindrical-coordinate representation of color #F301BB: hue angle of 313.88º 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 #F301BB is Cyan = 0, Magento = 1.00, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 187 | - |
| CMYK | 0 | 1.00 | 0.23 | 0.05 |
| HSL | 313.88º | 0.99% | 0.48% | - |
| HSV(B) | 313.88º | 1% | 0.95% | - |
| XYZ | 45.94 | 22.66 | 48.97 | - |
| YUV | 94.56 | 180.17 | 233.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 187 | 0 | 1.00 | 0.23 | 0.05 | 313.88 | 0.99 | 0.48 |
| Hex | F3 | 1 | BB | 0 | 64 | 17 | 5 | 13A | 63 | 30 |
| Octal | 363 | 1 | 273 | 0 | 144 | 27 | 5 | 472 | 143 | 60 |
| Binary | 11110011 | 1 | 10111011 | 0 | 1100100 | 10111 | 101 | 100111010 | 1100011 | 110000 |
Color Harmonies of #F301BB
Complementary color
Monochromatic Colors of #F301BB
Black with #F301BB
Text Example
Text Example
White with #F301BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301BB; }
p { color: rgb(243,1,187); }
H1.HeaderClassName
{
color: #F301BB;
}
.AnyTagClassName
{
color: #F301BB;
}
</style>
background-color css
<style>
a { background-color: #F301BB; }
a { background-color: rgb(243,1,187); }
div.DivClassName
{
background-color: #F301BB;
}
.BgClassName
{
background-color: #F301BB;
}
</style>
border-color css
<style>
span { border-color: #F301BB; }
span { border-color: rgb(243,1,187); }
td.TdClassName
{
border-color: #F301BB;
}
.TagClassName
{
border-color: #F301BB;
}
</style>