Shades of Violet #F298FD
Tints of Violet #F298FD
RGB
CMYK
RGB Variations
Color information
#F298FD (or 0xF298FD) is known color: Violet. HEX triplet: F2, 98 and FD. RGB value is (242,152,253). Sum of RGB (Red+Green+Blue) = 242+152+253=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 152 (59.77% from 255 or 23.49% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #F298FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F298FD is #0D6702. Grayscale: #BEBEBE. Windows color (decimal): -878339 or 16619762. OLE color: 16619762.
HSL color Cylindrical-coordinate representation of color #F298FD: hue angle of 293.47º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F298FD is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 152 | 253 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.01 |
| HSL | 293.47º | 0.96% | 0.79% | - |
| HSV(B) | 293.47º | 0.4% | 0.99% | - |
| XYZ | 65.58 | 48.43 | 98.82 | - |
| YUV | 190.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 253 | 0.04 | 0.40 | 0 | 0.01 | 293.47 | 0.96 | 0.79 |
| Hex | F2 | 98 | FD | 4 | 28 | 0 | 1 | 125 | 60 | 4F |
| Octal | 362 | 230 | 375 | 4 | 50 | 0 | 1 | 445 | 140 | 117 |
| Binary | 11110010 | 10011000 | 11111101 | 100 | 101000 | 0 | 1 | 100100101 | 1100000 | 1001111 |
Color Harmonies of #F298FD
Complementary color
Monochromatic Colors of #F298FD
Black with #F298FD
Text Example
Text Example
White with #F298FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298FD; }
p { color: rgb(242,152,253); }
H1.HeaderClassName
{
color: #F298FD;
}
.AnyTagClassName
{
color: #F298FD;
}
</style>
background-color css
<style>
a { background-color: #F298FD; }
a { background-color: rgb(242,152,253); }
div.DivClassName
{
background-color: #F298FD;
}
.BgClassName
{
background-color: #F298FD;
}
</style>
border-color css
<style>
span { border-color: #F298FD; }
span { border-color: rgb(242,152,253); }
td.TdClassName
{
border-color: #F298FD;
}
.TagClassName
{
border-color: #F298FD;
}
</style>