Shades of Shocking Pink #F304BA
Tints of Shocking Pink #F304BA
RGB
CMYK
RGB Variations
Color information
#F304BA (or 0xF304BA) is known color: Shocking Pink. HEX triplet: F3, 04 and BA. RGB value is (243,4,186). Sum of RGB (Red+Green+Blue) = 243+4+186=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F304BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F304BA is #0CFB45. Grayscale: #5F5F5F. Windows color (decimal): -850758 or 12190963. OLE color: 12190963.
HSL color Cylindrical-coordinate representation of color #F304BA: hue angle of 314.31º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F304BA is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 186 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.05 |
| HSL | 314.31º | 0.97% | 0.48% | - |
| HSV(B) | 314.31º | 0.98% | 0.95% | - |
| XYZ | 45.87 | 22.69 | 48.42 | - |
| YUV | 96.21 | 178.68 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 186 | 0 | 0.98 | 0.23 | 0.05 | 314.31 | 0.97 | 0.48 |
| Hex | F3 | 4 | BA | 0 | 62 | 17 | 5 | 13A | 61 | 30 |
| Octal | 363 | 4 | 272 | 0 | 142 | 27 | 5 | 472 | 141 | 60 |
| Binary | 11110011 | 100 | 10111010 | 0 | 1100010 | 10111 | 101 | 100111010 | 1100001 | 110000 |
Color Harmonies of #F304BA
Complementary color
Monochromatic Colors of #F304BA
Black with #F304BA
Text Example
Text Example
White with #F304BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F304BA; }
p { color: rgb(243,4,186); }
H1.HeaderClassName
{
color: #F304BA;
}
.AnyTagClassName
{
color: #F304BA;
}
</style>
background-color css
<style>
a { background-color: #F304BA; }
a { background-color: rgb(243,4,186); }
div.DivClassName
{
background-color: #F304BA;
}
.BgClassName
{
background-color: #F304BA;
}
</style>
border-color css
<style>
span { border-color: #F304BA; }
span { border-color: rgb(243,4,186); }
td.TdClassName
{
border-color: #F304BA;
}
.TagClassName
{
border-color: #F304BA;
}
</style>