Shades of Violet #FD99FA
Tints of Violet #FD99FA
RGB
CMYK
RGB Variations
Color information
#FD99FA (or 0xFD99FA) is known color: Violet. HEX triplet: FD, 99 and FA. RGB value is (253,153,250). Sum of RGB (Red+Green+Blue) = 253+153+250=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 153 (60.16% from 255 or 23.32% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD99FA is #026605. Grayscale: #C1C1C1. Windows color (decimal): -157190 or 16423421. OLE color: 16423421.
HSL color Cylindrical-coordinate representation of color #FD99FA: hue angle of 301.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD99FA is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 153 | 250 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.01 |
| HSL | 301.8º | 0.96% | 0.8% | - |
| HSV(B) | 301.8º | 0.4% | 0.99% | - |
| XYZ | 69.15 | 50.57 | 96.56 | - |
| YUV | 193.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 250 | 0 | 0.40 | 0.01 | 0.01 | 301.8 | 0.96 | 0.8 |
| Hex | FD | 99 | FA | 0 | 28 | 1 | 1 | 12E | 60 | 50 |
| Octal | 375 | 231 | 372 | 0 | 50 | 1 | 1 | 456 | 140 | 120 |
| Binary | 11111101 | 10011001 | 11111010 | 0 | 101000 | 1 | 1 | 100101110 | 1100000 | 1010000 |
Color Harmonies of #FD99FA
Complementary color
Monochromatic Colors of #FD99FA
Black with #FD99FA
Text Example
Text Example
White with #FD99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD99FA; }
p { color: rgb(253,153,250); }
H1.HeaderClassName
{
color: #FD99FA;
}
.AnyTagClassName
{
color: #FD99FA;
}
</style>
background-color css
<style>
a { background-color: #FD99FA; }
a { background-color: rgb(253,153,250); }
div.DivClassName
{
background-color: #FD99FA;
}
.BgClassName
{
background-color: #FD99FA;
}
</style>
border-color css
<style>
span { border-color: #FD99FA; }
span { border-color: rgb(253,153,250); }
td.TdClassName
{
border-color: #FD99FA;
}
.TagClassName
{
border-color: #FD99FA;
}
</style>