Shades of Shocking Pink #F206BA
Tints of Shocking Pink #F206BA
RGB
CMYK
RGB Variations
Color information
#F206BA (or 0xF206BA) is known color: Shocking Pink. HEX triplet: F2, 06 and BA. RGB value is (242,6,186). Sum of RGB (Red+Green+Blue) = 242+6+186=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 6 (2.73% from 255 or 1.38% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F206BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F206BA is #0DF945. Grayscale: #606060. Windows color (decimal): -915782 or 12191474. OLE color: 12191474.
HSL color Cylindrical-coordinate representation of color #F206BA: hue angle of 314.24º 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 #F206BA is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 186 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.05 |
| HSL | 314.24º | 0.95% | 0.49% | - |
| HSV(B) | 314.24º | 0.98% | 0.95% | - |
| XYZ | 45.55 | 22.55 | 48.41 | - |
| YUV | 97.08 | 178.19 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 186 | 0 | 0.98 | 0.23 | 0.05 | 314.24 | 0.95 | 0.49 |
| Hex | F2 | 6 | BA | 0 | 62 | 17 | 5 | 13A | 5F | 31 |
| Octal | 362 | 6 | 272 | 0 | 142 | 27 | 5 | 472 | 137 | 61 |
| Binary | 11110010 | 110 | 10111010 | 0 | 1100010 | 10111 | 101 | 100111010 | 1011111 | 110001 |
Color Harmonies of #F206BA
Complementary color
Monochromatic Colors of #F206BA
Black with #F206BA
Text Example
Text Example
White with #F206BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F206BA; }
p { color: rgb(242,6,186); }
H1.HeaderClassName
{
color: #F206BA;
}
.AnyTagClassName
{
color: #F206BA;
}
</style>
background-color css
<style>
a { background-color: #F206BA; }
a { background-color: rgb(242,6,186); }
div.DivClassName
{
background-color: #F206BA;
}
.BgClassName
{
background-color: #F206BA;
}
</style>
border-color css
<style>
span { border-color: #F206BA; }
span { border-color: rgb(242,6,186); }
td.TdClassName
{
border-color: #F206BA;
}
.TagClassName
{
border-color: #F206BA;
}
</style>