Shades of Shocking #F392BA
Tints of Shocking #F392BA
RGB
CMYK
RGB Variations
Color information
#F392BA (or 0xF392BA) is known color: Shocking. HEX triplet: F3, 92 and BA. RGB value is (243,146,186). Sum of RGB (Red+Green+Blue) = 243+146+186=575 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.26% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 243 - color contains mainly: red. Hex color #F392BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F392BA is #0C6D45. Grayscale: #B3B3B3. Windows color (decimal): -814406 or 12227315. OLE color: 12227315.
HSL color Cylindrical-coordinate representation of color #F392BA: hue angle of 335.26º degrees, saturation: 0.8, 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 #F392BA is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 146 | 186 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.05 |
| HSL | 335.26º | 0.8% | 0.76% | - |
| HSV(B) | 335.26º | 0.4% | 0.95% | - |
| XYZ | 56.1 | 43.16 | 51.83 | - |
| YUV | 179.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 146 | 186 | 0 | 0.40 | 0.23 | 0.05 | 335.26 | 0.8 | 0.76 |
| Hex | F3 | 92 | BA | 0 | 28 | 17 | 5 | 14F | 50 | 4C |
| Octal | 363 | 222 | 272 | 0 | 50 | 27 | 5 | 517 | 120 | 114 |
| Binary | 11110011 | 10010010 | 10111010 | 0 | 101000 | 10111 | 101 | 101001111 | 1010000 | 1001100 |
Color Harmonies of #F392BA
Complementary color
Monochromatic Colors of #F392BA
Black with #F392BA
Text Example
Text Example
White with #F392BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F392BA; }
p { color: rgb(243,146,186); }
H1.HeaderClassName
{
color: #F392BA;
}
.AnyTagClassName
{
color: #F392BA;
}
</style>
background-color css
<style>
a { background-color: #F392BA; }
a { background-color: rgb(243,146,186); }
div.DivClassName
{
background-color: #F392BA;
}
.BgClassName
{
background-color: #F392BA;
}
</style>
border-color css
<style>
span { border-color: #F392BA; }
span { border-color: rgb(243,146,186); }
td.TdClassName
{
border-color: #F392BA;
}
.TagClassName
{
border-color: #F392BA;
}
</style>