Shades of Shocking Pink #F302BA
Tints of Shocking Pink #F302BA
RGB
CMYK
RGB Variations
Color information
#F302BA (or 0xF302BA) is known color: Shocking Pink. HEX triplet: F3, 02 and BA. RGB value is (243,2,186). Sum of RGB (Red+Green+Blue) = 243+2+186=431 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.38% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 243 - color contains mainly: red. Hex color #F302BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F302BA is #0CFD45. Grayscale: #5E5E5E. Windows color (decimal): -851270 or 12190451. OLE color: 12190451.
HSL color Cylindrical-coordinate representation of color #F302BA: hue angle of 314.19º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F302BA is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 186 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.05 |
| HSL | 314.19º | 0.98% | 0.48% | - |
| HSV(B) | 314.19º | 0.99% | 0.95% | - |
| XYZ | 45.85 | 22.64 | 48.41 | - |
| YUV | 95.04 | 179.34 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 186 | 0 | 0.99 | 0.23 | 0.05 | 314.19 | 0.98 | 0.48 |
| Hex | F3 | 2 | BA | 0 | 63 | 17 | 5 | 13A | 62 | 30 |
| Octal | 363 | 2 | 272 | 0 | 143 | 27 | 5 | 472 | 142 | 60 |
| Binary | 11110011 | 10 | 10111010 | 0 | 1100011 | 10111 | 101 | 100111010 | 1100010 | 110000 |
Color Harmonies of #F302BA
Complementary color
Monochromatic Colors of #F302BA
Black with #F302BA
Text Example
Text Example
White with #F302BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302BA; }
p { color: rgb(243,2,186); }
H1.HeaderClassName
{
color: #F302BA;
}
.AnyTagClassName
{
color: #F302BA;
}
</style>
background-color css
<style>
a { background-color: #F302BA; }
a { background-color: rgb(243,2,186); }
div.DivClassName
{
background-color: #F302BA;
}
.BgClassName
{
background-color: #F302BA;
}
</style>
border-color css
<style>
span { border-color: #F302BA; }
span { border-color: rgb(243,2,186); }
td.TdClassName
{
border-color: #F302BA;
}
.TagClassName
{
border-color: #F302BA;
}
</style>