Shades of Shocking Pink #F200BC
Tints of Shocking Pink #F200BC
RGB
CMYK
RGB Variations
Color information
#F200BC (or 0xF200BC) is known color: Shocking Pink. HEX triplet: F2, 00 and BC. RGB value is (242,0,188). Sum of RGB (Red+Green+Blue) = 242+0+188=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F200BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200BC is #0DFF43. Grayscale: #5D5D5D. Windows color (decimal): -917316 or 12321010. OLE color: 12321010.
HSL color Cylindrical-coordinate representation of color #F200BC: hue angle of 313.39º 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 #F200BC is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 188 | - |
| CMYK | 0 | 1 | 0.22 | 0.05 |
| HSL | 313.39º | 1% | 0.47% | - |
| HSV(B) | 313.39º | 1% | 0.95% | - |
| XYZ | 45.7 | 22.51 | 49.51 | - |
| YUV | 93.79 | 181.17 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 188 | 0 | 1 | 0.22 | 0.05 | 313.39 | 1 | 0.47 |
| Hex | F2 | 0 | BC | 0 | 64 | 16 | 5 | 139 | 64 | 2F |
| Octal | 362 | 0 | 274 | 0 | 144 | 26 | 5 | 471 | 144 | 57 |
| Binary | 11110010 | 0 | 10111100 | 0 | 1100100 | 10110 | 101 | 100111001 | 1100100 | 101111 |
Color Harmonies of #F200BC
Complementary color
Monochromatic Colors of #F200BC
Black with #F200BC
Text Example
Text Example
White with #F200BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200BC; }
p { color: rgb(242,0,188); }
H1.HeaderClassName
{
color: #F200BC;
}
.AnyTagClassName
{
color: #F200BC;
}
</style>
background-color css
<style>
a { background-color: #F200BC; }
a { background-color: rgb(242,0,188); }
div.DivClassName
{
background-color: #F200BC;
}
.BgClassName
{
background-color: #F200BC;
}
</style>
border-color css
<style>
span { border-color: #F200BC; }
span { border-color: rgb(242,0,188); }
td.TdClassName
{
border-color: #F200BC;
}
.TagClassName
{
border-color: #F200BC;
}
</style>