Shades of Shocking Pink #F207BB
Tints of Shocking Pink #F207BB
RGB
CMYK
RGB Variations
Color information
#F207BB (or 0xF207BB) is known color: Shocking Pink. HEX triplet: F2, 07 and BB. RGB value is (242,7,187). Sum of RGB (Red+Green+Blue) = 242+7+187=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F207BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F207BB is #0DF844. Grayscale: #616161. Windows color (decimal): -915525 or 12257266. OLE color: 12257266.
HSL color Cylindrical-coordinate representation of color #F207BB: hue angle of 314.04º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F207BB is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.05 |
| HSL | 314.04º | 0.94% | 0.49% | - |
| HSV(B) | 314.04º | 0.97% | 0.95% | - |
| XYZ | 45.66 | 22.62 | 48.97 | - |
| YUV | 97.79 | 178.36 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 187 | 0 | 0.97 | 0.23 | 0.05 | 314.04 | 0.94 | 0.49 |
| Hex | F2 | 7 | BB | 0 | 61 | 17 | 5 | 13A | 5E | 31 |
| Octal | 362 | 7 | 273 | 0 | 141 | 27 | 5 | 472 | 136 | 61 |
| Binary | 11110010 | 111 | 10111011 | 0 | 1100001 | 10111 | 101 | 100111010 | 1011110 | 110001 |
Color Harmonies of #F207BB
Complementary color
Monochromatic Colors of #F207BB
Black with #F207BB
Text Example
Text Example
White with #F207BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F207BB; }
p { color: rgb(242,7,187); }
H1.HeaderClassName
{
color: #F207BB;
}
.AnyTagClassName
{
color: #F207BB;
}
</style>
background-color css
<style>
a { background-color: #F207BB; }
a { background-color: rgb(242,7,187); }
div.DivClassName
{
background-color: #F207BB;
}
.BgClassName
{
background-color: #F207BB;
}
</style>
border-color css
<style>
span { border-color: #F207BB; }
span { border-color: rgb(242,7,187); }
td.TdClassName
{
border-color: #F207BB;
}
.TagClassName
{
border-color: #F207BB;
}
</style>