Shades of Violet #FD96FD
Tints of Violet #FD96FD
RGB
CMYK
RGB Variations
Color information
#FD96FD (or 0xFD96FD) is known color: Violet. HEX triplet: FD, 96 and FD. RGB value is (253,150,253). Sum of RGB (Red+Green+Blue) = 253+150+253=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 150 (58.98% from 255 or 22.87% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD96FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD96FD is #026902. Grayscale: #C0C0C0. Windows color (decimal): -157955 or 16619261. OLE color: 16619261.
HSL color Cylindrical-coordinate representation of color #FD96FD: hue angle of 300º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FD96FD is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 150 | 253 | - |
CMYK | 0 | 0.41 | 0 | 0.01 |
HSL | 300º | 0.96% | 0.79% | - |
HSV(B) | 300º | 0.41% | 0.99% | - |
XYZ | 69.14 | 49.79 | 98.89 | - |
YUV | 192.54 | 162.12 | 171.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 150 | 253 | 0 | 0.41 | 0 | 0.01 | 300 | 0.96 | 0.79 |
Hex | FD | 96 | FD | 0 | 29 | 0 | 1 | 12C | 60 | 4F |
Octal | 375 | 226 | 375 | 0 | 51 | 0 | 1 | 454 | 140 | 117 |
Binary | 11111101 | 10010110 | 11111101 | 0 | 101001 | 0 | 1 | 100101100 | 1100000 | 1001111 |
Color Harmonies of #FD96FD
Complementary color
Monochromatic Colors of #FD96FD
Black with #FD96FD
Text Example
Text Example
White with #FD96FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD96FD; }
p { color: rgb(253,150,253); }
H1.HeaderClassName
{
color: #FD96FD;
}
.AnyTagClassName
{
color: #FD96FD;
}
</style>
background-color css
<style>
a { background-color: #FD96FD; }
a { background-color: rgb(253,150,253); }
div.DivClassName
{
background-color: #FD96FD;
}
.BgClassName
{
background-color: #FD96FD;
}
</style>
border-color css
<style>
span { border-color: #FD96FD; }
span { border-color: rgb(253,150,253); }
td.TdClassName
{
border-color: #FD96FD;
}
.TagClassName
{
border-color: #FD96FD;
}
</style>