Shades of Violet #FD99FF
Tints of Violet #FD99FF
RGB
CMYK
RGB Variations
Color information
#FD99FF (or 0xFD99FF) is known color: Violet. HEX triplet: FD, 99 and FF. RGB value is (253,153,255). Sum of RGB (Red+Green+Blue) = 253+153+255=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 153 (60.16% from 255 or 23.15% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD99FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD99FF is #026600. Grayscale: #C2C2C2. Windows color (decimal): -157185 or 16751101. OLE color: 16751101.
HSL color Cylindrical-coordinate representation of color #FD99FF: hue angle of 298.82º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD99FF is Cyan = 0.01, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 153 | 255 | - |
| CMYK | 0.01 | 0.4 | 0 | 0 |
| HSL | 298.82º | 1% | 0.8% | - |
| HSV(B) | 298.82º | 0.4% | 1% | - |
| XYZ | 69.95 | 50.89 | 100.74 | - |
| YUV | 194.53 | 162.13 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 255 | 0.01 | 0.4 | 0 | 0 | 298.82 | 1 | 0.8 |
| Hex | FD | 99 | FF | 1 | 28 | 0 | 0 | 12B | 64 | 50 |
| Octal | 375 | 231 | 377 | 1 | 50 | 0 | 0 | 453 | 144 | 120 |
| Binary | 11111101 | 10011001 | 11111111 | 1 | 101000 | 0 | 0 | 100101011 | 1100100 | 1010000 |
Color Harmonies of #FD99FF
Complementary color
Monochromatic Colors of #FD99FF
Black with #FD99FF
Text Example
Text Example
White with #FD99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD99FF; }
p { color: rgb(253,153,255); }
H1.HeaderClassName
{
color: #FD99FF;
}
.AnyTagClassName
{
color: #FD99FF;
}
</style>
background-color css
<style>
a { background-color: #FD99FF; }
a { background-color: rgb(253,153,255); }
div.DivClassName
{
background-color: #FD99FF;
}
.BgClassName
{
background-color: #FD99FF;
}
</style>
border-color css
<style>
span { border-color: #FD99FF; }
span { border-color: rgb(253,153,255); }
td.TdClassName
{
border-color: #FD99FF;
}
.TagClassName
{
border-color: #FD99FF;
}
</style>