Shades of Shocking #F293B9
Tints of Shocking #F293B9
RGB
CMYK
RGB Variations
Color information
#F293B9 (or 0xF293B9) is known color: Shocking. HEX triplet: F2, 93 and B9. RGB value is (242,147,185). Sum of RGB (Red+Green+Blue) = 242+147+185=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F293B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293B9 is #0D6C46. Grayscale: #B3B3B3. Windows color (decimal): -879687 or 12162034. OLE color: 12162034.
HSL color Cylindrical-coordinate representation of color #F293B9: hue angle of 336º 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 #F293B9 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 185 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.05 |
| HSL | 336º | 0.79% | 0.76% | - |
| HSV(B) | 336º | 0.39% | 0.95% | - |
| XYZ | 55.81 | 43.25 | 51.31 | - |
| YUV | 179.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 185 | 0 | 0.39 | 0.24 | 0.05 | 336 | 0.79 | 0.76 |
| Hex | F2 | 93 | B9 | 0 | 27 | 18 | 5 | 150 | 4F | 4C |
| Octal | 362 | 223 | 271 | 0 | 47 | 30 | 5 | 520 | 117 | 114 |
| Binary | 11110010 | 10010011 | 10111001 | 0 | 100111 | 11000 | 101 | 101010000 | 1001111 | 1001100 |
Color Harmonies of #F293B9
Complementary color
Monochromatic Colors of #F293B9
Black with #F293B9
Text Example
Text Example
White with #F293B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293B9; }
p { color: rgb(242,147,185); }
H1.HeaderClassName
{
color: #F293B9;
}
.AnyTagClassName
{
color: #F293B9;
}
</style>
background-color css
<style>
a { background-color: #F293B9; }
a { background-color: rgb(242,147,185); }
div.DivClassName
{
background-color: #F293B9;
}
.BgClassName
{
background-color: #F293B9;
}
</style>
border-color css
<style>
span { border-color: #F293B9; }
span { border-color: rgb(242,147,185); }
td.TdClassName
{
border-color: #F293B9;
}
.TagClassName
{
border-color: #F293B9;
}
</style>