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