Shades of Shocking #F09FC4
Tints of Shocking #F09FC4
RGB
CMYK
RGB Variations
Color information
#F09FC4 (or 0xF09FC4) is known color: Shocking. HEX triplet: F0, 9F and C4. RGB value is (240,159,196). Sum of RGB (Red+Green+Blue) = 240+159+196=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FC4 is #0F603B. Grayscale: #BBBBBB. Windows color (decimal): -1007676 or 12886000. OLE color: 12886000.
HSL color Cylindrical-coordinate representation of color #F09FC4: hue angle of 332.59º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FC4 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 196 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.06 |
| HSL | 332.59º | 0.73% | 0.78% | - |
| HSV(B) | 332.59º | 0.34% | 0.94% | - |
| XYZ | 58.3 | 47.31 | 58.28 | - |
| YUV | 187.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 196 | 0 | 0.34 | 0.18 | 0.06 | 332.59 | 0.73 | 0.78 |
| Hex | F0 | 9F | C4 | 0 | 22 | 12 | 6 | 14D | 49 | 4E |
| Octal | 360 | 237 | 304 | 0 | 42 | 22 | 6 | 515 | 111 | 116 |
| Binary | 11110000 | 10011111 | 11000100 | 0 | 100010 | 10010 | 110 | 101001101 | 1001001 | 1001110 |
Color Harmonies of #F09FC4
Complementary color
Monochromatic Colors of #F09FC4
Black with #F09FC4
Text Example
Text Example
White with #F09FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FC4; }
p { color: rgb(240,159,196); }
H1.HeaderClassName
{
color: #F09FC4;
}
.AnyTagClassName
{
color: #F09FC4;
}
</style>
background-color css
<style>
a { background-color: #F09FC4; }
a { background-color: rgb(240,159,196); }
div.DivClassName
{
background-color: #F09FC4;
}
.BgClassName
{
background-color: #F09FC4;
}
</style>
border-color css
<style>
span { border-color: #F09FC4; }
span { border-color: rgb(240,159,196); }
td.TdClassName
{
border-color: #F09FC4;
}
.TagClassName
{
border-color: #F09FC4;
}
</style>