Shades of Shocking #F294C7
Tints of Shocking #F294C7
RGB
CMYK
RGB Variations
Color information
#F294C7 (or 0xF294C7) is known color: Shocking. HEX triplet: F2, 94 and C7. RGB value is (242,148,199). Sum of RGB (Red+Green+Blue) = 242+148+199=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F294C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F294C7 is #0D6B38. Grayscale: #B5B5B5. Windows color (decimal): -879417 or 13079794. OLE color: 13079794.
HSL color Cylindrical-coordinate representation of color #F294C7: hue angle of 327.45º 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 #F294C7 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 199 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.05 |
| HSL | 327.45º | 0.78% | 0.76% | - |
| HSV(B) | 327.45º | 0.39% | 0.95% | - |
| XYZ | 57.52 | 44.18 | 59.53 | - |
| YUV | 181.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 199 | 0 | 0.39 | 0.18 | 0.05 | 327.45 | 0.78 | 0.76 |
| Hex | F2 | 94 | C7 | 0 | 27 | 12 | 5 | 147 | 4E | 4C |
| Octal | 362 | 224 | 307 | 0 | 47 | 22 | 5 | 507 | 116 | 114 |
| Binary | 11110010 | 10010100 | 11000111 | 0 | 100111 | 10010 | 101 | 101000111 | 1001110 | 1001100 |
Color Harmonies of #F294C7
Complementary color
Monochromatic Colors of #F294C7
Black with #F294C7
Text Example
Text Example
White with #F294C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F294C7; }
p { color: rgb(242,148,199); }
H1.HeaderClassName
{
color: #F294C7;
}
.AnyTagClassName
{
color: #F294C7;
}
</style>
background-color css
<style>
a { background-color: #F294C7; }
a { background-color: rgb(242,148,199); }
div.DivClassName
{
background-color: #F294C7;
}
.BgClassName
{
background-color: #F294C7;
}
</style>
border-color css
<style>
span { border-color: #F294C7; }
span { border-color: rgb(242,148,199); }
td.TdClassName
{
border-color: #F294C7;
}
.TagClassName
{
border-color: #F294C7;
}
</style>