Shades of Shocking #F294C8
Tints of Shocking #F294C8
RGB
CMYK
RGB Variations
Color information
#F294C8 (or 0xF294C8) is known color: Shocking. HEX triplet: F2, 94 and C8. RGB value is (242,148,200). Sum of RGB (Red+Green+Blue) = 242+148+200=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F294C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294C8 is #0D6B37. Grayscale: #B5B5B5. Windows color (decimal): -879416 or 13145330. OLE color: 13145330.
HSL color Cylindrical-coordinate representation of color #F294C8: hue angle of 326.81º 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 #F294C8 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 200 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.05 |
| HSL | 326.81º | 0.78% | 0.76% | - |
| HSV(B) | 326.81º | 0.39% | 0.95% | - |
| XYZ | 57.63 | 44.23 | 60.14 | - |
| YUV | 182.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 200 | 0 | 0.39 | 0.17 | 0.05 | 326.81 | 0.78 | 0.76 |
| Hex | F2 | 94 | C8 | 0 | 27 | 11 | 5 | 147 | 4E | 4C |
| Octal | 362 | 224 | 310 | 0 | 47 | 21 | 5 | 507 | 116 | 114 |
| Binary | 11110010 | 10010100 | 11001000 | 0 | 100111 | 10001 | 101 | 101000111 | 1001110 | 1001100 |
Color Harmonies of #F294C8
Complementary color
Monochromatic Colors of #F294C8
Black with #F294C8
Text Example
Text Example
White with #F294C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294C8; }
p { color: rgb(242,148,200); }
H1.HeaderClassName
{
color: #F294C8;
}
.AnyTagClassName
{
color: #F294C8;
}
</style>
background-color css
<style>
a { background-color: #F294C8; }
a { background-color: rgb(242,148,200); }
div.DivClassName
{
background-color: #F294C8;
}
.BgClassName
{
background-color: #F294C8;
}
</style>
border-color css
<style>
span { border-color: #F294C8; }
span { border-color: rgb(242,148,200); }
td.TdClassName
{
border-color: #F294C8;
}
.TagClassName
{
border-color: #F294C8;
}
</style>