Shades of Shocking Pink #F90CBA
Tints of Shocking Pink #F90CBA
RGB
CMYK
RGB Variations
Color information
#F90CBA (or 0xF90CBA) is known color: Shocking Pink. HEX triplet: F9, 0C and BA. RGB value is (249,12,186). Sum of RGB (Red+Green+Blue) = 249+12+186=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CBA is #06F345. Grayscale: #666666. Windows color (decimal): -455494 or 12193017. OLE color: 12193017.
HSL color Cylindrical-coordinate representation of color #F90CBA: hue angle of 315.95º 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 #F90CBA is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 186 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.02 |
| HSL | 315.95º | 0.95% | 0.51% | - |
| HSV(B) | 315.95º | 0.95% | 0.98% | - |
| XYZ | 48.06 | 23.95 | 48.54 | - |
| YUV | 102.7 | 175.02 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 186 | 0 | 0.95 | 0.25 | 0.02 | 315.95 | 0.95 | 0.51 |
| Hex | F9 | C | BA | 0 | 5F | 19 | 2 | 13C | 5F | 33 |
| Octal | 371 | 14 | 272 | 0 | 137 | 31 | 2 | 474 | 137 | 63 |
| Binary | 11111001 | 1100 | 10111010 | 0 | 1011111 | 11001 | 10 | 100111100 | 1011111 | 110011 |
Color Harmonies of #F90CBA
Complementary color
Monochromatic Colors of #F90CBA
Black with #F90CBA
Text Example
Text Example
White with #F90CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CBA; }
p { color: rgb(249,12,186); }
H1.HeaderClassName
{
color: #F90CBA;
}
.AnyTagClassName
{
color: #F90CBA;
}
</style>
background-color css
<style>
a { background-color: #F90CBA; }
a { background-color: rgb(249,12,186); }
div.DivClassName
{
background-color: #F90CBA;
}
.BgClassName
{
background-color: #F90CBA;
}
</style>
border-color css
<style>
span { border-color: #F90CBA; }
span { border-color: rgb(249,12,186); }
td.TdClassName
{
border-color: #F90CBA;
}
.TagClassName
{
border-color: #F90CBA;
}
</style>