Shades of Violet #F291F7
Tints of Violet #F291F7
RGB
CMYK
RGB Variations
Color information
#F291F7 (or 0xF291F7) is known color: Violet. HEX triplet: F2, 91 and F7. RGB value is (242,145,247). Sum of RGB (Red+Green+Blue) = 242+145+247=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 145 (57.03% from 255 or 22.87% from 634); Blue value is 247 (96.88% from 255 or 38.96% from 634); Max value from RGB is 247 - color contains mainly: blue. Hex color #F291F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F291F7 is #0D6E08. Grayscale: #B9B9B9. Windows color (decimal): -880137 or 16224754. OLE color: 16224754.
HSL color Cylindrical-coordinate representation of color #F291F7: hue angle of 297.06º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F291F7 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 145 | 247 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.03 |
| HSL | 297.06º | 0.86% | 0.77% | - |
| HSV(B) | 297.06º | 0.41% | 0.97% | - |
| XYZ | 63.53 | 45.84 | 93.5 | - |
| YUV | 185.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 247 | 0.02 | 0.41 | 0 | 0.03 | 297.06 | 0.86 | 0.77 |
| Hex | F2 | 91 | F7 | 2 | 29 | 0 | 3 | 129 | 56 | 4D |
| Octal | 362 | 221 | 367 | 2 | 51 | 0 | 3 | 451 | 126 | 115 |
| Binary | 11110010 | 10010001 | 11110111 | 10 | 101001 | 0 | 11 | 100101001 | 1010110 | 1001101 |
Color Harmonies of #F291F7
Complementary color
Monochromatic Colors of #F291F7
Black with #F291F7
Text Example
Text Example
White with #F291F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F291F7; }
p { color: rgb(242,145,247); }
H1.HeaderClassName
{
color: #F291F7;
}
.AnyTagClassName
{
color: #F291F7;
}
</style>
background-color css
<style>
a { background-color: #F291F7; }
a { background-color: rgb(242,145,247); }
div.DivClassName
{
background-color: #F291F7;
}
.BgClassName
{
background-color: #F291F7;
}
</style>
border-color css
<style>
span { border-color: #F291F7; }
span { border-color: rgb(242,145,247); }
td.TdClassName
{
border-color: #F291F7;
}
.TagClassName
{
border-color: #F291F7;
}
</style>