Shades of Violet #FF90FA
Tints of Violet #FF90FA
RGB
CMYK
RGB Variations
Color information
#FF90FA (or 0xFF90FA) is known color: Violet. HEX triplet: FF, 90 and FA. RGB value is (255,144,250). Sum of RGB (Red+Green+Blue) = 255+144+250=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 144 (56.64% from 255 or 22.19% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF90FA is #006F05. Grayscale: #BCBCBC. Windows color (decimal): -28422 or 16421119. OLE color: 16421119.
HSL color Cylindrical-coordinate representation of color #FF90FA: hue angle of 302.7º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF90FA is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 250 | - |
| CMYK | 0 | 0.44 | 0.02 | 0 |
| HSL | 302.7º | 1% | 0.78% | - |
| HSV(B) | 302.7º | 0.44% | 1% | - |
| XYZ | 68.47 | 48.11 | 96.12 | - |
| YUV | 189.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 250 | 0 | 0.44 | 0.02 | 0 | 302.7 | 1 | 0.78 |
| Hex | FF | 90 | FA | 0 | 2C | 2 | 0 | 12F | 64 | 4E |
| Octal | 377 | 220 | 372 | 0 | 54 | 2 | 0 | 457 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11111010 | 0 | 101100 | 10 | 0 | 100101111 | 1100100 | 1001110 |
Color Harmonies of #FF90FA
Complementary color
Monochromatic Colors of #FF90FA
Black with #FF90FA
Text Example
Text Example
White with #FF90FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90FA; }
p { color: rgb(255,144,250); }
H1.HeaderClassName
{
color: #FF90FA;
}
.AnyTagClassName
{
color: #FF90FA;
}
</style>
background-color css
<style>
a { background-color: #FF90FA; }
a { background-color: rgb(255,144,250); }
div.DivClassName
{
background-color: #FF90FA;
}
.BgClassName
{
background-color: #FF90FA;
}
</style>
border-color css
<style>
span { border-color: #FF90FA; }
span { border-color: rgb(255,144,250); }
td.TdClassName
{
border-color: #FF90FA;
}
.TagClassName
{
border-color: #FF90FA;
}
</style>