Shades of Shocking #F399C6
Tints of Shocking #F399C6
RGB
CMYK
RGB Variations
Color information
#F399C6 (or 0xF399C6) is known color: Shocking. HEX triplet: F3, 99 and C6. RGB value is (243,153,198). Sum of RGB (Red+Green+Blue) = 243+153+198=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F399C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F399C6 is #0C6639. Grayscale: #B8B8B8. Windows color (decimal): -812602 or 13015539. OLE color: 13015539.
HSL color Cylindrical-coordinate representation of color #F399C6: hue angle of 330º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F399C6 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 153 | 198 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.05 |
| HSL | 330º | 0.79% | 0.78% | - |
| HSV(B) | 330º | 0.37% | 0.95% | - |
| XYZ | 58.55 | 45.91 | 59.2 | - |
| YUV | 185.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 153 | 198 | 0 | 0.37 | 0.19 | 0.05 | 330 | 0.79 | 0.78 |
| Hex | F3 | 99 | C6 | 0 | 25 | 13 | 5 | 14A | 4F | 4E |
| Octal | 363 | 231 | 306 | 0 | 45 | 23 | 5 | 512 | 117 | 116 |
| Binary | 11110011 | 10011001 | 11000110 | 0 | 100101 | 10011 | 101 | 101001010 | 1001111 | 1001110 |
Color Harmonies of #F399C6
Complementary color
Monochromatic Colors of #F399C6
Black with #F399C6
Text Example
Text Example
White with #F399C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F399C6; }
p { color: rgb(243,153,198); }
H1.HeaderClassName
{
color: #F399C6;
}
.AnyTagClassName
{
color: #F399C6;
}
</style>
background-color css
<style>
a { background-color: #F399C6; }
a { background-color: rgb(243,153,198); }
div.DivClassName
{
background-color: #F399C6;
}
.BgClassName
{
background-color: #F399C6;
}
</style>
border-color css
<style>
span { border-color: #F399C6; }
span { border-color: rgb(243,153,198); }
td.TdClassName
{
border-color: #F399C6;
}
.TagClassName
{
border-color: #F399C6;
}
</style>