Shades of Shocking #F293C6
Tints of Shocking #F293C6
RGB
CMYK
RGB Variations
Color information
#F293C6 (or 0xF293C6) is known color: Shocking. HEX triplet: F2, 93 and C6. RGB value is (242,147,198). Sum of RGB (Red+Green+Blue) = 242+147+198=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F293C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293C6 is #0D6C39. Grayscale: #B5B5B5. Windows color (decimal): -879674 or 13014002. OLE color: 13014002.
HSL color Cylindrical-coordinate representation of color #F293C6: hue angle of 327.79º 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 #F293C6 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 198 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.05 |
| HSL | 327.79º | 0.79% | 0.76% | - |
| HSV(B) | 327.79º | 0.39% | 0.95% | - |
| XYZ | 57.24 | 43.82 | 58.87 | - |
| YUV | 181.22 | 137.47 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 198 | 0 | 0.39 | 0.18 | 0.05 | 327.79 | 0.79 | 0.76 |
| Hex | F2 | 93 | C6 | 0 | 27 | 12 | 5 | 148 | 4F | 4C |
| Octal | 362 | 223 | 306 | 0 | 47 | 22 | 5 | 510 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11000110 | 0 | 100111 | 10010 | 101 | 101001000 | 1001111 | 1001100 |
Color Harmonies of #F293C6
Complementary color
Monochromatic Colors of #F293C6
Black with #F293C6
Text Example
Text Example
White with #F293C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293C6; }
p { color: rgb(242,147,198); }
H1.HeaderClassName
{
color: #F293C6;
}
.AnyTagClassName
{
color: #F293C6;
}
</style>
background-color css
<style>
a { background-color: #F293C6; }
a { background-color: rgb(242,147,198); }
div.DivClassName
{
background-color: #F293C6;
}
.BgClassName
{
background-color: #F293C6;
}
</style>
border-color css
<style>
span { border-color: #F293C6; }
span { border-color: rgb(242,147,198); }
td.TdClassName
{
border-color: #F293C6;
}
.TagClassName
{
border-color: #F293C6;
}
</style>