Shades of Shocking Pink #F30BBC
Tints of Shocking Pink #F30BBC
RGB
CMYK
RGB Variations
Color information
#F30BBC (or 0xF30BBC) is known color: Shocking Pink. HEX triplet: F3, 0B and BC. RGB value is (243,11,188). Sum of RGB (Red+Green+Blue) = 243+11+188=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 11 (4.69% from 255 or 2.49% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F30BBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30BBC is #0CF443. Grayscale: #646464. Windows color (decimal): -848964 or 12323827. OLE color: 12323827.
HSL color Cylindrical-coordinate representation of color #F30BBC: hue angle of 314.22º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30BBC is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.05 |
| HSL | 314.22º | 0.91% | 0.5% | - |
| HSV(B) | 314.22º | 0.95% | 0.95% | - |
| XYZ | 46.16 | 22.92 | 49.57 | - |
| YUV | 100.55 | 177.36 | 229.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 11 | 188 | 0 | 0.95 | 0.23 | 0.05 | 314.22 | 0.91 | 0.5 |
| Hex | F3 | B | BC | 0 | 5F | 17 | 5 | 13A | 5B | 32 |
| Octal | 363 | 13 | 274 | 0 | 137 | 27 | 5 | 472 | 133 | 62 |
| Binary | 11110011 | 1011 | 10111100 | 0 | 1011111 | 10111 | 101 | 100111010 | 1011011 | 110010 |
Color Harmonies of #F30BBC
Complementary color
Monochromatic Colors of #F30BBC
Black with #F30BBC
Text Example
Text Example
White with #F30BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30BBC; }
p { color: rgb(243,11,188); }
H1.HeaderClassName
{
color: #F30BBC;
}
.AnyTagClassName
{
color: #F30BBC;
}
</style>
background-color css
<style>
a { background-color: #F30BBC; }
a { background-color: rgb(243,11,188); }
div.DivClassName
{
background-color: #F30BBC;
}
.BgClassName
{
background-color: #F30BBC;
}
</style>
border-color css
<style>
span { border-color: #F30BBC; }
span { border-color: rgb(243,11,188); }
td.TdClassName
{
border-color: #F30BBC;
}
.TagClassName
{
border-color: #F30BBC;
}
</style>