Shades of Shocking #F195C3
Tints of Shocking #F195C3
RGB
CMYK
RGB Variations
Color information
#F195C3 (or 0xF195C3) is known color: Shocking. HEX triplet: F1, 95 and C3. RGB value is (241,149,195). Sum of RGB (Red+Green+Blue) = 241+149+195=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F195C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195C3 is #0E6A3C. Grayscale: #B5B5B5. Windows color (decimal): -944701 or 12817905. OLE color: 12817905.
HSL color Cylindrical-coordinate representation of color #F195C3: hue angle of 330º 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 #F195C3 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 195 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.05 |
| HSL | 330º | 0.77% | 0.76% | - |
| HSV(B) | 330º | 0.38% | 0.95% | - |
| XYZ | 56.87 | 44.14 | 57.15 | - |
| YUV | 181.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 195 | 0 | 0.38 | 0.19 | 0.05 | 330 | 0.77 | 0.76 |
| Hex | F1 | 95 | C3 | 0 | 26 | 13 | 5 | 14A | 4D | 4C |
| Octal | 361 | 225 | 303 | 0 | 46 | 23 | 5 | 512 | 115 | 114 |
| Binary | 11110001 | 10010101 | 11000011 | 0 | 100110 | 10011 | 101 | 101001010 | 1001101 | 1001100 |
Color Harmonies of #F195C3
Complementary color
Monochromatic Colors of #F195C3
Black with #F195C3
Text Example
Text Example
White with #F195C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F195C3; }
p { color: rgb(241,149,195); }
H1.HeaderClassName
{
color: #F195C3;
}
.AnyTagClassName
{
color: #F195C3;
}
</style>
background-color css
<style>
a { background-color: #F195C3; }
a { background-color: rgb(241,149,195); }
div.DivClassName
{
background-color: #F195C3;
}
.BgClassName
{
background-color: #F195C3;
}
</style>
border-color css
<style>
span { border-color: #F195C3; }
span { border-color: rgb(241,149,195); }
td.TdClassName
{
border-color: #F195C3;
}
.TagClassName
{
border-color: #F195C3;
}
</style>