Shades of Shocking Pink #F204BB
Tints of Shocking Pink #F204BB
RGB
CMYK
RGB Variations
Color information
#F204BB (or 0xF204BB) is known color: Shocking Pink. HEX triplet: F2, 04 and BB. RGB value is (242,4,187). Sum of RGB (Red+Green+Blue) = 242+4+187=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 4 (1.95% from 255 or 0.92% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F204BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F204BB is #0DFB44. Grayscale: #5F5F5F. Windows color (decimal): -916293 or 12256498. OLE color: 12256498.
HSL color Cylindrical-coordinate representation of color #F204BB: hue angle of 313.87º degrees, saturation: 0.97, 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 #F204BB is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 187 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.05 |
| HSL | 313.87º | 0.97% | 0.48% | - |
| HSV(B) | 313.87º | 0.98% | 0.95% | - |
| XYZ | 45.63 | 22.55 | 48.96 | - |
| YUV | 96.02 | 179.35 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 187 | 0 | 0.98 | 0.23 | 0.05 | 313.87 | 0.97 | 0.48 |
| Hex | F2 | 4 | BB | 0 | 62 | 17 | 5 | 13A | 61 | 30 |
| Octal | 362 | 4 | 273 | 0 | 142 | 27 | 5 | 472 | 141 | 60 |
| Binary | 11110010 | 100 | 10111011 | 0 | 1100010 | 10111 | 101 | 100111010 | 1100001 | 110000 |
Color Harmonies of #F204BB
Complementary color
Monochromatic Colors of #F204BB
Black with #F204BB
Text Example
Text Example
White with #F204BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F204BB; }
p { color: rgb(242,4,187); }
H1.HeaderClassName
{
color: #F204BB;
}
.AnyTagClassName
{
color: #F204BB;
}
</style>
background-color css
<style>
a { background-color: #F204BB; }
a { background-color: rgb(242,4,187); }
div.DivClassName
{
background-color: #F204BB;
}
.BgClassName
{
background-color: #F204BB;
}
</style>
border-color css
<style>
span { border-color: #F204BB; }
span { border-color: rgb(242,4,187); }
td.TdClassName
{
border-color: #F204BB;
}
.TagClassName
{
border-color: #F204BB;
}
</style>