Shades of Shocking Pink #F306BA
Tints of Shocking Pink #F306BA
RGB
CMYK
RGB Variations
Color information
#F306BA (or 0xF306BA) is known color: Shocking Pink. HEX triplet: F3, 06 and BA. RGB value is (243,6,186). Sum of RGB (Red+Green+Blue) = 243+6+186=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 6 (2.73% from 255 or 1.38% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F306BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F306BA is #0CF945. Grayscale: #606060. Windows color (decimal): -850246 or 12191475. OLE color: 12191475.
HSL color Cylindrical-coordinate representation of color #F306BA: hue angle of 314.43º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F306BA is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 186 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.05 |
| HSL | 314.43º | 0.95% | 0.49% | - |
| HSV(B) | 314.43º | 0.98% | 0.95% | - |
| XYZ | 45.89 | 22.73 | 48.42 | - |
| YUV | 97.38 | 178.02 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 186 | 0 | 0.98 | 0.23 | 0.05 | 314.43 | 0.95 | 0.49 |
| Hex | F3 | 6 | BA | 0 | 62 | 17 | 5 | 13A | 5F | 31 |
| Octal | 363 | 6 | 272 | 0 | 142 | 27 | 5 | 472 | 137 | 61 |
| Binary | 11110011 | 110 | 10111010 | 0 | 1100010 | 10111 | 101 | 100111010 | 1011111 | 110001 |
Color Harmonies of #F306BA
Complementary color
Monochromatic Colors of #F306BA
Black with #F306BA
Text Example
Text Example
White with #F306BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F306BA; }
p { color: rgb(243,6,186); }
H1.HeaderClassName
{
color: #F306BA;
}
.AnyTagClassName
{
color: #F306BA;
}
</style>
background-color css
<style>
a { background-color: #F306BA; }
a { background-color: rgb(243,6,186); }
div.DivClassName
{
background-color: #F306BA;
}
.BgClassName
{
background-color: #F306BA;
}
</style>
border-color css
<style>
span { border-color: #F306BA; }
span { border-color: rgb(243,6,186); }
td.TdClassName
{
border-color: #F306BA;
}
.TagClassName
{
border-color: #F306BA;
}
</style>