Shades of Shocking Pink #F200B9
Tints of Shocking Pink #F200B9
RGB
CMYK
RGB Variations
Color information
#F200B9 (or 0xF200B9) is known color: Shocking Pink. HEX triplet: F2, 00 and B9. RGB value is (242,0,185). Sum of RGB (Red+Green+Blue) = 242+0+185=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F200B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F200B9 is #0DFF46. Grayscale: #5C5C5C. Windows color (decimal): -917319 or 12124402. OLE color: 12124402.
HSL color Cylindrical-coordinate representation of color #F200B9: hue angle of 314.13º 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 #F200B9 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.24 | 0.05 |
| HSL | 314.13º | 1% | 0.47% | - |
| HSV(B) | 314.13º | 1% | 0.95% | - |
| XYZ | 45.37 | 22.38 | 47.83 | - |
| YUV | 93.45 | 179.67 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 185 | 0 | 1 | 0.24 | 0.05 | 314.13 | 1 | 0.47 |
| Hex | F2 | 0 | B9 | 0 | 64 | 18 | 5 | 13A | 64 | 2F |
| Octal | 362 | 0 | 271 | 0 | 144 | 30 | 5 | 472 | 144 | 57 |
| Binary | 11110010 | 0 | 10111001 | 0 | 1100100 | 11000 | 101 | 100111010 | 1100100 | 101111 |
Color Harmonies of #F200B9
Complementary color
Monochromatic Colors of #F200B9
Black with #F200B9
Text Example
Text Example
White with #F200B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F200B9; }
p { color: rgb(242,0,185); }
H1.HeaderClassName
{
color: #F200B9;
}
.AnyTagClassName
{
color: #F200B9;
}
</style>
background-color css
<style>
a { background-color: #F200B9; }
a { background-color: rgb(242,0,185); }
div.DivClassName
{
background-color: #F200B9;
}
.BgClassName
{
background-color: #F200B9;
}
</style>
border-color css
<style>
span { border-color: #F200B9; }
span { border-color: rgb(242,0,185); }
td.TdClassName
{
border-color: #F200B9;
}
.TagClassName
{
border-color: #F200B9;
}
</style>