Shades of Shocking #F295BD
Tints of Shocking #F295BD
RGB
CMYK
RGB Variations
Color information
#F295BD (or 0xF295BD) is known color: Shocking. HEX triplet: F2, 95 and BD. RGB value is (242,149,189). Sum of RGB (Red+Green+Blue) = 242+149+189=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F295BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295BD is #0D6A42. Grayscale: #B5B5B5. Windows color (decimal): -879171 or 12424690. OLE color: 12424690.
HSL color Cylindrical-coordinate representation of color #F295BD: hue angle of 334.19º 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 #F295BD is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 189 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.05 |
| HSL | 334.19º | 0.78% | 0.77% | - |
| HSV(B) | 334.19º | 0.38% | 0.95% | - |
| XYZ | 56.55 | 44.05 | 53.67 | - |
| YUV | 181.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 189 | 0 | 0.38 | 0.22 | 0.05 | 334.19 | 0.78 | 0.77 |
| Hex | F2 | 95 | BD | 0 | 26 | 16 | 5 | 14E | 4E | 4D |
| Octal | 362 | 225 | 275 | 0 | 46 | 26 | 5 | 516 | 116 | 115 |
| Binary | 11110010 | 10010101 | 10111101 | 0 | 100110 | 10110 | 101 | 101001110 | 1001110 | 1001101 |
Color Harmonies of #F295BD
Complementary color
Monochromatic Colors of #F295BD
Black with #F295BD
Text Example
Text Example
White with #F295BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295BD; }
p { color: rgb(242,149,189); }
H1.HeaderClassName
{
color: #F295BD;
}
.AnyTagClassName
{
color: #F295BD;
}
</style>
background-color css
<style>
a { background-color: #F295BD; }
a { background-color: rgb(242,149,189); }
div.DivClassName
{
background-color: #F295BD;
}
.BgClassName
{
background-color: #F295BD;
}
</style>
border-color css
<style>
span { border-color: #F295BD; }
span { border-color: rgb(242,149,189); }
td.TdClassName
{
border-color: #F295BD;
}
.TagClassName
{
border-color: #F295BD;
}
</style>