Shades of Violet #F297FA
Tints of Violet #F297FA
RGB
CMYK
RGB Variations
Color information
#F297FA (or 0xF297FA) is known color: Violet. HEX triplet: F2, 97 and FA. RGB value is (242,151,250). Sum of RGB (Red+Green+Blue) = 242+151+250=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 151 (59.38% from 255 or 23.48% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #F297FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F297FA is #0D6805. Grayscale: #BDBDBD. Windows color (decimal): -878598 or 16422898. OLE color: 16422898.
HSL color Cylindrical-coordinate representation of color #F297FA: hue angle of 295.15º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F297FA is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 151 | 250 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.02 |
| HSL | 295.15º | 0.91% | 0.79% | - |
| HSV(B) | 295.15º | 0.4% | 0.98% | - |
| XYZ | 64.94 | 47.91 | 96.27 | - |
| YUV | 189.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 151 | 250 | 0.03 | 0.40 | 0 | 0.02 | 295.15 | 0.91 | 0.79 |
| Hex | F2 | 97 | FA | 3 | 28 | 0 | 2 | 127 | 5B | 4F |
| Octal | 362 | 227 | 372 | 3 | 50 | 0 | 2 | 447 | 133 | 117 |
| Binary | 11110010 | 10010111 | 11111010 | 11 | 101000 | 0 | 10 | 100100111 | 1011011 | 1001111 |
Color Harmonies of #F297FA
Complementary color
Monochromatic Colors of #F297FA
Black with #F297FA
Text Example
Text Example
White with #F297FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F297FA; }
p { color: rgb(242,151,250); }
H1.HeaderClassName
{
color: #F297FA;
}
.AnyTagClassName
{
color: #F297FA;
}
</style>
background-color css
<style>
a { background-color: #F297FA; }
a { background-color: rgb(242,151,250); }
div.DivClassName
{
background-color: #F297FA;
}
.BgClassName
{
background-color: #F297FA;
}
</style>
border-color css
<style>
span { border-color: #F297FA; }
span { border-color: rgb(242,151,250); }
td.TdClassName
{
border-color: #F297FA;
}
.TagClassName
{
border-color: #F297FA;
}
</style>