Shades of Shocking #F293BC
Tints of Shocking #F293BC
RGB
CMYK
RGB Variations
Color information
#F293BC (or 0xF293BC) is known color: Shocking. HEX triplet: F2, 93 and BC. RGB value is (242,147,188). Sum of RGB (Red+Green+Blue) = 242+147+188=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F293BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F293BC is #0D6C43. Grayscale: #B4B4B4. Windows color (decimal): -879684 or 12358642. OLE color: 12358642.
HSL color Cylindrical-coordinate representation of color #F293BC: hue angle of 334.11º 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 #F293BC is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 188 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.05 |
| HSL | 334.11º | 0.79% | 0.76% | - |
| HSV(B) | 334.11º | 0.39% | 0.95% | - |
| XYZ | 56.13 | 43.38 | 52.99 | - |
| YUV | 180.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 188 | 0 | 0.39 | 0.22 | 0.05 | 334.11 | 0.79 | 0.76 |
| Hex | F2 | 93 | BC | 0 | 27 | 16 | 5 | 14E | 4F | 4C |
| Octal | 362 | 223 | 274 | 0 | 47 | 26 | 5 | 516 | 117 | 114 |
| Binary | 11110010 | 10010011 | 10111100 | 0 | 100111 | 10110 | 101 | 101001110 | 1001111 | 1001100 |
Color Harmonies of #F293BC
Complementary color
Monochromatic Colors of #F293BC
Black with #F293BC
Text Example
Text Example
White with #F293BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293BC; }
p { color: rgb(242,147,188); }
H1.HeaderClassName
{
color: #F293BC;
}
.AnyTagClassName
{
color: #F293BC;
}
</style>
background-color css
<style>
a { background-color: #F293BC; }
a { background-color: rgb(242,147,188); }
div.DivClassName
{
background-color: #F293BC;
}
.BgClassName
{
background-color: #F293BC;
}
</style>
border-color css
<style>
span { border-color: #F293BC; }
span { border-color: rgb(242,147,188); }
td.TdClassName
{
border-color: #F293BC;
}
.TagClassName
{
border-color: #F293BC;
}
</style>