Shades of Shocking Pink #F206B9
Tints of Shocking Pink #F206B9
RGB
CMYK
RGB Variations
Color information
#F206B9 (or 0xF206B9) is known color: Shocking Pink. HEX triplet: F2, 06 and B9. RGB value is (242,6,185). Sum of RGB (Red+Green+Blue) = 242+6+185=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F206B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F206B9 is #0DF946. Grayscale: #606060. Windows color (decimal): -915783 or 12125938. OLE color: 12125938.
HSL color Cylindrical-coordinate representation of color #F206B9: hue angle of 314.49º 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 #F206B9 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 185 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.05 |
| HSL | 314.49º | 0.95% | 0.49% | - |
| HSV(B) | 314.49º | 0.98% | 0.95% | - |
| XYZ | 45.44 | 22.51 | 47.85 | - |
| YUV | 96.97 | 177.69 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 185 | 0 | 0.98 | 0.24 | 0.05 | 314.49 | 0.95 | 0.49 |
| Hex | F2 | 6 | B9 | 0 | 62 | 18 | 5 | 13A | 5F | 31 |
| Octal | 362 | 6 | 271 | 0 | 142 | 30 | 5 | 472 | 137 | 61 |
| Binary | 11110010 | 110 | 10111001 | 0 | 1100010 | 11000 | 101 | 100111010 | 1011111 | 110001 |
Color Harmonies of #F206B9
Complementary color
Monochromatic Colors of #F206B9
Black with #F206B9
Text Example
Text Example
White with #F206B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F206B9; }
p { color: rgb(242,6,185); }
H1.HeaderClassName
{
color: #F206B9;
}
.AnyTagClassName
{
color: #F206B9;
}
</style>
background-color css
<style>
a { background-color: #F206B9; }
a { background-color: rgb(242,6,185); }
div.DivClassName
{
background-color: #F206B9;
}
.BgClassName
{
background-color: #F206B9;
}
</style>
border-color css
<style>
span { border-color: #F206B9; }
span { border-color: rgb(242,6,185); }
td.TdClassName
{
border-color: #F206B9;
}
.TagClassName
{
border-color: #F206B9;
}
</style>