Shades of Shocking Pink #F304BC
Tints of Shocking Pink #F304BC
RGB
CMYK
RGB Variations
Color information
#F304BC (or 0xF304BC) is known color: Shocking Pink. HEX triplet: F3, 04 and BC. RGB value is (243,4,188). Sum of RGB (Red+Green+Blue) = 243+4+188=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 4 (1.95% from 255 or 0.92% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F304BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F304BC is #0CFB43. Grayscale: #5F5F5F. Windows color (decimal): -850756 or 12322035. OLE color: 12322035.
HSL color Cylindrical-coordinate representation of color #F304BC: hue angle of 313.81º 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 #F304BC is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 188 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.05 |
| HSL | 313.81º | 0.97% | 0.48% | - |
| HSV(B) | 313.81º | 0.98% | 0.95% | - |
| XYZ | 46.08 | 22.77 | 49.54 | - |
| YUV | 96.44 | 179.68 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 188 | 0 | 0.98 | 0.23 | 0.05 | 313.81 | 0.97 | 0.48 |
| Hex | F3 | 4 | BC | 0 | 62 | 17 | 5 | 13A | 61 | 30 |
| Octal | 363 | 4 | 274 | 0 | 142 | 27 | 5 | 472 | 141 | 60 |
| Binary | 11110011 | 100 | 10111100 | 0 | 1100010 | 10111 | 101 | 100111010 | 1100001 | 110000 |
Color Harmonies of #F304BC
Complementary color
Monochromatic Colors of #F304BC
Black with #F304BC
Text Example
Text Example
White with #F304BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F304BC; }
p { color: rgb(243,4,188); }
H1.HeaderClassName
{
color: #F304BC;
}
.AnyTagClassName
{
color: #F304BC;
}
</style>
background-color css
<style>
a { background-color: #F304BC; }
a { background-color: rgb(243,4,188); }
div.DivClassName
{
background-color: #F304BC;
}
.BgClassName
{
background-color: #F304BC;
}
</style>
border-color css
<style>
span { border-color: #F304BC; }
span { border-color: rgb(243,4,188); }
td.TdClassName
{
border-color: #F304BC;
}
.TagClassName
{
border-color: #F304BC;
}
</style>