Shades of Shocking #F59CC2
Tints of Shocking #F59CC2
RGB
CMYK
RGB Variations
Color information
#F59CC2 (or 0xF59CC2) is known color: Shocking. HEX triplet: F5, 9C and C2. RGB value is (245,156,194). Sum of RGB (Red+Green+Blue) = 245+156+194=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CC2 is #0A633D. Grayscale: #BABABA. Windows color (decimal): -680766 or 12754165. OLE color: 12754165.
HSL color Cylindrical-coordinate representation of color #F59CC2: hue angle of 334.38º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59CC2 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 194 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.04 |
| HSL | 334.38º | 0.82% | 0.79% | - |
| HSV(B) | 334.38º | 0.36% | 0.96% | - |
| XYZ | 59.28 | 47.08 | 57 | - |
| YUV | 186.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 194 | 0 | 0.36 | 0.21 | 0.04 | 334.38 | 0.82 | 0.79 |
| Hex | F5 | 9C | C2 | 0 | 24 | 15 | 4 | 14E | 52 | 4F |
| Octal | 365 | 234 | 302 | 0 | 44 | 25 | 4 | 516 | 122 | 117 |
| Binary | 11110101 | 10011100 | 11000010 | 0 | 100100 | 10101 | 100 | 101001110 | 1010010 | 1001111 |
Color Harmonies of #F59CC2
Complementary color
Monochromatic Colors of #F59CC2
Black with #F59CC2
Text Example
Text Example
White with #F59CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59CC2; }
p { color: rgb(245,156,194); }
H1.HeaderClassName
{
color: #F59CC2;
}
.AnyTagClassName
{
color: #F59CC2;
}
</style>
background-color css
<style>
a { background-color: #F59CC2; }
a { background-color: rgb(245,156,194); }
div.DivClassName
{
background-color: #F59CC2;
}
.BgClassName
{
background-color: #F59CC2;
}
</style>
border-color css
<style>
span { border-color: #F59CC2; }
span { border-color: rgb(245,156,194); }
td.TdClassName
{
border-color: #F59CC2;
}
.TagClassName
{
border-color: #F59CC2;
}
</style>