Shades of Shocking #F08FC2
Tints of Shocking #F08FC2
RGB
CMYK
RGB Variations
Color information
#F08FC2 (or 0xF08FC2) is known color: Shocking. HEX triplet: F0, 8F and C2. RGB value is (240,143,194). Sum of RGB (Red+Green+Blue) = 240+143+194=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FC2 is #0F703D. Grayscale: #B1B1B1. Windows color (decimal): -1011774 or 12750832. OLE color: 12750832.
HSL color Cylindrical-coordinate representation of color #F08FC2: hue angle of 328.45º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FC2 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 194 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.06 |
| HSL | 328.45º | 0.76% | 0.75% | - |
| HSV(B) | 328.45º | 0.4% | 0.94% | - |
| XYZ | 55.5 | 42.07 | 56.23 | - |
| YUV | 177.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 194 | 0 | 0.40 | 0.19 | 0.06 | 328.45 | 0.76 | 0.75 |
| Hex | F0 | 8F | C2 | 0 | 28 | 13 | 6 | 148 | 4C | 4B |
| Octal | 360 | 217 | 302 | 0 | 50 | 23 | 6 | 510 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11000010 | 0 | 101000 | 10011 | 110 | 101001000 | 1001100 | 1001011 |
Color Harmonies of #F08FC2
Complementary color
Monochromatic Colors of #F08FC2
Black with #F08FC2
Text Example
Text Example
White with #F08FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FC2; }
p { color: rgb(240,143,194); }
H1.HeaderClassName
{
color: #F08FC2;
}
.AnyTagClassName
{
color: #F08FC2;
}
</style>
background-color css
<style>
a { background-color: #F08FC2; }
a { background-color: rgb(240,143,194); }
div.DivClassName
{
background-color: #F08FC2;
}
.BgClassName
{
background-color: #F08FC2;
}
</style>
border-color css
<style>
span { border-color: #F08FC2; }
span { border-color: rgb(240,143,194); }
td.TdClassName
{
border-color: #F08FC2;
}
.TagClassName
{
border-color: #F08FC2;
}
</style>