Shades of Shocking #F193C8
Tints of Shocking #F193C8
RGB
CMYK
RGB Variations
Color information
#F193C8 (or 0xF193C8) is known color: Shocking. HEX triplet: F1, 93 and C8. RGB value is (241,147,200). Sum of RGB (Red+Green+Blue) = 241+147+200=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 147 (57.81% from 255 or 25% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F193C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F193C8 is #0E6C37. Grayscale: #B5B5B5. Windows color (decimal): -945208 or 13145073. OLE color: 13145073.
HSL color Cylindrical-coordinate representation of color #F193C8: hue angle of 326.17º degrees, saturation: 0.77, 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 #F193C8 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 200 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.05 |
| HSL | 326.17º | 0.77% | 0.76% | - |
| HSV(B) | 326.17º | 0.39% | 0.95% | - |
| XYZ | 57.13 | 43.74 | 60.07 | - |
| YUV | 181.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 200 | 0 | 0.39 | 0.17 | 0.05 | 326.17 | 0.77 | 0.76 |
| Hex | F1 | 93 | C8 | 0 | 27 | 11 | 5 | 146 | 4D | 4C |
| Octal | 361 | 223 | 310 | 0 | 47 | 21 | 5 | 506 | 115 | 114 |
| Binary | 11110001 | 10010011 | 11001000 | 0 | 100111 | 10001 | 101 | 101000110 | 1001101 | 1001100 |
Color Harmonies of #F193C8
Complementary color
Monochromatic Colors of #F193C8
Black with #F193C8
Text Example
Text Example
White with #F193C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F193C8; }
p { color: rgb(241,147,200); }
H1.HeaderClassName
{
color: #F193C8;
}
.AnyTagClassName
{
color: #F193C8;
}
</style>
background-color css
<style>
a { background-color: #F193C8; }
a { background-color: rgb(241,147,200); }
div.DivClassName
{
background-color: #F193C8;
}
.BgClassName
{
background-color: #F193C8;
}
</style>
border-color css
<style>
span { border-color: #F193C8; }
span { border-color: rgb(241,147,200); }
td.TdClassName
{
border-color: #F193C8;
}
.TagClassName
{
border-color: #F193C8;
}
</style>