Shades of Violet #F299FD
Tints of Violet #F299FD
RGB
CMYK
RGB Variations
Color information
#F299FD (or 0xF299FD) is known color: Violet. HEX triplet: F2, 99 and FD. RGB value is (242,153,253). Sum of RGB (Red+Green+Blue) = 242+153+253=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 153 (60.16% from 255 or 23.61% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #F299FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F299FD is #0D6602. Grayscale: #BEBEBE. Windows color (decimal): -878083 or 16620018. OLE color: 16620018.
HSL color Cylindrical-coordinate representation of color #F299FD: hue angle of 293.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F299FD is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 153 | 253 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.01 |
| HSL | 293.4º | 0.96% | 0.8% | - |
| HSV(B) | 293.4º | 0.4% | 0.99% | - |
| XYZ | 65.74 | 48.75 | 98.87 | - |
| YUV | 191.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 253 | 0.04 | 0.40 | 0 | 0.01 | 293.4 | 0.96 | 0.8 |
| Hex | F2 | 99 | FD | 4 | 28 | 0 | 1 | 125 | 60 | 50 |
| Octal | 362 | 231 | 375 | 4 | 50 | 0 | 1 | 445 | 140 | 120 |
| Binary | 11110010 | 10011001 | 11111101 | 100 | 101000 | 0 | 1 | 100100101 | 1100000 | 1010000 |
Color Harmonies of #F299FD
Complementary color
Monochromatic Colors of #F299FD
Black with #F299FD
Text Example
Text Example
White with #F299FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299FD; }
p { color: rgb(242,153,253); }
H1.HeaderClassName
{
color: #F299FD;
}
.AnyTagClassName
{
color: #F299FD;
}
</style>
background-color css
<style>
a { background-color: #F299FD; }
a { background-color: rgb(242,153,253); }
div.DivClassName
{
background-color: #F299FD;
}
.BgClassName
{
background-color: #F299FD;
}
</style>
border-color css
<style>
span { border-color: #F299FD; }
span { border-color: rgb(242,153,253); }
td.TdClassName
{
border-color: #F299FD;
}
.TagClassName
{
border-color: #F299FD;
}
</style>