Shades of Shocking #F592BF
Tints of Shocking #F592BF
RGB
CMYK
RGB Variations
Color information
#F592BF (or 0xF592BF) is known color: Shocking. HEX triplet: F5, 92 and BF. RGB value is (245,146,191). Sum of RGB (Red+Green+Blue) = 245+146+191=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F592BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F592BF is #0A6D40. Grayscale: #B4B4B4. Windows color (decimal): -683329 or 12554997. OLE color: 12554997.
HSL color Cylindrical-coordinate representation of color #F592BF: hue angle of 332.73º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F592BF is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 191 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.04 |
| HSL | 332.73º | 0.83% | 0.77% | - |
| HSV(B) | 332.73º | 0.4% | 0.96% | - |
| XYZ | 57.34 | 43.73 | 54.71 | - |
| YUV | 180.73 | 133.8 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 191 | 0 | 0.40 | 0.22 | 0.04 | 332.73 | 0.83 | 0.77 |
| Hex | F5 | 92 | BF | 0 | 28 | 16 | 4 | 14D | 53 | 4D |
| Octal | 365 | 222 | 277 | 0 | 50 | 26 | 4 | 515 | 123 | 115 |
| Binary | 11110101 | 10010010 | 10111111 | 0 | 101000 | 10110 | 100 | 101001101 | 1010011 | 1001101 |
Color Harmonies of #F592BF
Complementary color
Monochromatic Colors of #F592BF
Black with #F592BF
Text Example
Text Example
White with #F592BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592BF; }
p { color: rgb(245,146,191); }
H1.HeaderClassName
{
color: #F592BF;
}
.AnyTagClassName
{
color: #F592BF;
}
</style>
background-color css
<style>
a { background-color: #F592BF; }
a { background-color: rgb(245,146,191); }
div.DivClassName
{
background-color: #F592BF;
}
.BgClassName
{
background-color: #F592BF;
}
</style>
border-color css
<style>
span { border-color: #F592BF; }
span { border-color: rgb(245,146,191); }
td.TdClassName
{
border-color: #F592BF;
}
.TagClassName
{
border-color: #F592BF;
}
</style>