Shades of Shocking #F293C8
Tints of Shocking #F293C8
RGB
CMYK
RGB Variations
Color information
#F293C8 (or 0xF293C8) is known color: Shocking. HEX triplet: F2, 93 and C8. RGB value is (242,147,200). Sum of RGB (Red+Green+Blue) = 242+147+200=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 242 - color contains mainly: red. Hex color #F293C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293C8 is #0D6C37. Grayscale: #B5B5B5. Windows color (decimal): -879672 or 13145074. OLE color: 13145074.
HSL color Cylindrical-coordinate representation of color #F293C8: hue angle of 326.53º 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 #F293C8 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 200 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.05 |
| HSL | 326.53º | 0.79% | 0.76% | - |
| HSV(B) | 326.53º | 0.39% | 0.95% | - |
| XYZ | 57.48 | 43.91 | 60.09 | - |
| YUV | 181.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 200 | 0 | 0.39 | 0.17 | 0.05 | 326.53 | 0.79 | 0.76 |
| Hex | F2 | 93 | C8 | 0 | 27 | 11 | 5 | 147 | 4F | 4C |
| Octal | 362 | 223 | 310 | 0 | 47 | 21 | 5 | 507 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11001000 | 0 | 100111 | 10001 | 101 | 101000111 | 1001111 | 1001100 |
Color Harmonies of #F293C8
Complementary color
Monochromatic Colors of #F293C8
Black with #F293C8
Text Example
Text Example
White with #F293C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293C8; }
p { color: rgb(242,147,200); }
H1.HeaderClassName
{
color: #F293C8;
}
.AnyTagClassName
{
color: #F293C8;
}
</style>
background-color css
<style>
a { background-color: #F293C8; }
a { background-color: rgb(242,147,200); }
div.DivClassName
{
background-color: #F293C8;
}
.BgClassName
{
background-color: #F293C8;
}
</style>
border-color css
<style>
span { border-color: #F293C8; }
span { border-color: rgb(242,147,200); }
td.TdClassName
{
border-color: #F293C8;
}
.TagClassName
{
border-color: #F293C8;
}
</style>