Shades of Shocking #F395C9
Tints of Shocking #F395C9
RGB
CMYK
RGB Variations
Color information
#F395C9 (or 0xF395C9) is known color: Shocking. HEX triplet: F3, 95 and C9. RGB value is (243,149,201). Sum of RGB (Red+Green+Blue) = 243+149+201=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F395C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395C9 is #0C6A36. Grayscale: #B6B6B6. Windows color (decimal): -813623 or 13211123. OLE color: 13211123.
HSL color Cylindrical-coordinate representation of color #F395C9: hue angle of 326.81º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F395C9 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 201 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.05 |
| HSL | 326.81º | 0.8% | 0.77% | - |
| HSV(B) | 326.81º | 0.39% | 0.95% | - |
| XYZ | 58.25 | 44.77 | 60.83 | - |
| YUV | 183.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 201 | 0 | 0.39 | 0.17 | 0.05 | 326.81 | 0.8 | 0.77 |
| Hex | F3 | 95 | C9 | 0 | 27 | 11 | 5 | 147 | 50 | 4D |
| Octal | 363 | 225 | 311 | 0 | 47 | 21 | 5 | 507 | 120 | 115 |
| Binary | 11110011 | 10010101 | 11001001 | 0 | 100111 | 10001 | 101 | 101000111 | 1010000 | 1001101 |
Color Harmonies of #F395C9
Complementary color
Monochromatic Colors of #F395C9
Black with #F395C9
Text Example
Text Example
White with #F395C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F395C9; }
p { color: rgb(243,149,201); }
H1.HeaderClassName
{
color: #F395C9;
}
.AnyTagClassName
{
color: #F395C9;
}
</style>
background-color css
<style>
a { background-color: #F395C9; }
a { background-color: rgb(243,149,201); }
div.DivClassName
{
background-color: #F395C9;
}
.BgClassName
{
background-color: #F395C9;
}
</style>
border-color css
<style>
span { border-color: #F395C9; }
span { border-color: rgb(243,149,201); }
td.TdClassName
{
border-color: #F395C9;
}
.TagClassName
{
border-color: #F395C9;
}
</style>