Shades of Shocking Pink #F90CBB
Tints of Shocking Pink #F90CBB
RGB
CMYK
RGB Variations
Color information
#F90CBB (or 0xF90CBB) is known color: Shocking Pink. HEX triplet: F9, 0C and BB. RGB value is (249,12,187). Sum of RGB (Red+Green+Blue) = 249+12+187=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F90CBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90CBB is #06F344. Grayscale: #666666. Windows color (decimal): -455493 or 12258553. OLE color: 12258553.
HSL color Cylindrical-coordinate representation of color #F90CBB: hue angle of 315.7º 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 #F90CBB is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 187 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.02 |
| HSL | 315.7º | 0.95% | 0.51% | - |
| HSV(B) | 315.7º | 0.95% | 0.98% | - |
| XYZ | 48.17 | 23.99 | 49.11 | - |
| YUV | 102.81 | 175.52 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 187 | 0 | 0.95 | 0.25 | 0.02 | 315.7 | 0.95 | 0.51 |
| Hex | F9 | C | BB | 0 | 5F | 19 | 2 | 13C | 5F | 33 |
| Octal | 371 | 14 | 273 | 0 | 137 | 31 | 2 | 474 | 137 | 63 |
| Binary | 11111001 | 1100 | 10111011 | 0 | 1011111 | 11001 | 10 | 100111100 | 1011111 | 110011 |
Color Harmonies of #F90CBB
Complementary color
Monochromatic Colors of #F90CBB
Black with #F90CBB
Text Example
Text Example
White with #F90CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CBB; }
p { color: rgb(249,12,187); }
H1.HeaderClassName
{
color: #F90CBB;
}
.AnyTagClassName
{
color: #F90CBB;
}
</style>
background-color css
<style>
a { background-color: #F90CBB; }
a { background-color: rgb(249,12,187); }
div.DivClassName
{
background-color: #F90CBB;
}
.BgClassName
{
background-color: #F90CBB;
}
</style>
border-color css
<style>
span { border-color: #F90CBB; }
span { border-color: rgb(249,12,187); }
td.TdClassName
{
border-color: #F90CBB;
}
.TagClassName
{
border-color: #F90CBB;
}
</style>