Shades of Shocking #F290BF
Tints of Shocking #F290BF
RGB
CMYK
RGB Variations
Color information
#F290BF (or 0xF290BF) is known color: Shocking. HEX triplet: F2, 90 and BF. RGB value is (242,144,191). Sum of RGB (Red+Green+Blue) = 242+144+191=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F290BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290BF is #0D6F40. Grayscale: #B2B2B2. Windows color (decimal): -880449 or 12554482. OLE color: 12554482.
HSL color Cylindrical-coordinate representation of color #F290BF: hue angle of 331.22º 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 #F290BF is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 191 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.05 |
| HSL | 331.22º | 0.79% | 0.76% | - |
| HSV(B) | 331.22º | 0.4% | 0.95% | - |
| XYZ | 56 | 42.59 | 54.56 | - |
| YUV | 178.66 | 134.97 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 191 | 0 | 0.40 | 0.21 | 0.05 | 331.22 | 0.79 | 0.76 |
| Hex | F2 | 90 | BF | 0 | 28 | 15 | 5 | 14B | 4F | 4C |
| Octal | 362 | 220 | 277 | 0 | 50 | 25 | 5 | 513 | 117 | 114 |
| Binary | 11110010 | 10010000 | 10111111 | 0 | 101000 | 10101 | 101 | 101001011 | 1001111 | 1001100 |
Color Harmonies of #F290BF
Complementary color
Monochromatic Colors of #F290BF
Black with #F290BF
Text Example
Text Example
White with #F290BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F290BF; }
p { color: rgb(242,144,191); }
H1.HeaderClassName
{
color: #F290BF;
}
.AnyTagClassName
{
color: #F290BF;
}
</style>
background-color css
<style>
a { background-color: #F290BF; }
a { background-color: rgb(242,144,191); }
div.DivClassName
{
background-color: #F290BF;
}
.BgClassName
{
background-color: #F290BF;
}
</style>
border-color css
<style>
span { border-color: #F290BF; }
span { border-color: rgb(242,144,191); }
td.TdClassName
{
border-color: #F290BF;
}
.TagClassName
{
border-color: #F290BF;
}
</style>