Shades of Shocking Pink #F307BA
Tints of Shocking Pink #F307BA
RGB
CMYK
RGB Variations
Color information
#F307BA (or 0xF307BA) is known color: Shocking Pink. HEX triplet: F3, 07 and BA. RGB value is (243,7,186). Sum of RGB (Red+Green+Blue) = 243+7+186=436 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.73% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 243 - color contains mainly: red. Hex color #F307BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F307BA is #0CF845. Grayscale: #616161. Windows color (decimal): -849990 or 12191731. OLE color: 12191731.
HSL color Cylindrical-coordinate representation of color #F307BA: hue angle of 314.49º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F307BA is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 186 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.05 |
| HSL | 314.49º | 0.94% | 0.49% | - |
| HSV(B) | 314.49º | 0.97% | 0.95% | - |
| XYZ | 45.9 | 22.75 | 48.43 | - |
| YUV | 97.97 | 177.69 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 186 | 0 | 0.97 | 0.23 | 0.05 | 314.49 | 0.94 | 0.49 |
| Hex | F3 | 7 | BA | 0 | 61 | 17 | 5 | 13A | 5E | 31 |
| Octal | 363 | 7 | 272 | 0 | 141 | 27 | 5 | 472 | 136 | 61 |
| Binary | 11110011 | 111 | 10111010 | 0 | 1100001 | 10111 | 101 | 100111010 | 1011110 | 110001 |
Color Harmonies of #F307BA
Complementary color
Monochromatic Colors of #F307BA
Black with #F307BA
Text Example
Text Example
White with #F307BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F307BA; }
p { color: rgb(243,7,186); }
H1.HeaderClassName
{
color: #F307BA;
}
.AnyTagClassName
{
color: #F307BA;
}
</style>
background-color css
<style>
a { background-color: #F307BA; }
a { background-color: rgb(243,7,186); }
div.DivClassName
{
background-color: #F307BA;
}
.BgClassName
{
background-color: #F307BA;
}
</style>
border-color css
<style>
span { border-color: #F307BA; }
span { border-color: rgb(243,7,186); }
td.TdClassName
{
border-color: #F307BA;
}
.TagClassName
{
border-color: #F307BA;
}
</style>