Shades of Shocking #F194CA
Tints of Shocking #F194CA
RGB
CMYK
RGB Variations
Color information
#F194CA (or 0xF194CA) is known color: Shocking. HEX triplet: F1, 94 and CA. RGB value is (241,148,202). Sum of RGB (Red+Green+Blue) = 241+148+202=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F194CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F194CA is #0E6B35. Grayscale: #B5B5B5. Windows color (decimal): -944950 or 13276401. OLE color: 13276401.
HSL color Cylindrical-coordinate representation of color #F194CA: hue angle of 325.16º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F194CA is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 202 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.05 |
| HSL | 325.16º | 0.77% | 0.76% | - |
| HSV(B) | 325.16º | 0.39% | 0.95% | - |
| XYZ | 57.53 | 44.14 | 61.37 | - |
| YUV | 181.96 | 139.31 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 202 | 0 | 0.39 | 0.16 | 0.05 | 325.16 | 0.77 | 0.76 |
| Hex | F1 | 94 | CA | 0 | 27 | 10 | 5 | 145 | 4D | 4C |
| Octal | 361 | 224 | 312 | 0 | 47 | 20 | 5 | 505 | 115 | 114 |
| Binary | 11110001 | 10010100 | 11001010 | 0 | 100111 | 10000 | 101 | 101000101 | 1001101 | 1001100 |
Color Harmonies of #F194CA
Complementary color
Monochromatic Colors of #F194CA
Black with #F194CA
Text Example
Text Example
White with #F194CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F194CA; }
p { color: rgb(241,148,202); }
H1.HeaderClassName
{
color: #F194CA;
}
.AnyTagClassName
{
color: #F194CA;
}
</style>
background-color css
<style>
a { background-color: #F194CA; }
a { background-color: rgb(241,148,202); }
div.DivClassName
{
background-color: #F194CA;
}
.BgClassName
{
background-color: #F194CA;
}
</style>
border-color css
<style>
span { border-color: #F194CA; }
span { border-color: rgb(241,148,202); }
td.TdClassName
{
border-color: #F194CA;
}
.TagClassName
{
border-color: #F194CA;
}
</style>