Shades of Shocking Pink #F206BB
Tints of Shocking Pink #F206BB
RGB
CMYK
RGB Variations
Color information
#F206BB (or 0xF206BB) is known color: Shocking Pink. HEX triplet: F2, 06 and BB. RGB value is (242,6,187). Sum of RGB (Red+Green+Blue) = 242+6+187=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 6 (2.73% from 255 or 1.38% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F206BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F206BB is #0DF944. Grayscale: #606060. Windows color (decimal): -915781 or 12257010. OLE color: 12257010.
HSL color Cylindrical-coordinate representation of color #F206BB: hue angle of 313.98º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F206BB is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 187 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.05 |
| HSL | 313.98º | 0.95% | 0.49% | - |
| HSV(B) | 313.98º | 0.98% | 0.95% | - |
| XYZ | 45.65 | 22.6 | 48.97 | - |
| YUV | 97.2 | 178.69 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 187 | 0 | 0.98 | 0.23 | 0.05 | 313.98 | 0.95 | 0.49 |
| Hex | F2 | 6 | BB | 0 | 62 | 17 | 5 | 13A | 5F | 31 |
| Octal | 362 | 6 | 273 | 0 | 142 | 27 | 5 | 472 | 137 | 61 |
| Binary | 11110010 | 110 | 10111011 | 0 | 1100010 | 10111 | 101 | 100111010 | 1011111 | 110001 |
Color Harmonies of #F206BB
Complementary color
Monochromatic Colors of #F206BB
Black with #F206BB
Text Example
Text Example
White with #F206BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F206BB; }
p { color: rgb(242,6,187); }
H1.HeaderClassName
{
color: #F206BB;
}
.AnyTagClassName
{
color: #F206BB;
}
</style>
background-color css
<style>
a { background-color: #F206BB; }
a { background-color: rgb(242,6,187); }
div.DivClassName
{
background-color: #F206BB;
}
.BgClassName
{
background-color: #F206BB;
}
</style>
border-color css
<style>
span { border-color: #F206BB; }
span { border-color: rgb(242,6,187); }
td.TdClassName
{
border-color: #F206BB;
}
.TagClassName
{
border-color: #F206BB;
}
</style>