Shades of Shocking #F295BA
Tints of Shocking #F295BA
RGB
CMYK
RGB Variations
Color information
#F295BA (or 0xF295BA) is known color: Shocking. HEX triplet: F2, 95 and BA. RGB value is (242,149,186). Sum of RGB (Red+Green+Blue) = 242+149+186=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F295BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295BA is #0D6A45. Grayscale: #B4B4B4. Windows color (decimal): -879174 or 12228082. OLE color: 12228082.
HSL color Cylindrical-coordinate representation of color #F295BA: hue angle of 336.13º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F295BA is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 186 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.05 |
| HSL | 336.13º | 0.78% | 0.77% | - |
| HSV(B) | 336.13º | 0.38% | 0.95% | - |
| XYZ | 56.23 | 43.92 | 51.97 | - |
| YUV | 181.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 186 | 0 | 0.38 | 0.23 | 0.05 | 336.13 | 0.78 | 0.77 |
| Hex | F2 | 95 | BA | 0 | 26 | 17 | 5 | 150 | 4E | 4D |
| Octal | 362 | 225 | 272 | 0 | 46 | 27 | 5 | 520 | 116 | 115 |
| Binary | 11110010 | 10010101 | 10111010 | 0 | 100110 | 10111 | 101 | 101010000 | 1001110 | 1001101 |
Color Harmonies of #F295BA
Complementary color
Monochromatic Colors of #F295BA
Black with #F295BA
Text Example
Text Example
White with #F295BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295BA; }
p { color: rgb(242,149,186); }
H1.HeaderClassName
{
color: #F295BA;
}
.AnyTagClassName
{
color: #F295BA;
}
</style>
background-color css
<style>
a { background-color: #F295BA; }
a { background-color: rgb(242,149,186); }
div.DivClassName
{
background-color: #F295BA;
}
.BgClassName
{
background-color: #F295BA;
}
</style>
border-color css
<style>
span { border-color: #F295BA; }
span { border-color: rgb(242,149,186); }
td.TdClassName
{
border-color: #F295BA;
}
.TagClassName
{
border-color: #F295BA;
}
</style>