Shades of Violet #FF95FD
Tints of Violet #FF95FD
RGB
CMYK
RGB Variations
Color information
#FF95FD (or 0xFF95FD) is known color: Violet. HEX triplet: FF, 95 and FD. RGB value is (255,149,253). Sum of RGB (Red+Green+Blue) = 255+149+253=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 149 (58.59% from 255 or 22.68% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF95FD is #006A02. Grayscale: #C0C0C0. Windows color (decimal): -27139 or 16619007. OLE color: 16619007.
HSL color Cylindrical-coordinate representation of color #FF95FD: hue angle of 301.13º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF95FD is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 253 | - |
| CMYK | 0 | 0.42 | 0.01 | 0 |
| HSL | 301.13º | 1% | 0.79% | - |
| HSV(B) | 301.13º | 0.42% | 1% | - |
| XYZ | 69.72 | 49.85 | 98.88 | - |
| YUV | 192.55 | 162.12 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 253 | 0 | 0.42 | 0.01 | 0 | 301.13 | 1 | 0.79 |
| Hex | FF | 95 | FD | 0 | 2A | 1 | 0 | 12D | 64 | 4F |
| Octal | 377 | 225 | 375 | 0 | 52 | 1 | 0 | 455 | 144 | 117 |
| Binary | 11111111 | 10010101 | 11111101 | 0 | 101010 | 1 | 0 | 100101101 | 1100100 | 1001111 |
Color Harmonies of #FF95FD
Complementary color
Monochromatic Colors of #FF95FD
Black with #FF95FD
Text Example
Text Example
White with #FF95FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF95FD; }
p { color: rgb(255,149,253); }
H1.HeaderClassName
{
color: #FF95FD;
}
.AnyTagClassName
{
color: #FF95FD;
}
</style>
background-color css
<style>
a { background-color: #FF95FD; }
a { background-color: rgb(255,149,253); }
div.DivClassName
{
background-color: #FF95FD;
}
.BgClassName
{
background-color: #FF95FD;
}
</style>
border-color css
<style>
span { border-color: #FF95FD; }
span { border-color: rgb(255,149,253); }
td.TdClassName
{
border-color: #FF95FD;
}
.TagClassName
{
border-color: #FF95FD;
}
</style>