Shades of Shocking Pink #F90CBC
Tints of Shocking Pink #F90CBC
RGB
CMYK
RGB Variations
Color information
#F90CBC (or 0xF90CBC) is known color: Shocking Pink. HEX triplet: F9, 0C and BC. RGB value is (249,12,188). Sum of RGB (Red+Green+Blue) = 249+12+188=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 12 (5.08% from 255 or 2.67% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CBC is #06F343. Grayscale: #666666. Windows color (decimal): -455492 or 12324089. OLE color: 12324089.
HSL color Cylindrical-coordinate representation of color #F90CBC: hue angle of 315.44º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90CBC is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 188 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.02 |
| HSL | 315.44º | 0.95% | 0.51% | - |
| HSV(B) | 315.44º | 0.95% | 0.98% | - |
| XYZ | 48.28 | 24.03 | 49.67 | - |
| YUV | 102.93 | 176.02 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 188 | 0 | 0.95 | 0.24 | 0.02 | 315.44 | 0.95 | 0.51 |
| Hex | F9 | C | BC | 0 | 5F | 18 | 2 | 13B | 5F | 33 |
| Octal | 371 | 14 | 274 | 0 | 137 | 30 | 2 | 473 | 137 | 63 |
| Binary | 11111001 | 1100 | 10111100 | 0 | 1011111 | 11000 | 10 | 100111011 | 1011111 | 110011 |
Color Harmonies of #F90CBC
Complementary color
Monochromatic Colors of #F90CBC
Black with #F90CBC
Text Example
Text Example
White with #F90CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CBC; }
p { color: rgb(249,12,188); }
H1.HeaderClassName
{
color: #F90CBC;
}
.AnyTagClassName
{
color: #F90CBC;
}
</style>
background-color css
<style>
a { background-color: #F90CBC; }
a { background-color: rgb(249,12,188); }
div.DivClassName
{
background-color: #F90CBC;
}
.BgClassName
{
background-color: #F90CBC;
}
</style>
border-color css
<style>
span { border-color: #F90CBC; }
span { border-color: rgb(249,12,188); }
td.TdClassName
{
border-color: #F90CBC;
}
.TagClassName
{
border-color: #F90CBC;
}
</style>