Shades of Shocking #F293C4
Tints of Shocking #F293C4
RGB
CMYK
RGB Variations
Color information
#F293C4 (or 0xF293C4) is known color: Shocking. HEX triplet: F2, 93 and C4. RGB value is (242,147,196). Sum of RGB (Red+Green+Blue) = 242+147+196=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F293C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293C4 is #0D6C3B. Grayscale: #B4B4B4. Windows color (decimal): -879676 or 12882930. OLE color: 12882930.
HSL color Cylindrical-coordinate representation of color #F293C4: hue angle of 329.05º 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 #F293C4 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 196 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.05 |
| HSL | 329.05º | 0.79% | 0.76% | - |
| HSV(B) | 329.05º | 0.39% | 0.95% | - |
| XYZ | 57.02 | 43.73 | 57.66 | - |
| YUV | 180.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 196 | 0 | 0.39 | 0.19 | 0.05 | 329.05 | 0.79 | 0.76 |
| Hex | F2 | 93 | C4 | 0 | 27 | 13 | 5 | 149 | 4F | 4C |
| Octal | 362 | 223 | 304 | 0 | 47 | 23 | 5 | 511 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11000100 | 0 | 100111 | 10011 | 101 | 101001001 | 1001111 | 1001100 |
Color Harmonies of #F293C4
Complementary color
Monochromatic Colors of #F293C4
Black with #F293C4
Text Example
Text Example
White with #F293C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293C4; }
p { color: rgb(242,147,196); }
H1.HeaderClassName
{
color: #F293C4;
}
.AnyTagClassName
{
color: #F293C4;
}
</style>
background-color css
<style>
a { background-color: #F293C4; }
a { background-color: rgb(242,147,196); }
div.DivClassName
{
background-color: #F293C4;
}
.BgClassName
{
background-color: #F293C4;
}
</style>
border-color css
<style>
span { border-color: #F293C4; }
span { border-color: rgb(242,147,196); }
td.TdClassName
{
border-color: #F293C4;
}
.TagClassName
{
border-color: #F293C4;
}
</style>