Shades of Shocking Pink #F204B8
Tints of Shocking Pink #F204B8
RGB
CMYK
RGB Variations
Color information
#F204B8 (or 0xF204B8) is known color: Shocking Pink. HEX triplet: F2, 04 and B8. RGB value is (242,4,184). Sum of RGB (Red+Green+Blue) = 242+4+184=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F204B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F204B8 is #0DFB47. Grayscale: #5F5F5F. Windows color (decimal): -916296 or 12059890. OLE color: 12059890.
HSL color Cylindrical-coordinate representation of color #F204B8: hue angle of 314.62º 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 #F204B8 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 184 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.05 |
| HSL | 314.62º | 0.97% | 0.48% | - |
| HSV(B) | 314.62º | 0.98% | 0.95% | - |
| XYZ | 45.31 | 22.42 | 47.29 | - |
| YUV | 95.68 | 177.85 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 184 | 0 | 0.98 | 0.24 | 0.05 | 314.62 | 0.97 | 0.48 |
| Hex | F2 | 4 | B8 | 0 | 62 | 18 | 5 | 13B | 61 | 30 |
| Octal | 362 | 4 | 270 | 0 | 142 | 30 | 5 | 473 | 141 | 60 |
| Binary | 11110010 | 100 | 10111000 | 0 | 1100010 | 11000 | 101 | 100111011 | 1100001 | 110000 |
Color Harmonies of #F204B8
Complementary color
Monochromatic Colors of #F204B8
Black with #F204B8
Text Example
Text Example
White with #F204B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F204B8; }
p { color: rgb(242,4,184); }
H1.HeaderClassName
{
color: #F204B8;
}
.AnyTagClassName
{
color: #F204B8;
}
</style>
background-color css
<style>
a { background-color: #F204B8; }
a { background-color: rgb(242,4,184); }
div.DivClassName
{
background-color: #F204B8;
}
.BgClassName
{
background-color: #F204B8;
}
</style>
border-color css
<style>
span { border-color: #F204B8; }
span { border-color: rgb(242,4,184); }
td.TdClassName
{
border-color: #F204B8;
}
.TagClassName
{
border-color: #F204B8;
}
</style>