Shades of Shocking #F292BE
Tints of Shocking #F292BE
RGB
CMYK
RGB Variations
Color information
#F292BE (or 0xF292BE) is known color: Shocking. HEX triplet: F2, 92 and BE. RGB value is (242,146,190). Sum of RGB (Red+Green+Blue) = 242+146+190=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F292BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F292BE is #0D6D41. Grayscale: #B3B3B3. Windows color (decimal): -879938 or 12489458. OLE color: 12489458.
HSL color Cylindrical-coordinate representation of color #F292BE: hue angle of 332.5º 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 #F292BE is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 190 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.05 |
| HSL | 332.5º | 0.79% | 0.76% | - |
| HSV(B) | 332.5º | 0.4% | 0.95% | - |
| XYZ | 56.19 | 43.15 | 54.08 | - |
| YUV | 179.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 190 | 0 | 0.40 | 0.21 | 0.05 | 332.5 | 0.79 | 0.76 |
| Hex | F2 | 92 | BE | 0 | 28 | 15 | 5 | 14C | 4F | 4C |
| Octal | 362 | 222 | 276 | 0 | 50 | 25 | 5 | 514 | 117 | 114 |
| Binary | 11110010 | 10010010 | 10111110 | 0 | 101000 | 10101 | 101 | 101001100 | 1001111 | 1001100 |
Color Harmonies of #F292BE
Complementary color
Monochromatic Colors of #F292BE
Black with #F292BE
Text Example
Text Example
White with #F292BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F292BE; }
p { color: rgb(242,146,190); }
H1.HeaderClassName
{
color: #F292BE;
}
.AnyTagClassName
{
color: #F292BE;
}
</style>
background-color css
<style>
a { background-color: #F292BE; }
a { background-color: rgb(242,146,190); }
div.DivClassName
{
background-color: #F292BE;
}
.BgClassName
{
background-color: #F292BE;
}
</style>
border-color css
<style>
span { border-color: #F292BE; }
span { border-color: rgb(242,146,190); }
td.TdClassName
{
border-color: #F292BE;
}
.TagClassName
{
border-color: #F292BE;
}
</style>