Shades of Shocking #F393C6
Tints of Shocking #F393C6
RGB
CMYK
RGB Variations
Color information
#F393C6 (or 0xF393C6) is known color: Shocking. HEX triplet: F3, 93 and C6. RGB value is (243,147,198). Sum of RGB (Red+Green+Blue) = 243+147+198=588 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.33% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 243 - color contains mainly: red. Hex color #F393C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393C6 is #0C6C39. Grayscale: #B5B5B5. Windows color (decimal): -814138 or 13014003. OLE color: 13014003.
HSL color Cylindrical-coordinate representation of color #F393C6: hue angle of 328.12º 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 #F393C6 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 198 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.05 |
| HSL | 328.13º | 0.8% | 0.76% | - |
| HSV(B) | 328.13º | 0.4% | 0.95% | - |
| XYZ | 57.59 | 44 | 58.88 | - |
| YUV | 181.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 198 | 0 | 0.40 | 0.19 | 0.05 | 328.13 | 0.8 | 0.76 |
| Hex | F3 | 93 | C6 | 0 | 28 | 13 | 5 | 148 | 50 | 4C |
| Octal | 363 | 223 | 306 | 0 | 50 | 23 | 5 | 510 | 120 | 114 |
| Binary | 11110011 | 10010011 | 11000110 | 0 | 101000 | 10011 | 101 | 101001000 | 1010000 | 1001100 |
Color Harmonies of #F393C6
Complementary color
Monochromatic Colors of #F393C6
Black with #F393C6
Text Example
Text Example
White with #F393C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393C6; }
p { color: rgb(243,147,198); }
H1.HeaderClassName
{
color: #F393C6;
}
.AnyTagClassName
{
color: #F393C6;
}
</style>
background-color css
<style>
a { background-color: #F393C6; }
a { background-color: rgb(243,147,198); }
div.DivClassName
{
background-color: #F393C6;
}
.BgClassName
{
background-color: #F393C6;
}
</style>
border-color css
<style>
span { border-color: #F393C6; }
span { border-color: rgb(243,147,198); }
td.TdClassName
{
border-color: #F393C6;
}
.TagClassName
{
border-color: #F393C6;
}
</style>