Shades of Violet #F090FB
Tints of Violet #F090FB
RGB
CMYK
RGB Variations
Color information
#F090FB (or 0xF090FB) is known color: Violet. HEX triplet: F0, 90 and FB. RGB value is (240,144,251). Sum of RGB (Red+Green+Blue) = 240+144+251=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 144 (56.64% from 255 or 22.68% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #F090FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F090FB is #0F6F04. Grayscale: #B8B8B8. Windows color (decimal): -1011461 or 16486640. OLE color: 16486640.
HSL color Cylindrical-coordinate representation of color #F090FB: hue angle of 293.83º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F090FB is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 144 | 251 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.02 |
| HSL | 293.83º | 0.93% | 0.77% | - |
| HSV(B) | 293.83º | 0.43% | 0.98% | - |
| XYZ | 63.32 | 45.44 | 96.7 | - |
| YUV | 184.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 251 | 0.04 | 0.43 | 0 | 0.02 | 293.83 | 0.93 | 0.77 |
| Hex | F0 | 90 | FB | 4 | 2B | 0 | 2 | 126 | 5D | 4D |
| Octal | 360 | 220 | 373 | 4 | 53 | 0 | 2 | 446 | 135 | 115 |
| Binary | 11110000 | 10010000 | 11111011 | 100 | 101011 | 0 | 10 | 100100110 | 1011101 | 1001101 |
Color Harmonies of #F090FB
Complementary color
Monochromatic Colors of #F090FB
Black with #F090FB
Text Example
Text Example
White with #F090FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090FB; }
p { color: rgb(240,144,251); }
H1.HeaderClassName
{
color: #F090FB;
}
.AnyTagClassName
{
color: #F090FB;
}
</style>
background-color css
<style>
a { background-color: #F090FB; }
a { background-color: rgb(240,144,251); }
div.DivClassName
{
background-color: #F090FB;
}
.BgClassName
{
background-color: #F090FB;
}
</style>
border-color css
<style>
span { border-color: #F090FB; }
span { border-color: rgb(240,144,251); }
td.TdClassName
{
border-color: #F090FB;
}
.TagClassName
{
border-color: #F090FB;
}
</style>