Shades of Violet #F090FC
Tints of Violet #F090FC
RGB
CMYK
RGB Variations
Color information
#F090FC (or 0xF090FC) is known color: Violet. HEX triplet: F0, 90 and FC. RGB value is (240,144,252). Sum of RGB (Red+Green+Blue) = 240+144+252=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 144 (56.64% from 255 or 22.64% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #F090FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F090FC is #0F6F03. Grayscale: #B8B8B8. Windows color (decimal): -1011460 or 16552176. OLE color: 16552176.
HSL color Cylindrical-coordinate representation of color #F090FC: hue angle of 293.33º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F090FC is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 144 | 252 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.01 |
| HSL | 293.33º | 0.95% | 0.78% | - |
| HSV(B) | 293.33º | 0.43% | 0.99% | - |
| XYZ | 63.48 | 45.5 | 97.53 | - |
| YUV | 185.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 252 | 0.05 | 0.43 | 0 | 0.01 | 293.33 | 0.95 | 0.78 |
| Hex | F0 | 90 | FC | 5 | 2B | 0 | 1 | 125 | 5F | 4E |
| Octal | 360 | 220 | 374 | 5 | 53 | 0 | 1 | 445 | 137 | 116 |
| Binary | 11110000 | 10010000 | 11111100 | 101 | 101011 | 0 | 1 | 100100101 | 1011111 | 1001110 |
Color Harmonies of #F090FC
Complementary color
Monochromatic Colors of #F090FC
Black with #F090FC
Text Example
Text Example
White with #F090FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090FC; }
p { color: rgb(240,144,252); }
H1.HeaderClassName
{
color: #F090FC;
}
.AnyTagClassName
{
color: #F090FC;
}
</style>
background-color css
<style>
a { background-color: #F090FC; }
a { background-color: rgb(240,144,252); }
div.DivClassName
{
background-color: #F090FC;
}
.BgClassName
{
background-color: #F090FC;
}
</style>
border-color css
<style>
span { border-color: #F090FC; }
span { border-color: rgb(240,144,252); }
td.TdClassName
{
border-color: #F090FC;
}
.TagClassName
{
border-color: #F090FC;
}
</style>