Shades of Shocking #F395C2
Tints of Shocking #F395C2
RGB
CMYK
RGB Variations
Color information
#F395C2 (or 0xF395C2) is known color: Shocking. HEX triplet: F3, 95 and C2. RGB value is (243,149,194). Sum of RGB (Red+Green+Blue) = 243+149+194=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F395C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F395C2 is #0C6A3D. Grayscale: #B6B6B6. Windows color (decimal): -813630 or 12752371. OLE color: 12752371.
HSL color Cylindrical-coordinate representation of color #F395C2: hue angle of 331.28º 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 #F395C2 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 194 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.05 |
| HSL | 331.28º | 0.8% | 0.77% | - |
| HSV(B) | 331.28º | 0.39% | 0.95% | - |
| XYZ | 57.45 | 44.44 | 56.59 | - |
| YUV | 182.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 194 | 0 | 0.39 | 0.20 | 0.05 | 331.28 | 0.8 | 0.77 |
| Hex | F3 | 95 | C2 | 0 | 27 | 14 | 5 | 14B | 50 | 4D |
| Octal | 363 | 225 | 302 | 0 | 47 | 24 | 5 | 513 | 120 | 115 |
| Binary | 11110011 | 10010101 | 11000010 | 0 | 100111 | 10100 | 101 | 101001011 | 1010000 | 1001101 |
Color Harmonies of #F395C2
Complementary color
Monochromatic Colors of #F395C2
Black with #F395C2
Text Example
Text Example
White with #F395C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F395C2; }
p { color: rgb(243,149,194); }
H1.HeaderClassName
{
color: #F395C2;
}
.AnyTagClassName
{
color: #F395C2;
}
</style>
background-color css
<style>
a { background-color: #F395C2; }
a { background-color: rgb(243,149,194); }
div.DivClassName
{
background-color: #F395C2;
}
.BgClassName
{
background-color: #F395C2;
}
</style>
border-color css
<style>
span { border-color: #F395C2; }
span { border-color: rgb(243,149,194); }
td.TdClassName
{
border-color: #F395C2;
}
.TagClassName
{
border-color: #F395C2;
}
</style>