Shades of Shocking #F293C5
Tints of Shocking #F293C5
RGB
CMYK
RGB Variations
Color information
#F293C5 (or 0xF293C5) is known color: Shocking. HEX triplet: F2, 93 and C5. RGB value is (242,147,197). Sum of RGB (Red+Green+Blue) = 242+147+197=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F293C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293C5 is #0D6C3A. Grayscale: #B5B5B5. Windows color (decimal): -879675 or 12948466. OLE color: 12948466.
HSL color Cylindrical-coordinate representation of color #F293C5: hue angle of 328.42º degrees, saturation: 0.79, 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 #F293C5 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 197 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.05 |
| HSL | 328.42º | 0.79% | 0.76% | - |
| HSV(B) | 328.42º | 0.39% | 0.95% | - |
| XYZ | 57.13 | 43.78 | 58.26 | - |
| YUV | 181.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 197 | 0 | 0.39 | 0.19 | 0.05 | 328.42 | 0.79 | 0.76 |
| Hex | F2 | 93 | C5 | 0 | 27 | 13 | 5 | 148 | 4F | 4C |
| Octal | 362 | 223 | 305 | 0 | 47 | 23 | 5 | 510 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11000101 | 0 | 100111 | 10011 | 101 | 101001000 | 1001111 | 1001100 |
Color Harmonies of #F293C5
Complementary color
Monochromatic Colors of #F293C5
Black with #F293C5
Text Example
Text Example
White with #F293C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293C5; }
p { color: rgb(242,147,197); }
H1.HeaderClassName
{
color: #F293C5;
}
.AnyTagClassName
{
color: #F293C5;
}
</style>
background-color css
<style>
a { background-color: #F293C5; }
a { background-color: rgb(242,147,197); }
div.DivClassName
{
background-color: #F293C5;
}
.BgClassName
{
background-color: #F293C5;
}
</style>
border-color css
<style>
span { border-color: #F293C5; }
span { border-color: rgb(242,147,197); }
td.TdClassName
{
border-color: #F293C5;
}
.TagClassName
{
border-color: #F293C5;
}
</style>