Shades of Violet #F299F0
Tints of Violet #F299F0
RGB
CMYK
RGB Variations
Color information
#F299F0 (or 0xF299F0) is known color: Violet. HEX triplet: F2, 99 and F0. RGB value is (242,153,240). Sum of RGB (Red+Green+Blue) = 242+153+240=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 153 (60.16% from 255 or 24.09% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F299F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F299F0 is #0D660F. Grayscale: #BDBDBD. Windows color (decimal): -878096 or 15768050. OLE color: 15768050.
HSL color Cylindrical-coordinate representation of color #F299F0: hue angle of 301.35º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F299F0 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 240 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.05 |
| HSL | 301.35º | 0.77% | 0.77% | - |
| HSV(B) | 301.35º | 0.37% | 0.95% | - |
| XYZ | 63.74 | 47.95 | 88.33 | - |
| YUV | 189.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 240 | 0 | 0.37 | 0.01 | 0.05 | 301.35 | 0.77 | 0.77 |
| Hex | F2 | 99 | F0 | 0 | 25 | 1 | 5 | 12D | 4D | 4D |
| Octal | 362 | 231 | 360 | 0 | 45 | 1 | 5 | 455 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11110000 | 0 | 100101 | 1 | 101 | 100101101 | 1001101 | 1001101 |
Color Harmonies of #F299F0
Complementary color
Monochromatic Colors of #F299F0
Black with #F299F0
Text Example
Text Example
White with #F299F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299F0; }
p { color: rgb(242,153,240); }
H1.HeaderClassName
{
color: #F299F0;
}
.AnyTagClassName
{
color: #F299F0;
}
</style>
background-color css
<style>
a { background-color: #F299F0; }
a { background-color: rgb(242,153,240); }
div.DivClassName
{
background-color: #F299F0;
}
.BgClassName
{
background-color: #F299F0;
}
</style>
border-color css
<style>
span { border-color: #F299F0; }
span { border-color: rgb(242,153,240); }
td.TdClassName
{
border-color: #F299F0;
}
.TagClassName
{
border-color: #F299F0;
}
</style>