Shades of Shocking #F398C5
Tints of Shocking #F398C5
RGB
CMYK
RGB Variations
Color information
#F398C5 (or 0xF398C5) is known color: Shocking. HEX triplet: F3, 98 and C5. RGB value is (243,152,197). Sum of RGB (Red+Green+Blue) = 243+152+197=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F398C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F398C5 is #0C673A. Grayscale: #B8B8B8. Windows color (decimal): -812859 or 12949747. OLE color: 12949747.
HSL color Cylindrical-coordinate representation of color #F398C5: hue angle of 330.33º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F398C5 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 152 | 197 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.05 |
| HSL | 330.33º | 0.79% | 0.77% | - |
| HSV(B) | 330.33º | 0.37% | 0.95% | - |
| XYZ | 58.27 | 45.54 | 58.54 | - |
| YUV | 184.34 | 135.15 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 152 | 197 | 0 | 0.37 | 0.19 | 0.05 | 330.33 | 0.79 | 0.77 |
| Hex | F3 | 98 | C5 | 0 | 25 | 13 | 5 | 14A | 4F | 4D |
| Octal | 363 | 230 | 305 | 0 | 45 | 23 | 5 | 512 | 117 | 115 |
| Binary | 11110011 | 10011000 | 11000101 | 0 | 100101 | 10011 | 101 | 101001010 | 1001111 | 1001101 |
Color Harmonies of #F398C5
Complementary color
Monochromatic Colors of #F398C5
Black with #F398C5
Text Example
Text Example
White with #F398C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F398C5; }
p { color: rgb(243,152,197); }
H1.HeaderClassName
{
color: #F398C5;
}
.AnyTagClassName
{
color: #F398C5;
}
</style>
background-color css
<style>
a { background-color: #F398C5; }
a { background-color: rgb(243,152,197); }
div.DivClassName
{
background-color: #F398C5;
}
.BgClassName
{
background-color: #F398C5;
}
</style>
border-color css
<style>
span { border-color: #F398C5; }
span { border-color: rgb(243,152,197); }
td.TdClassName
{
border-color: #F398C5;
}
.TagClassName
{
border-color: #F398C5;
}
</style>