Shades of Shocking Pink #F205BA
Tints of Shocking Pink #F205BA
RGB
CMYK
RGB Variations
Color information
#F205BA (or 0xF205BA) is known color: Shocking Pink. HEX triplet: F2, 05 and BA. RGB value is (242,5,186). Sum of RGB (Red+Green+Blue) = 242+5+186=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 5 (2.34% from 255 or 1.15% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F205BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F205BA is #0DFA45. Grayscale: #606060. Windows color (decimal): -916038 or 12191218. OLE color: 12191218.
HSL color Cylindrical-coordinate representation of color #F205BA: hue angle of 314.18º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205BA is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 186 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.05 |
| HSL | 314.18º | 0.96% | 0.48% | - |
| HSV(B) | 314.18º | 0.98% | 0.95% | - |
| XYZ | 45.54 | 22.53 | 48.4 | - |
| YUV | 96.5 | 178.52 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 186 | 0 | 0.98 | 0.23 | 0.05 | 314.18 | 0.96 | 0.48 |
| Hex | F2 | 5 | BA | 0 | 62 | 17 | 5 | 13A | 60 | 30 |
| Octal | 362 | 5 | 272 | 0 | 142 | 27 | 5 | 472 | 140 | 60 |
| Binary | 11110010 | 101 | 10111010 | 0 | 1100010 | 10111 | 101 | 100111010 | 1100000 | 110000 |
Color Harmonies of #F205BA
Complementary color
Monochromatic Colors of #F205BA
Black with #F205BA
Text Example
Text Example
White with #F205BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205BA; }
p { color: rgb(242,5,186); }
H1.HeaderClassName
{
color: #F205BA;
}
.AnyTagClassName
{
color: #F205BA;
}
</style>
background-color css
<style>
a { background-color: #F205BA; }
a { background-color: rgb(242,5,186); }
div.DivClassName
{
background-color: #F205BA;
}
.BgClassName
{
background-color: #F205BA;
}
</style>
border-color css
<style>
span { border-color: #F205BA; }
span { border-color: rgb(242,5,186); }
td.TdClassName
{
border-color: #F205BA;
}
.TagClassName
{
border-color: #F205BA;
}
</style>