Shades of Violet #F187F2
Tints of Violet #F187F2
RGB
CMYK
RGB Variations
Color information
#F187F2 (or 0xF187F2) is known color: Violet. HEX triplet: F1, 87 and F2. RGB value is (241,135,242). Sum of RGB (Red+Green+Blue) = 241+135+242=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 135 (53.12% from 255 or 21.84% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #F187F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F187F2 is #0E780D. Grayscale: #B2B2B2. Windows color (decimal): -948238 or 15894513. OLE color: 15894513.
HSL color Cylindrical-coordinate representation of color #F187F2: hue angle of 299.44º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F187F2 is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 242 | - |
| CMYK | 0.00 | 0.44 | 0 | 0.05 |
| HSL | 299.44º | 0.8% | 0.74% | - |
| HSV(B) | 299.44º | 0.44% | 0.95% | - |
| XYZ | 60.97 | 42.44 | 88.98 | - |
| YUV | 178.89 | 163.62 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 242 | 0.00 | 0.44 | 0 | 0.05 | 299.44 | 0.8 | 0.74 |
| Hex | F1 | 87 | F2 | 0 | 2C | 0 | 5 | 12B | 50 | 4A |
| Octal | 361 | 207 | 362 | 0 | 54 | 0 | 5 | 453 | 120 | 112 |
| Binary | 11110001 | 10000111 | 11110010 | 0 | 101100 | 0 | 101 | 100101011 | 1010000 | 1001010 |
Color Harmonies of #F187F2
Complementary color
Monochromatic Colors of #F187F2
Black with #F187F2
Text Example
Text Example
White with #F187F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F187F2; }
p { color: rgb(241,135,242); }
H1.HeaderClassName
{
color: #F187F2;
}
.AnyTagClassName
{
color: #F187F2;
}
</style>
background-color css
<style>
a { background-color: #F187F2; }
a { background-color: rgb(241,135,242); }
div.DivClassName
{
background-color: #F187F2;
}
.BgClassName
{
background-color: #F187F2;
}
</style>
border-color css
<style>
span { border-color: #F187F2; }
span { border-color: rgb(241,135,242); }
td.TdClassName
{
border-color: #F187F2;
}
.TagClassName
{
border-color: #F187F2;
}
</style>