Shades of Shocking #F294B9
Tints of Shocking #F294B9
RGB
CMYK
RGB Variations
Color information
#F294B9 (or 0xF294B9) is known color: Shocking. HEX triplet: F2, 94 and B9. RGB value is (242,148,185). Sum of RGB (Red+Green+Blue) = 242+148+185=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F294B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294B9 is #0D6B46. Grayscale: #B4B4B4. Windows color (decimal): -879431 or 12162290. OLE color: 12162290.
HSL color Cylindrical-coordinate representation of color #F294B9: hue angle of 336.38º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F294B9 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 185 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.05 |
| HSL | 336.38º | 0.78% | 0.76% | - |
| HSV(B) | 336.38º | 0.39% | 0.95% | - |
| XYZ | 55.96 | 43.56 | 51.36 | - |
| YUV | 180.32 | 130.64 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 185 | 0 | 0.39 | 0.24 | 0.05 | 336.38 | 0.78 | 0.76 |
| Hex | F2 | 94 | B9 | 0 | 27 | 18 | 5 | 150 | 4E | 4C |
| Octal | 362 | 224 | 271 | 0 | 47 | 30 | 5 | 520 | 116 | 114 |
| Binary | 11110010 | 10010100 | 10111001 | 0 | 100111 | 11000 | 101 | 101010000 | 1001110 | 1001100 |
Color Harmonies of #F294B9
Complementary color
Monochromatic Colors of #F294B9
Black with #F294B9
Text Example
Text Example
White with #F294B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294B9; }
p { color: rgb(242,148,185); }
H1.HeaderClassName
{
color: #F294B9;
}
.AnyTagClassName
{
color: #F294B9;
}
</style>
background-color css
<style>
a { background-color: #F294B9; }
a { background-color: rgb(242,148,185); }
div.DivClassName
{
background-color: #F294B9;
}
.BgClassName
{
background-color: #F294B9;
}
</style>
border-color css
<style>
span { border-color: #F294B9; }
span { border-color: rgb(242,148,185); }
td.TdClassName
{
border-color: #F294B9;
}
.TagClassName
{
border-color: #F294B9;
}
</style>