Shades of Violet #FD90F9
Tints of Violet #FD90F9
RGB
CMYK
RGB Variations
Color information
#FD90F9 (or 0xFD90F9) is known color: Violet. HEX triplet: FD, 90 and F9. RGB value is (253,144,249). Sum of RGB (Red+Green+Blue) = 253+144+249=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 144 (56.64% from 255 or 22.29% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD90F9 is #026F06. Grayscale: #BCBCBC. Windows color (decimal): -159495 or 16355581. OLE color: 16355581.
HSL color Cylindrical-coordinate representation of color #FD90F9: hue angle of 302.2º degrees, saturation: 0.96, 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 #FD90F9 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 249 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.01 |
| HSL | 302.2º | 0.96% | 0.78% | - |
| HSV(B) | 302.2º | 0.43% | 0.99% | - |
| XYZ | 67.58 | 47.67 | 95.26 | - |
| YUV | 188.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 249 | 0 | 0.43 | 0.02 | 0.01 | 302.2 | 0.96 | 0.78 |
| Hex | FD | 90 | F9 | 0 | 2B | 2 | 1 | 12E | 60 | 4E |
| Octal | 375 | 220 | 371 | 0 | 53 | 2 | 1 | 456 | 140 | 116 |
| Binary | 11111101 | 10010000 | 11111001 | 0 | 101011 | 10 | 1 | 100101110 | 1100000 | 1001110 |
Color Harmonies of #FD90F9
Complementary color
Monochromatic Colors of #FD90F9
Black with #FD90F9
Text Example
Text Example
White with #FD90F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD90F9; }
p { color: rgb(253,144,249); }
H1.HeaderClassName
{
color: #FD90F9;
}
.AnyTagClassName
{
color: #FD90F9;
}
</style>
background-color css
<style>
a { background-color: #FD90F9; }
a { background-color: rgb(253,144,249); }
div.DivClassName
{
background-color: #FD90F9;
}
.BgClassName
{
background-color: #FD90F9;
}
</style>
border-color css
<style>
span { border-color: #FD90F9; }
span { border-color: rgb(253,144,249); }
td.TdClassName
{
border-color: #FD90F9;
}
.TagClassName
{
border-color: #FD90F9;
}
</style>