Shades of Shocking #F293C0
Tints of Shocking #F293C0
RGB
CMYK
RGB Variations
Color information
#F293C0 (or 0xF293C0) is known color: Shocking. HEX triplet: F2, 93 and C0. RGB value is (242,147,192). Sum of RGB (Red+Green+Blue) = 242+147+192=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F293C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293C0 is #0D6C3F. Grayscale: #B4B4B4. Windows color (decimal): -879680 or 12620786. OLE color: 12620786.
HSL color Cylindrical-coordinate representation of color #F293C0: hue angle of 331.58º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F293C0 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 192 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.05 |
| HSL | 331.58º | 0.79% | 0.76% | - |
| HSV(B) | 331.58º | 0.39% | 0.95% | - |
| XYZ | 56.57 | 43.55 | 55.29 | - |
| YUV | 180.54 | 134.47 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 192 | 0 | 0.39 | 0.21 | 0.05 | 331.58 | 0.79 | 0.76 |
| Hex | F2 | 93 | C0 | 0 | 27 | 15 | 5 | 14C | 4F | 4C |
| Octal | 362 | 223 | 300 | 0 | 47 | 25 | 5 | 514 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11000000 | 0 | 100111 | 10101 | 101 | 101001100 | 1001111 | 1001100 |
Color Harmonies of #F293C0
Complementary color
Monochromatic Colors of #F293C0
Black with #F293C0
Text Example
Text Example
White with #F293C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293C0; }
p { color: rgb(242,147,192); }
H1.HeaderClassName
{
color: #F293C0;
}
.AnyTagClassName
{
color: #F293C0;
}
</style>
background-color css
<style>
a { background-color: #F293C0; }
a { background-color: rgb(242,147,192); }
div.DivClassName
{
background-color: #F293C0;
}
.BgClassName
{
background-color: #F293C0;
}
</style>
border-color css
<style>
span { border-color: #F293C0; }
span { border-color: rgb(242,147,192); }
td.TdClassName
{
border-color: #F293C0;
}
.TagClassName
{
border-color: #F293C0;
}
</style>