Shades of Shocking Pink #F208BA
Tints of Shocking Pink #F208BA
RGB
CMYK
RGB Variations
Color information
#F208BA (or 0xF208BA) is known color: Shocking Pink. HEX triplet: F2, 08 and BA. RGB value is (242,8,186). Sum of RGB (Red+Green+Blue) = 242+8+186=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F208BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F208BA is #0DF745. Grayscale: #616161. Windows color (decimal): -915270 or 12191986. OLE color: 12191986.
HSL color Cylindrical-coordinate representation of color #F208BA: hue angle of 314.36º 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 #F208BA is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 186 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.05 |
| HSL | 314.36º | 0.94% | 0.49% | - |
| HSV(B) | 314.36º | 0.97% | 0.95% | - |
| XYZ | 45.57 | 22.6 | 48.41 | - |
| YUV | 98.26 | 177.52 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 186 | 0 | 0.97 | 0.23 | 0.05 | 314.36 | 0.94 | 0.49 |
| Hex | F2 | 8 | BA | 0 | 61 | 17 | 5 | 13A | 5E | 31 |
| Octal | 362 | 10 | 272 | 0 | 141 | 27 | 5 | 472 | 136 | 61 |
| Binary | 11110010 | 1000 | 10111010 | 0 | 1100001 | 10111 | 101 | 100111010 | 1011110 | 110001 |
Color Harmonies of #F208BA
Complementary color
Monochromatic Colors of #F208BA
Black with #F208BA
Text Example
Text Example
White with #F208BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F208BA; }
p { color: rgb(242,8,186); }
H1.HeaderClassName
{
color: #F208BA;
}
.AnyTagClassName
{
color: #F208BA;
}
</style>
background-color css
<style>
a { background-color: #F208BA; }
a { background-color: rgb(242,8,186); }
div.DivClassName
{
background-color: #F208BA;
}
.BgClassName
{
background-color: #F208BA;
}
</style>
border-color css
<style>
span { border-color: #F208BA; }
span { border-color: rgb(242,8,186); }
td.TdClassName
{
border-color: #F208BA;
}
.TagClassName
{
border-color: #F208BA;
}
</style>