Shades of Shocking #F191C6
Tints of Shocking #F191C6
RGB
CMYK
RGB Variations
Color information
#F191C6 (or 0xF191C6) is known color: Shocking. HEX triplet: F1, 91 and C6. RGB value is (241,145,198). Sum of RGB (Red+Green+Blue) = 241+145+198=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F191C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191C6 is #0E6E39. Grayscale: #B3B3B3. Windows color (decimal): -945722 or 13013489. OLE color: 13013489.
HSL color Cylindrical-coordinate representation of color #F191C6: hue angle of 326.88º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191C6 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 198 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.05 |
| HSL | 326.88º | 0.77% | 0.76% | - |
| HSV(B) | 326.88º | 0.4% | 0.95% | - |
| XYZ | 56.59 | 43.03 | 58.75 | - |
| YUV | 179.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 198 | 0 | 0.40 | 0.18 | 0.05 | 326.88 | 0.77 | 0.76 |
| Hex | F1 | 91 | C6 | 0 | 28 | 12 | 5 | 147 | 4D | 4C |
| Octal | 361 | 221 | 306 | 0 | 50 | 22 | 5 | 507 | 115 | 114 |
| Binary | 11110001 | 10010001 | 11000110 | 0 | 101000 | 10010 | 101 | 101000111 | 1001101 | 1001100 |
Color Harmonies of #F191C6
Complementary color
Monochromatic Colors of #F191C6
Black with #F191C6
Text Example
Text Example
White with #F191C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191C6; }
p { color: rgb(241,145,198); }
H1.HeaderClassName
{
color: #F191C6;
}
.AnyTagClassName
{
color: #F191C6;
}
</style>
background-color css
<style>
a { background-color: #F191C6; }
a { background-color: rgb(241,145,198); }
div.DivClassName
{
background-color: #F191C6;
}
.BgClassName
{
background-color: #F191C6;
}
</style>
border-color css
<style>
span { border-color: #F191C6; }
span { border-color: rgb(241,145,198); }
td.TdClassName
{
border-color: #F191C6;
}
.TagClassName
{
border-color: #F191C6;
}
</style>