Shades of Violet #F090F4
Tints of Violet #F090F4
RGB
CMYK
RGB Variations
Color information
#F090F4 (or 0xF090F4) is known color: Violet. HEX triplet: F0, 90 and F4. RGB value is (240,144,244). Sum of RGB (Red+Green+Blue) = 240+144+244=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 144 (56.64% from 255 or 22.93% from 628); Blue value is 244 (95.70% from 255 or 38.85% from 628); Max value from RGB is 244 - color contains mainly: blue. Hex color #F090F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F090F4 is #0F6F0B. Grayscale: #B7B7B7. Windows color (decimal): -1011468 or 16027888. OLE color: 16027888.
HSL color Cylindrical-coordinate representation of color #F090F4: hue angle of 297.6º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F090F4 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 144 | 244 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.04 |
| HSL | 297.6º | 0.82% | 0.76% | - |
| HSV(B) | 297.6º | 0.41% | 0.96% | - |
| XYZ | 62.24 | 45 | 90.99 | - |
| YUV | 184.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 244 | 0.02 | 0.41 | 0 | 0.04 | 297.6 | 0.82 | 0.76 |
| Hex | F0 | 90 | F4 | 2 | 29 | 0 | 4 | 12A | 52 | 4C |
| Octal | 360 | 220 | 364 | 2 | 51 | 0 | 4 | 452 | 122 | 114 |
| Binary | 11110000 | 10010000 | 11110100 | 10 | 101001 | 0 | 100 | 100101010 | 1010010 | 1001100 |
Color Harmonies of #F090F4
Complementary color
Monochromatic Colors of #F090F4
Black with #F090F4
Text Example
Text Example
White with #F090F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090F4; }
p { color: rgb(240,144,244); }
H1.HeaderClassName
{
color: #F090F4;
}
.AnyTagClassName
{
color: #F090F4;
}
</style>
background-color css
<style>
a { background-color: #F090F4; }
a { background-color: rgb(240,144,244); }
div.DivClassName
{
background-color: #F090F4;
}
.BgClassName
{
background-color: #F090F4;
}
</style>
border-color css
<style>
span { border-color: #F090F4; }
span { border-color: rgb(240,144,244); }
td.TdClassName
{
border-color: #F090F4;
}
.TagClassName
{
border-color: #F090F4;
}
</style>