Shades of Shocking #F290BB
Tints of Shocking #F290BB
RGB
CMYK
RGB Variations
Color information
#F290BB (or 0xF290BB) is known color: Shocking. HEX triplet: F2, 90 and BB. RGB value is (242,144,187). Sum of RGB (Red+Green+Blue) = 242+144+187=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F290BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290BB is #0D6F44. Grayscale: #B2B2B2. Windows color (decimal): -880453 or 12292338. OLE color: 12292338.
HSL color Cylindrical-coordinate representation of color #F290BB: hue angle of 333.67º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F290BB is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 187 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.05 |
| HSL | 333.67º | 0.79% | 0.76% | - |
| HSV(B) | 333.67º | 0.4% | 0.95% | - |
| XYZ | 55.56 | 42.41 | 52.27 | - |
| YUV | 178.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 187 | 0 | 0.40 | 0.23 | 0.05 | 333.67 | 0.79 | 0.76 |
| Hex | F2 | 90 | BB | 0 | 28 | 17 | 5 | 14E | 4F | 4C |
| Octal | 362 | 220 | 273 | 0 | 50 | 27 | 5 | 516 | 117 | 114 |
| Binary | 11110010 | 10010000 | 10111011 | 0 | 101000 | 10111 | 101 | 101001110 | 1001111 | 1001100 |
Color Harmonies of #F290BB
Complementary color
Monochromatic Colors of #F290BB
Black with #F290BB
Text Example
Text Example
White with #F290BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F290BB; }
p { color: rgb(242,144,187); }
H1.HeaderClassName
{
color: #F290BB;
}
.AnyTagClassName
{
color: #F290BB;
}
</style>
background-color css
<style>
a { background-color: #F290BB; }
a { background-color: rgb(242,144,187); }
div.DivClassName
{
background-color: #F290BB;
}
.BgClassName
{
background-color: #F290BB;
}
</style>
border-color css
<style>
span { border-color: #F290BB; }
span { border-color: rgb(242,144,187); }
td.TdClassName
{
border-color: #F290BB;
}
.TagClassName
{
border-color: #F290BB;
}
</style>