Shades of Violet #F299F3
Tints of Violet #F299F3
RGB
CMYK
RGB Variations
Color information
#F299F3 (or 0xF299F3) is known color: Violet. HEX triplet: F2, 99 and F3. RGB value is (242,153,243). Sum of RGB (Red+Green+Blue) = 242+153+243=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 153 (60.16% from 255 or 23.98% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #F299F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F299F3 is #0D660C. Grayscale: #BDBDBD. Windows color (decimal): -878093 or 15964658. OLE color: 15964658.
HSL color Cylindrical-coordinate representation of color #F299F3: hue angle of 299.33º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F299F3 is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 243 | - |
| CMYK | 0.00 | 0.37 | 0 | 0.05 |
| HSL | 299.33º | 0.79% | 0.78% | - |
| HSV(B) | 299.33º | 0.37% | 0.95% | - |
| XYZ | 64.19 | 48.13 | 90.7 | - |
| YUV | 189.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 243 | 0.00 | 0.37 | 0 | 0.05 | 299.33 | 0.79 | 0.78 |
| Hex | F2 | 99 | F3 | 0 | 25 | 0 | 5 | 12B | 4F | 4E |
| Octal | 362 | 231 | 363 | 0 | 45 | 0 | 5 | 453 | 117 | 116 |
| Binary | 11110010 | 10011001 | 11110011 | 0 | 100101 | 0 | 101 | 100101011 | 1001111 | 1001110 |
Color Harmonies of #F299F3
Complementary color
Monochromatic Colors of #F299F3
Black with #F299F3
Text Example
Text Example
White with #F299F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299F3; }
p { color: rgb(242,153,243); }
H1.HeaderClassName
{
color: #F299F3;
}
.AnyTagClassName
{
color: #F299F3;
}
</style>
background-color css
<style>
a { background-color: #F299F3; }
a { background-color: rgb(242,153,243); }
div.DivClassName
{
background-color: #F299F3;
}
.BgClassName
{
background-color: #F299F3;
}
</style>
border-color css
<style>
span { border-color: #F299F3; }
span { border-color: rgb(242,153,243); }
td.TdClassName
{
border-color: #F299F3;
}
.TagClassName
{
border-color: #F299F3;
}
</style>