Shades of Violet #F298FA
Tints of Violet #F298FA
RGB
CMYK
RGB Variations
Color information
#F298FA (or 0xF298FA) is known color: Violet. HEX triplet: F2, 98 and FA. RGB value is (242,152,250). Sum of RGB (Red+Green+Blue) = 242+152+250=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 152 (59.77% from 255 or 23.60% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #F298FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F298FA is #0D6705. Grayscale: #BDBDBD. Windows color (decimal): -878342 or 16423154. OLE color: 16423154.
HSL color Cylindrical-coordinate representation of color #F298FA: hue angle of 295.1º 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 #F298FA is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 152 | 250 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.02 |
| HSL | 295.1º | 0.91% | 0.79% | - |
| HSV(B) | 295.1º | 0.39% | 0.98% | - |
| XYZ | 65.1 | 48.24 | 96.32 | - |
| YUV | 190.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 250 | 0.03 | 0.39 | 0 | 0.02 | 295.1 | 0.91 | 0.79 |
| Hex | F2 | 98 | FA | 3 | 27 | 0 | 2 | 127 | 5B | 4F |
| Octal | 362 | 230 | 372 | 3 | 47 | 0 | 2 | 447 | 133 | 117 |
| Binary | 11110010 | 10011000 | 11111010 | 11 | 100111 | 0 | 10 | 100100111 | 1011011 | 1001111 |
Color Harmonies of #F298FA
Complementary color
Monochromatic Colors of #F298FA
Black with #F298FA
Text Example
Text Example
White with #F298FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298FA; }
p { color: rgb(242,152,250); }
H1.HeaderClassName
{
color: #F298FA;
}
.AnyTagClassName
{
color: #F298FA;
}
</style>
background-color css
<style>
a { background-color: #F298FA; }
a { background-color: rgb(242,152,250); }
div.DivClassName
{
background-color: #F298FA;
}
.BgClassName
{
background-color: #F298FA;
}
</style>
border-color css
<style>
span { border-color: #F298FA; }
span { border-color: rgb(242,152,250); }
td.TdClassName
{
border-color: #F298FA;
}
.TagClassName
{
border-color: #F298FA;
}
</style>