Shades of Violet #F298FB
Tints of Violet #F298FB
RGB
CMYK
RGB Variations
Color information
#F298FB (or 0xF298FB) is known color: Violet. HEX triplet: F2, 98 and FB. RGB value is (242,152,251). Sum of RGB (Red+Green+Blue) = 242+152+251=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 152 (59.77% from 255 or 23.57% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #F298FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F298FB is #0D6704. Grayscale: #BDBDBD. Windows color (decimal): -878341 or 16488690. OLE color: 16488690.
HSL color Cylindrical-coordinate representation of color #F298FB: hue angle of 294.55º degrees, saturation: 0.93, 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 #F298FB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 152 | 251 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.02 |
| HSL | 294.55º | 0.93% | 0.79% | - |
| HSV(B) | 294.55º | 0.39% | 0.98% | - |
| XYZ | 65.26 | 48.3 | 97.15 | - |
| YUV | 190.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 251 | 0.04 | 0.39 | 0 | 0.02 | 294.55 | 0.93 | 0.79 |
| Hex | F2 | 98 | FB | 4 | 27 | 0 | 2 | 127 | 5D | 4F |
| Octal | 362 | 230 | 373 | 4 | 47 | 0 | 2 | 447 | 135 | 117 |
| Binary | 11110010 | 10011000 | 11111011 | 100 | 100111 | 0 | 10 | 100100111 | 1011101 | 1001111 |
Color Harmonies of #F298FB
Complementary color
Monochromatic Colors of #F298FB
Black with #F298FB
Text Example
Text Example
White with #F298FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298FB; }
p { color: rgb(242,152,251); }
H1.HeaderClassName
{
color: #F298FB;
}
.AnyTagClassName
{
color: #F298FB;
}
</style>
background-color css
<style>
a { background-color: #F298FB; }
a { background-color: rgb(242,152,251); }
div.DivClassName
{
background-color: #F298FB;
}
.BgClassName
{
background-color: #F298FB;
}
</style>
border-color css
<style>
span { border-color: #F298FB; }
span { border-color: rgb(242,152,251); }
td.TdClassName
{
border-color: #F298FB;
}
.TagClassName
{
border-color: #F298FB;
}
</style>