Shades of Shocking #F08FC1
Tints of Shocking #F08FC1
RGB
CMYK
RGB Variations
Color information
#F08FC1 (or 0xF08FC1) is known color: Shocking. HEX triplet: F0, 8F and C1. RGB value is (240,143,193). Sum of RGB (Red+Green+Blue) = 240+143+193=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FC1 is #0F703E. Grayscale: #B1B1B1. Windows color (decimal): -1011775 or 12685296. OLE color: 12685296.
HSL color Cylindrical-coordinate representation of color #F08FC1: hue angle of 329.07º 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 #F08FC1 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 193 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.06 |
| HSL | 329.07º | 0.76% | 0.75% | - |
| HSV(B) | 329.07º | 0.4% | 0.94% | - |
| XYZ | 55.38 | 42.02 | 55.64 | - |
| YUV | 177.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 193 | 0 | 0.40 | 0.20 | 0.06 | 329.07 | 0.76 | 0.75 |
| Hex | F0 | 8F | C1 | 0 | 28 | 14 | 6 | 149 | 4C | 4B |
| Octal | 360 | 217 | 301 | 0 | 50 | 24 | 6 | 511 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11000001 | 0 | 101000 | 10100 | 110 | 101001001 | 1001100 | 1001011 |
Color Harmonies of #F08FC1
Complementary color
Monochromatic Colors of #F08FC1
Black with #F08FC1
Text Example
Text Example
White with #F08FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FC1; }
p { color: rgb(240,143,193); }
H1.HeaderClassName
{
color: #F08FC1;
}
.AnyTagClassName
{
color: #F08FC1;
}
</style>
background-color css
<style>
a { background-color: #F08FC1; }
a { background-color: rgb(240,143,193); }
div.DivClassName
{
background-color: #F08FC1;
}
.BgClassName
{
background-color: #F08FC1;
}
</style>
border-color css
<style>
span { border-color: #F08FC1; }
span { border-color: rgb(240,143,193); }
td.TdClassName
{
border-color: #F08FC1;
}
.TagClassName
{
border-color: #F08FC1;
}
</style>