Shades of Violet #F291FE
Tints of Violet #F291FE
RGB
CMYK
RGB Variations
Color information
#F291FE (or 0xF291FE) is known color: Violet. HEX triplet: F2, 91 and FE. RGB value is (242,145,254). Sum of RGB (Red+Green+Blue) = 242+145+254=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 145 (57.03% from 255 or 22.62% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #F291FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F291FE is #0D6E01. Grayscale: #BABABA. Windows color (decimal): -880130 or 16683506. OLE color: 16683506.
HSL color Cylindrical-coordinate representation of color #F291FE: hue angle of 293.39º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F291FE is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 145 | 254 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.00 |
| HSL | 293.39º | 0.98% | 0.78% | - |
| HSV(B) | 293.39º | 0.43% | 1% | - |
| XYZ | 64.63 | 46.28 | 99.29 | - |
| YUV | 186.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 254 | 0.05 | 0.43 | 0 | 0.00 | 293.39 | 0.98 | 0.78 |
| Hex | F2 | 91 | FE | 5 | 2B | 0 | 0 | 125 | 62 | 4E |
| Octal | 362 | 221 | 376 | 5 | 53 | 0 | 0 | 445 | 142 | 116 |
| Binary | 11110010 | 10010001 | 11111110 | 101 | 101011 | 0 | 0 | 100100101 | 1100010 | 1001110 |
Color Harmonies of #F291FE
Complementary color
Monochromatic Colors of #F291FE
Black with #F291FE
Text Example
Text Example
White with #F291FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F291FE; }
p { color: rgb(242,145,254); }
H1.HeaderClassName
{
color: #F291FE;
}
.AnyTagClassName
{
color: #F291FE;
}
</style>
background-color css
<style>
a { background-color: #F291FE; }
a { background-color: rgb(242,145,254); }
div.DivClassName
{
background-color: #F291FE;
}
.BgClassName
{
background-color: #F291FE;
}
</style>
border-color css
<style>
span { border-color: #F291FE; }
span { border-color: rgb(242,145,254); }
td.TdClassName
{
border-color: #F291FE;
}
.TagClassName
{
border-color: #F291FE;
}
</style>