Shades of Violet #F299FA
Tints of Violet #F299FA
RGB
CMYK
RGB Variations
Color information
#F299FA (or 0xF299FA) is known color: Violet. HEX triplet: F2, 99 and FA. RGB value is (242,153,250). Sum of RGB (Red+Green+Blue) = 242+153+250=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 153 (60.16% from 255 or 23.72% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #F299FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F299FA is #0D6605. Grayscale: #BEBEBE. Windows color (decimal): -878086 or 16423410. OLE color: 16423410.
HSL color Cylindrical-coordinate representation of color #F299FA: hue angle of 295.05º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F299FA is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 153 | 250 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.02 |
| HSL | 295.05º | 0.91% | 0.79% | - |
| HSV(B) | 295.05º | 0.39% | 0.98% | - |
| XYZ | 65.26 | 48.56 | 96.38 | - |
| YUV | 190.67 | 161.49 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 250 | 0.03 | 0.39 | 0 | 0.02 | 295.05 | 0.91 | 0.79 |
| Hex | F2 | 99 | FA | 3 | 27 | 0 | 2 | 127 | 5B | 4F |
| Octal | 362 | 231 | 372 | 3 | 47 | 0 | 2 | 447 | 133 | 117 |
| Binary | 11110010 | 10011001 | 11111010 | 11 | 100111 | 0 | 10 | 100100111 | 1011011 | 1001111 |
Color Harmonies of #F299FA
Complementary color
Monochromatic Colors of #F299FA
Black with #F299FA
Text Example
Text Example
White with #F299FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299FA; }
p { color: rgb(242,153,250); }
H1.HeaderClassName
{
color: #F299FA;
}
.AnyTagClassName
{
color: #F299FA;
}
</style>
background-color css
<style>
a { background-color: #F299FA; }
a { background-color: rgb(242,153,250); }
div.DivClassName
{
background-color: #F299FA;
}
.BgClassName
{
background-color: #F299FA;
}
</style>
border-color css
<style>
span { border-color: #F299FA; }
span { border-color: rgb(242,153,250); }
td.TdClassName
{
border-color: #F299FA;
}
.TagClassName
{
border-color: #F299FA;
}
</style>