Shades of Violet #FD99FD
Tints of Violet #FD99FD
RGB
CMYK
RGB Variations
Color information
#FD99FD (or 0xFD99FD) is known color: Violet. HEX triplet: FD, 99 and FD. RGB value is (253,153,253). Sum of RGB (Red+Green+Blue) = 253+153+253=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 153 (60.16% from 255 or 23.22% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD99FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD99FD is #026602. Grayscale: #C2C2C2. Windows color (decimal): -157187 or 16620029. OLE color: 16620029.
HSL color Cylindrical-coordinate representation of color #FD99FD: hue angle of 300º 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 #FD99FD is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 153 | 253 | - |
CMYK | 0 | 0.40 | 0 | 0.01 |
HSL | 300º | 0.96% | 0.8% | - |
HSV(B) | 300º | 0.4% | 0.99% | - |
XYZ | 69.63 | 50.76 | 99.06 | - |
YUV | 194.3 | 161.13 | 169.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 153 | 253 | 0 | 0.40 | 0 | 0.01 | 300 | 0.96 | 0.8 |
Hex | FD | 99 | FD | 0 | 28 | 0 | 1 | 12C | 60 | 50 |
Octal | 375 | 231 | 375 | 0 | 50 | 0 | 1 | 454 | 140 | 120 |
Binary | 11111101 | 10011001 | 11111101 | 0 | 101000 | 0 | 1 | 100101100 | 1100000 | 1010000 |
Color Harmonies of #FD99FD
Complementary color
Monochromatic Colors of #FD99FD
Black with #FD99FD
Text Example
Text Example
White with #FD99FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD99FD; }
p { color: rgb(253,153,253); }
H1.HeaderClassName
{
color: #FD99FD;
}
.AnyTagClassName
{
color: #FD99FD;
}
</style>
background-color css
<style>
a { background-color: #FD99FD; }
a { background-color: rgb(253,153,253); }
div.DivClassName
{
background-color: #FD99FD;
}
.BgClassName
{
background-color: #FD99FD;
}
</style>
border-color css
<style>
span { border-color: #FD99FD; }
span { border-color: rgb(253,153,253); }
td.TdClassName
{
border-color: #FD99FD;
}
.TagClassName
{
border-color: #FD99FD;
}
</style>