Shades of Shocking Pink #F302BB
Tints of Shocking Pink #F302BB
RGB
CMYK
RGB Variations
Color information
#F302BB (or 0xF302BB) is known color: Shocking Pink. HEX triplet: F3, 02 and BB. RGB value is (243,2,187). Sum of RGB (Red+Green+Blue) = 243+2+187=432 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.25% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 243 - color contains mainly: red. Hex color #F302BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F302BB is #0CFD44. Grayscale: #5E5E5E. Windows color (decimal): -851269 or 12255987. OLE color: 12255987.
HSL color Cylindrical-coordinate representation of color #F302BB: hue angle of 313.94º 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 #F302BB is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.05 |
| HSL | 313.94º | 0.98% | 0.48% | - |
| HSV(B) | 313.94º | 0.99% | 0.95% | - |
| XYZ | 45.95 | 22.69 | 48.97 | - |
| YUV | 95.15 | 179.84 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 187 | 0 | 0.99 | 0.23 | 0.05 | 313.94 | 0.98 | 0.48 |
| Hex | F3 | 2 | BB | 0 | 63 | 17 | 5 | 13A | 62 | 30 |
| Octal | 363 | 2 | 273 | 0 | 143 | 27 | 5 | 472 | 142 | 60 |
| Binary | 11110011 | 10 | 10111011 | 0 | 1100011 | 10111 | 101 | 100111010 | 1100010 | 110000 |
Color Harmonies of #F302BB
Complementary color
Monochromatic Colors of #F302BB
Black with #F302BB
Text Example
Text Example
White with #F302BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302BB; }
p { color: rgb(243,2,187); }
H1.HeaderClassName
{
color: #F302BB;
}
.AnyTagClassName
{
color: #F302BB;
}
</style>
background-color css
<style>
a { background-color: #F302BB; }
a { background-color: rgb(243,2,187); }
div.DivClassName
{
background-color: #F302BB;
}
.BgClassName
{
background-color: #F302BB;
}
</style>
border-color css
<style>
span { border-color: #F302BB; }
span { border-color: rgb(243,2,187); }
td.TdClassName
{
border-color: #F302BB;
}
.TagClassName
{
border-color: #F302BB;
}
</style>