Shades of Violet #FF90F9
Tints of Violet #FF90F9
RGB
CMYK
RGB Variations
Color information
#FF90F9 (or 0xFF90F9) is known color: Violet. HEX triplet: FF, 90 and F9. RGB value is (255,144,249). Sum of RGB (Red+Green+Blue) = 255+144+249=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 144 (56.64% from 255 or 22.22% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF90F9 is #006F06. Grayscale: #BCBCBC. Windows color (decimal): -28423 or 16355583. OLE color: 16355583.
HSL color Cylindrical-coordinate representation of color #FF90F9: hue angle of 303.24º 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 #FF90F9 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 249 | - |
| CMYK | 0 | 0.44 | 0.02 | 0 |
| HSL | 303.24º | 1% | 0.78% | - |
| HSV(B) | 303.24º | 0.44% | 1% | - |
| XYZ | 68.31 | 48.05 | 95.3 | - |
| YUV | 189.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 249 | 0 | 0.44 | 0.02 | 0 | 303.24 | 1 | 0.78 |
| Hex | FF | 90 | F9 | 0 | 2C | 2 | 0 | 12F | 64 | 4E |
| Octal | 377 | 220 | 371 | 0 | 54 | 2 | 0 | 457 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11111001 | 0 | 101100 | 10 | 0 | 100101111 | 1100100 | 1001110 |
Color Harmonies of #FF90F9
Complementary color
Monochromatic Colors of #FF90F9
Black with #FF90F9
Text Example
Text Example
White with #FF90F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90F9; }
p { color: rgb(255,144,249); }
H1.HeaderClassName
{
color: #FF90F9;
}
.AnyTagClassName
{
color: #FF90F9;
}
</style>
background-color css
<style>
a { background-color: #FF90F9; }
a { background-color: rgb(255,144,249); }
div.DivClassName
{
background-color: #FF90F9;
}
.BgClassName
{
background-color: #FF90F9;
}
</style>
border-color css
<style>
span { border-color: #FF90F9; }
span { border-color: rgb(255,144,249); }
td.TdClassName
{
border-color: #FF90F9;
}
.TagClassName
{
border-color: #FF90F9;
}
</style>