Shades of Shocking Pink #F203BB
Tints of Shocking Pink #F203BB
RGB
CMYK
RGB Variations
Color information
#F203BB (or 0xF203BB) is known color: Shocking Pink. HEX triplet: F2, 03 and BB. RGB value is (242,3,187). Sum of RGB (Red+Green+Blue) = 242+3+187=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F203BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F203BB is #0DFC44. Grayscale: #5E5E5E. Windows color (decimal): -916549 or 12256242. OLE color: 12256242.
HSL color Cylindrical-coordinate representation of color #F203BB: hue angle of 313.81º 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 #F203BB is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 187 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.05 |
| HSL | 313.81º | 0.98% | 0.48% | - |
| HSV(B) | 313.81º | 0.99% | 0.95% | - |
| XYZ | 45.62 | 22.53 | 48.96 | - |
| YUV | 95.44 | 179.68 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 187 | 0 | 0.99 | 0.23 | 0.05 | 313.81 | 0.98 | 0.48 |
| Hex | F2 | 3 | BB | 0 | 63 | 17 | 5 | 13A | 62 | 30 |
| Octal | 362 | 3 | 273 | 0 | 143 | 27 | 5 | 472 | 142 | 60 |
| Binary | 11110010 | 11 | 10111011 | 0 | 1100011 | 10111 | 101 | 100111010 | 1100010 | 110000 |
Color Harmonies of #F203BB
Complementary color
Monochromatic Colors of #F203BB
Black with #F203BB
Text Example
Text Example
White with #F203BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F203BB; }
p { color: rgb(242,3,187); }
H1.HeaderClassName
{
color: #F203BB;
}
.AnyTagClassName
{
color: #F203BB;
}
</style>
background-color css
<style>
a { background-color: #F203BB; }
a { background-color: rgb(242,3,187); }
div.DivClassName
{
background-color: #F203BB;
}
.BgClassName
{
background-color: #F203BB;
}
</style>
border-color css
<style>
span { border-color: #F203BB; }
span { border-color: rgb(242,3,187); }
td.TdClassName
{
border-color: #F203BB;
}
.TagClassName
{
border-color: #F203BB;
}
</style>