Shades of Shocking #F399C5
Tints of Shocking #F399C5
RGB
CMYK
RGB Variations
Color information
#F399C5 (or 0xF399C5) is known color: Shocking. HEX triplet: F3, 99 and C5. RGB value is (243,153,197). Sum of RGB (Red+Green+Blue) = 243+153+197=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F399C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F399C5 is #0C663A. Grayscale: #B8B8B8. Windows color (decimal): -812603 or 12950003. OLE color: 12950003.
HSL color Cylindrical-coordinate representation of color #F399C5: hue angle of 330.67º 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 #F399C5 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 153 | 197 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.05 |
| HSL | 330.67º | 0.79% | 0.78% | - |
| HSV(B) | 330.67º | 0.37% | 0.95% | - |
| XYZ | 58.43 | 45.87 | 58.6 | - |
| YUV | 184.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 153 | 197 | 0 | 0.37 | 0.19 | 0.05 | 330.67 | 0.79 | 0.78 |
| Hex | F3 | 99 | C5 | 0 | 25 | 13 | 5 | 14B | 4F | 4E |
| Octal | 363 | 231 | 305 | 0 | 45 | 23 | 5 | 513 | 117 | 116 |
| Binary | 11110011 | 10011001 | 11000101 | 0 | 100101 | 10011 | 101 | 101001011 | 1001111 | 1001110 |
Color Harmonies of #F399C5
Complementary color
Monochromatic Colors of #F399C5
Black with #F399C5
Text Example
Text Example
White with #F399C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F399C5; }
p { color: rgb(243,153,197); }
H1.HeaderClassName
{
color: #F399C5;
}
.AnyTagClassName
{
color: #F399C5;
}
</style>
background-color css
<style>
a { background-color: #F399C5; }
a { background-color: rgb(243,153,197); }
div.DivClassName
{
background-color: #F399C5;
}
.BgClassName
{
background-color: #F399C5;
}
</style>
border-color css
<style>
span { border-color: #F399C5; }
span { border-color: rgb(243,153,197); }
td.TdClassName
{
border-color: #F399C5;
}
.TagClassName
{
border-color: #F399C5;
}
</style>