Shades of Shocking #F295C6
Tints of Shocking #F295C6
RGB
CMYK
RGB Variations
Color information
#F295C6 (or 0xF295C6) is known color: Shocking. HEX triplet: F2, 95 and C6. RGB value is (242,149,198). Sum of RGB (Red+Green+Blue) = 242+149+198=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F295C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295C6 is #0D6A39. Grayscale: #B6B6B6. Windows color (decimal): -879162 or 13014514. OLE color: 13014514.
HSL color Cylindrical-coordinate representation of color #F295C6: hue angle of 328.39º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F295C6 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 198 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.05 |
| HSL | 328.39º | 0.78% | 0.77% | - |
| HSV(B) | 328.39º | 0.38% | 0.95% | - |
| XYZ | 57.56 | 44.45 | 58.97 | - |
| YUV | 182.39 | 136.81 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 198 | 0 | 0.38 | 0.18 | 0.05 | 328.39 | 0.78 | 0.77 |
| Hex | F2 | 95 | C6 | 0 | 26 | 12 | 5 | 148 | 4E | 4D |
| Octal | 362 | 225 | 306 | 0 | 46 | 22 | 5 | 510 | 116 | 115 |
| Binary | 11110010 | 10010101 | 11000110 | 0 | 100110 | 10010 | 101 | 101001000 | 1001110 | 1001101 |
Color Harmonies of #F295C6
Complementary color
Monochromatic Colors of #F295C6
Black with #F295C6
Text Example
Text Example
White with #F295C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295C6; }
p { color: rgb(242,149,198); }
H1.HeaderClassName
{
color: #F295C6;
}
.AnyTagClassName
{
color: #F295C6;
}
</style>
background-color css
<style>
a { background-color: #F295C6; }
a { background-color: rgb(242,149,198); }
div.DivClassName
{
background-color: #F295C6;
}
.BgClassName
{
background-color: #F295C6;
}
</style>
border-color css
<style>
span { border-color: #F295C6; }
span { border-color: rgb(242,149,198); }
td.TdClassName
{
border-color: #F295C6;
}
.TagClassName
{
border-color: #F295C6;
}
</style>