Shades of Shocking #F295C1
Tints of Shocking #F295C1
RGB
CMYK
RGB Variations
Color information
#F295C1 (or 0xF295C1) is known color: Shocking. HEX triplet: F2, 95 and C1. RGB value is (242,149,193). Sum of RGB (Red+Green+Blue) = 242+149+193=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F295C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F295C1 is #0D6A3E. Grayscale: #B5B5B5. Windows color (decimal): -879167 or 12686834. OLE color: 12686834.
HSL color Cylindrical-coordinate representation of color #F295C1: hue angle of 331.61º 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 #F295C1 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 193 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.05 |
| HSL | 331.61º | 0.78% | 0.77% | - |
| HSV(B) | 331.61º | 0.38% | 0.95% | - |
| XYZ | 56.99 | 44.22 | 55.98 | - |
| YUV | 181.82 | 134.31 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 193 | 0 | 0.38 | 0.20 | 0.05 | 331.61 | 0.78 | 0.77 |
| Hex | F2 | 95 | C1 | 0 | 26 | 14 | 5 | 14C | 4E | 4D |
| Octal | 362 | 225 | 301 | 0 | 46 | 24 | 5 | 514 | 116 | 115 |
| Binary | 11110010 | 10010101 | 11000001 | 0 | 100110 | 10100 | 101 | 101001100 | 1001110 | 1001101 |
Color Harmonies of #F295C1
Complementary color
Monochromatic Colors of #F295C1
Black with #F295C1
Text Example
Text Example
White with #F295C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F295C1; }
p { color: rgb(242,149,193); }
H1.HeaderClassName
{
color: #F295C1;
}
.AnyTagClassName
{
color: #F295C1;
}
</style>
background-color css
<style>
a { background-color: #F295C1; }
a { background-color: rgb(242,149,193); }
div.DivClassName
{
background-color: #F295C1;
}
.BgClassName
{
background-color: #F295C1;
}
</style>
border-color css
<style>
span { border-color: #F295C1; }
span { border-color: rgb(242,149,193); }
td.TdClassName
{
border-color: #F295C1;
}
.TagClassName
{
border-color: #F295C1;
}
</style>