Shades of Shocking #F094C9
Tints of Shocking #F094C9
RGB
CMYK
RGB Variations
Color information
#F094C9 (or 0xF094C9) is known color: Shocking. HEX triplet: F0, 94 and C9. RGB value is (240,148,201). Sum of RGB (Red+Green+Blue) = 240+148+201=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F094C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F094C9 is #0F6B36. Grayscale: #B5B5B5. Windows color (decimal): -1010487 or 13210864. OLE color: 13210864.
HSL color Cylindrical-coordinate representation of color #F094C9: hue angle of 325.43º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F094C9 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 148 | 201 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.06 |
| HSL | 325.43º | 0.75% | 0.76% | - |
| HSV(B) | 325.43º | 0.38% | 0.94% | - |
| XYZ | 57.07 | 43.92 | 60.73 | - |
| YUV | 181.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 201 | 0 | 0.38 | 0.16 | 0.06 | 325.43 | 0.75 | 0.76 |
| Hex | F0 | 94 | C9 | 0 | 26 | 10 | 6 | 145 | 4B | 4C |
| Octal | 360 | 224 | 311 | 0 | 46 | 20 | 6 | 505 | 113 | 114 |
| Binary | 11110000 | 10010100 | 11001001 | 0 | 100110 | 10000 | 110 | 101000101 | 1001011 | 1001100 |
Color Harmonies of #F094C9
Complementary color
Monochromatic Colors of #F094C9
Black with #F094C9
Text Example
Text Example
White with #F094C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F094C9; }
p { color: rgb(240,148,201); }
H1.HeaderClassName
{
color: #F094C9;
}
.AnyTagClassName
{
color: #F094C9;
}
</style>
background-color css
<style>
a { background-color: #F094C9; }
a { background-color: rgb(240,148,201); }
div.DivClassName
{
background-color: #F094C9;
}
.BgClassName
{
background-color: #F094C9;
}
</style>
border-color css
<style>
span { border-color: #F094C9; }
span { border-color: rgb(240,148,201); }
td.TdClassName
{
border-color: #F094C9;
}
.TagClassName
{
border-color: #F094C9;
}
</style>