Shades of Shocking #F295B9
Tints of Shocking #F295B9
RGB
CMYK
RGB Variations
Color information
#F295B9 (or 0xF295B9) is known color: Shocking. HEX triplet: F2, 95 and B9. RGB value is (242,149,185). Sum of RGB (Red+Green+Blue) = 242+149+185=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F295B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295B9 is #0D6A46. Grayscale: #B4B4B4. Windows color (decimal): -879175 or 12162546. OLE color: 12162546.
HSL color Cylindrical-coordinate representation of color #F295B9: hue angle of 336.77º 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 #F295B9 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 185 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.05 |
| HSL | 336.77º | 0.78% | 0.77% | - |
| HSV(B) | 336.77º | 0.38% | 0.95% | - |
| XYZ | 56.12 | 43.87 | 51.41 | - |
| YUV | 180.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 185 | 0 | 0.38 | 0.24 | 0.05 | 336.77 | 0.78 | 0.77 |
| Hex | F2 | 95 | B9 | 0 | 26 | 18 | 5 | 151 | 4E | 4D |
| Octal | 362 | 225 | 271 | 0 | 46 | 30 | 5 | 521 | 116 | 115 |
| Binary | 11110010 | 10010101 | 10111001 | 0 | 100110 | 11000 | 101 | 101010001 | 1001110 | 1001101 |
Color Harmonies of #F295B9
Complementary color
Monochromatic Colors of #F295B9
Black with #F295B9
Text Example
Text Example
White with #F295B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295B9; }
p { color: rgb(242,149,185); }
H1.HeaderClassName
{
color: #F295B9;
}
.AnyTagClassName
{
color: #F295B9;
}
</style>
background-color css
<style>
a { background-color: #F295B9; }
a { background-color: rgb(242,149,185); }
div.DivClassName
{
background-color: #F295B9;
}
.BgClassName
{
background-color: #F295B9;
}
</style>
border-color css
<style>
span { border-color: #F295B9; }
span { border-color: rgb(242,149,185); }
td.TdClassName
{
border-color: #F295B9;
}
.TagClassName
{
border-color: #F295B9;
}
</style>