Shades of Shocking #F393C8
Tints of Shocking #F393C8
RGB
CMYK
RGB Variations
Color information
#F393C8 (or 0xF393C8) is known color: Shocking. HEX triplet: F3, 93 and C8. RGB value is (243,147,200). Sum of RGB (Red+Green+Blue) = 243+147+200=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F393C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393C8 is #0C6C37. Grayscale: #B5B5B5. Windows color (decimal): -814136 or 13145075. OLE color: 13145075.
HSL color Cylindrical-coordinate representation of color #F393C8: hue angle of 326.88º 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 #F393C8 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 147 | 200 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.05 |
| HSL | 326.88º | 0.8% | 0.76% | - |
| HSV(B) | 326.88º | 0.4% | 0.95% | - |
| XYZ | 57.82 | 44.09 | 60.11 | - |
| YUV | 181.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 147 | 200 | 0 | 0.40 | 0.18 | 0.05 | 326.88 | 0.8 | 0.76 |
| Hex | F3 | 93 | C8 | 0 | 28 | 12 | 5 | 147 | 50 | 4C |
| Octal | 363 | 223 | 310 | 0 | 50 | 22 | 5 | 507 | 120 | 114 |
| Binary | 11110011 | 10010011 | 11001000 | 0 | 101000 | 10010 | 101 | 101000111 | 1010000 | 1001100 |
Color Harmonies of #F393C8
Complementary color
Monochromatic Colors of #F393C8
Black with #F393C8
Text Example
Text Example
White with #F393C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F393C8; }
p { color: rgb(243,147,200); }
H1.HeaderClassName
{
color: #F393C8;
}
.AnyTagClassName
{
color: #F393C8;
}
</style>
background-color css
<style>
a { background-color: #F393C8; }
a { background-color: rgb(243,147,200); }
div.DivClassName
{
background-color: #F393C8;
}
.BgClassName
{
background-color: #F393C8;
}
</style>
border-color css
<style>
span { border-color: #F393C8; }
span { border-color: rgb(243,147,200); }
td.TdClassName
{
border-color: #F393C8;
}
.TagClassName
{
border-color: #F393C8;
}
</style>