Shades of Shocking #F399CC
Tints of Shocking #F399CC
RGB
CMYK
RGB Variations
Color information
#F399CC (or 0xF399CC) is known color: Shocking. HEX triplet: F3, 99 and CC. RGB value is (243,153,204). Sum of RGB (Red+Green+Blue) = 243+153+204=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 153 (60.16% from 255 or 25.5% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F399CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F399CC is #0C6633. Grayscale: #B9B9B9. Windows color (decimal): -812596 or 13408755. OLE color: 13408755.
HSL color Cylindrical-coordinate representation of color #F399CC: hue angle of 326º 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 #F399CC is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 153 | 204 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.05 |
| HSL | 326º | 0.79% | 0.78% | - |
| HSV(B) | 326º | 0.37% | 0.95% | - |
| XYZ | 59.25 | 46.2 | 62.92 | - |
| YUV | 185.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 153 | 204 | 0 | 0.37 | 0.16 | 0.05 | 326 | 0.79 | 0.78 |
| Hex | F3 | 99 | CC | 0 | 25 | 10 | 5 | 146 | 4F | 4E |
| Octal | 363 | 231 | 314 | 0 | 45 | 20 | 5 | 506 | 117 | 116 |
| Binary | 11110011 | 10011001 | 11001100 | 0 | 100101 | 10000 | 101 | 101000110 | 1001111 | 1001110 |
Color Harmonies of #F399CC
Complementary color
Monochromatic Colors of #F399CC
Black with #F399CC
Text Example
Text Example
White with #F399CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F399CC; }
p { color: rgb(243,153,204); }
H1.HeaderClassName
{
color: #F399CC;
}
.AnyTagClassName
{
color: #F399CC;
}
</style>
background-color css
<style>
a { background-color: #F399CC; }
a { background-color: rgb(243,153,204); }
div.DivClassName
{
background-color: #F399CC;
}
.BgClassName
{
background-color: #F399CC;
}
</style>
border-color css
<style>
span { border-color: #F399CC; }
span { border-color: rgb(243,153,204); }
td.TdClassName
{
border-color: #F399CC;
}
.TagClassName
{
border-color: #F399CC;
}
</style>