Shades of Violet #FF99FD
Tints of Violet #FF99FD
RGB
CMYK
RGB Variations
Color information
#FF99FD (or 0xFF99FD) is known color: Violet. HEX triplet: FF, 99 and FD. RGB value is (255,153,253). Sum of RGB (Red+Green+Blue) = 255+153+253=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 153 (60.16% from 255 or 23.15% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF99FD is #006602. Grayscale: #C2C2C2. Windows color (decimal): -26115 or 16620031. OLE color: 16620031.
HSL color Cylindrical-coordinate representation of color #FF99FD: hue angle of 301.18º 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 #FF99FD is Cyan = 0, Magento = 0.4, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 253 | - |
| CMYK | 0 | 0.4 | 0.01 | 0 |
| HSL | 301.18º | 1% | 0.8% | - |
| HSV(B) | 301.18º | 0.4% | 1% | - |
| XYZ | 70.36 | 51.13 | 99.09 | - |
| YUV | 194.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 253 | 0 | 0.4 | 0.01 | 0 | 301.18 | 1 | 0.8 |
| Hex | FF | 99 | FD | 0 | 28 | 1 | 0 | 12D | 64 | 50 |
| Octal | 377 | 231 | 375 | 0 | 50 | 1 | 0 | 455 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11111101 | 0 | 101000 | 1 | 0 | 100101101 | 1100100 | 1010000 |
Color Harmonies of #FF99FD
Complementary color
Monochromatic Colors of #FF99FD
Black with #FF99FD
Text Example
Text Example
White with #FF99FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99FD; }
p { color: rgb(255,153,253); }
H1.HeaderClassName
{
color: #FF99FD;
}
.AnyTagClassName
{
color: #FF99FD;
}
</style>
background-color css
<style>
a { background-color: #FF99FD; }
a { background-color: rgb(255,153,253); }
div.DivClassName
{
background-color: #FF99FD;
}
.BgClassName
{
background-color: #FF99FD;
}
</style>
border-color css
<style>
span { border-color: #FF99FD; }
span { border-color: rgb(255,153,253); }
td.TdClassName
{
border-color: #FF99FD;
}
.TagClassName
{
border-color: #FF99FD;
}
</style>