Shades of Shocking Pink #F30FBA
Tints of Shocking Pink #F30FBA
RGB
CMYK
RGB Variations
Color information
#F30FBA (or 0xF30FBA) is known color: Shocking Pink. HEX triplet: F3, 0F and BA. RGB value is (243,15,186). Sum of RGB (Red+Green+Blue) = 243+15+186=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FBA is #0CF045. Grayscale: #666666. Windows color (decimal): -847942 or 12193779. OLE color: 12193779.
HSL color Cylindrical-coordinate representation of color #F30FBA: hue angle of 315º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30FBA is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 186 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.05 |
| HSL | 315º | 0.9% | 0.51% | - |
| HSV(B) | 315º | 0.94% | 0.95% | - |
| XYZ | 46 | 22.94 | 48.46 | - |
| YUV | 102.67 | 175.04 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 186 | 0 | 0.94 | 0.23 | 0.05 | 315 | 0.9 | 0.51 |
| Hex | F3 | F | BA | 0 | 5E | 17 | 5 | 13B | 5A | 33 |
| Octal | 363 | 17 | 272 | 0 | 136 | 27 | 5 | 473 | 132 | 63 |
| Binary | 11110011 | 1111 | 10111010 | 0 | 1011110 | 10111 | 101 | 100111011 | 1011010 | 110011 |
Color Harmonies of #F30FBA
Complementary color
Monochromatic Colors of #F30FBA
Black with #F30FBA
Text Example
Text Example
White with #F30FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FBA; }
p { color: rgb(243,15,186); }
H1.HeaderClassName
{
color: #F30FBA;
}
.AnyTagClassName
{
color: #F30FBA;
}
</style>
background-color css
<style>
a { background-color: #F30FBA; }
a { background-color: rgb(243,15,186); }
div.DivClassName
{
background-color: #F30FBA;
}
.BgClassName
{
background-color: #F30FBA;
}
</style>
border-color css
<style>
span { border-color: #F30FBA; }
span { border-color: rgb(243,15,186); }
td.TdClassName
{
border-color: #F30FBA;
}
.TagClassName
{
border-color: #F30FBA;
}
</style>