Shades of Shocking #F195C5
Tints of Shocking #F195C5
RGB
CMYK
RGB Variations
Color information
#F195C5 (or 0xF195C5) is known color: Shocking. HEX triplet: F1, 95 and C5. RGB value is (241,149,197). Sum of RGB (Red+Green+Blue) = 241+149+197=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F195C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195C5 is #0E6A3A. Grayscale: #B5B5B5. Windows color (decimal): -944699 or 12948977. OLE color: 12948977.
HSL color Cylindrical-coordinate representation of color #F195C5: hue angle of 328.7º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F195C5 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 197 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.05 |
| HSL | 328.7º | 0.77% | 0.76% | - |
| HSV(B) | 328.7º | 0.38% | 0.95% | - |
| XYZ | 57.1 | 44.23 | 58.35 | - |
| YUV | 181.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 197 | 0 | 0.38 | 0.18 | 0.05 | 328.7 | 0.77 | 0.76 |
| Hex | F1 | 95 | C5 | 0 | 26 | 12 | 5 | 149 | 4D | 4C |
| Octal | 361 | 225 | 305 | 0 | 46 | 22 | 5 | 511 | 115 | 114 |
| Binary | 11110001 | 10010101 | 11000101 | 0 | 100110 | 10010 | 101 | 101001001 | 1001101 | 1001100 |
Color Harmonies of #F195C5
Complementary color
Monochromatic Colors of #F195C5
Black with #F195C5
Text Example
Text Example
White with #F195C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F195C5; }
p { color: rgb(241,149,197); }
H1.HeaderClassName
{
color: #F195C5;
}
.AnyTagClassName
{
color: #F195C5;
}
</style>
background-color css
<style>
a { background-color: #F195C5; }
a { background-color: rgb(241,149,197); }
div.DivClassName
{
background-color: #F195C5;
}
.BgClassName
{
background-color: #F195C5;
}
</style>
border-color css
<style>
span { border-color: #F195C5; }
span { border-color: rgb(241,149,197); }
td.TdClassName
{
border-color: #F195C5;
}
.TagClassName
{
border-color: #F195C5;
}
</style>