Shades of Shocking Pink #F200BB
Tints of Shocking Pink #F200BB
RGB
CMYK
RGB Variations
Color information
#F200BB (or 0xF200BB) is known color: Shocking Pink. HEX triplet: F2, 00 and BB. RGB value is (242,0,187). Sum of RGB (Red+Green+Blue) = 242+0+187=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F200BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200BB is #0DFF44. Grayscale: #5D5D5D. Windows color (decimal): -917317 or 12255474. OLE color: 12255474.
HSL color Cylindrical-coordinate representation of color #F200BB: hue angle of 313.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F200BB is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.23 | 0.05 |
| HSL | 313.64º | 1% | 0.47% | - |
| HSV(B) | 313.64º | 1% | 0.95% | - |
| XYZ | 45.59 | 22.47 | 48.95 | - |
| YUV | 93.68 | 180.67 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 187 | 0 | 1 | 0.23 | 0.05 | 313.64 | 1 | 0.47 |
| Hex | F2 | 0 | BB | 0 | 64 | 17 | 5 | 13A | 64 | 2F |
| Octal | 362 | 0 | 273 | 0 | 144 | 27 | 5 | 472 | 144 | 57 |
| Binary | 11110010 | 0 | 10111011 | 0 | 1100100 | 10111 | 101 | 100111010 | 1100100 | 101111 |
Color Harmonies of #F200BB
Complementary color
Monochromatic Colors of #F200BB
Black with #F200BB
Text Example
Text Example
White with #F200BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200BB; }
p { color: rgb(242,0,187); }
H1.HeaderClassName
{
color: #F200BB;
}
.AnyTagClassName
{
color: #F200BB;
}
</style>
background-color css
<style>
a { background-color: #F200BB; }
a { background-color: rgb(242,0,187); }
div.DivClassName
{
background-color: #F200BB;
}
.BgClassName
{
background-color: #F200BB;
}
</style>
border-color css
<style>
span { border-color: #F200BB; }
span { border-color: rgb(242,0,187); }
td.TdClassName
{
border-color: #F200BB;
}
.TagClassName
{
border-color: #F200BB;
}
</style>