Shades of Shocking #F291BE
Tints of Shocking #F291BE
RGB
CMYK
RGB Variations
Color information
#F291BE (or 0xF291BE) is known color: Shocking. HEX triplet: F2, 91 and BE. RGB value is (242,145,190). Sum of RGB (Red+Green+Blue) = 242+145+190=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F291BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F291BE is #0D6E41. Grayscale: #B3B3B3. Windows color (decimal): -880194 or 12489202. OLE color: 12489202.
HSL color Cylindrical-coordinate representation of color #F291BE: hue angle of 332.16º 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 #F291BE is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 190 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.05 |
| HSL | 332.16º | 0.79% | 0.76% | - |
| HSV(B) | 332.16º | 0.4% | 0.95% | - |
| XYZ | 56.04 | 42.85 | 54.03 | - |
| YUV | 179.13 | 134.14 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 190 | 0 | 0.40 | 0.21 | 0.05 | 332.16 | 0.79 | 0.76 |
| Hex | F2 | 91 | BE | 0 | 28 | 15 | 5 | 14C | 4F | 4C |
| Octal | 362 | 221 | 276 | 0 | 50 | 25 | 5 | 514 | 117 | 114 |
| Binary | 11110010 | 10010001 | 10111110 | 0 | 101000 | 10101 | 101 | 101001100 | 1001111 | 1001100 |
Color Harmonies of #F291BE
Complementary color
Monochromatic Colors of #F291BE
Black with #F291BE
Text Example
Text Example
White with #F291BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F291BE; }
p { color: rgb(242,145,190); }
H1.HeaderClassName
{
color: #F291BE;
}
.AnyTagClassName
{
color: #F291BE;
}
</style>
background-color css
<style>
a { background-color: #F291BE; }
a { background-color: rgb(242,145,190); }
div.DivClassName
{
background-color: #F291BE;
}
.BgClassName
{
background-color: #F291BE;
}
</style>
border-color css
<style>
span { border-color: #F291BE; }
span { border-color: rgb(242,145,190); }
td.TdClassName
{
border-color: #F291BE;
}
.TagClassName
{
border-color: #F291BE;
}
</style>