Shades of Violet #F59CFD
Tints of Violet #F59CFD
RGB
CMYK
RGB Variations
Color information
#F59CFD (or 0xF59CFD) is known color: Violet. HEX triplet: F5, 9C and FD. RGB value is (245,156,253). Sum of RGB (Red+Green+Blue) = 245+156+253=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 156 (61.33% from 255 or 23.85% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #F59CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59CFD is #0A6302. Grayscale: #C1C1C1. Windows color (decimal): -680707 or 16620789. OLE color: 16620789.
HSL color Cylindrical-coordinate representation of color #F59CFD: hue angle of 295.05º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F59CFD is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 156 | 253 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.01 |
| HSL | 295.05º | 0.96% | 0.8% | - |
| HSV(B) | 295.05º | 0.38% | 0.99% | - |
| XYZ | 67.27 | 50.28 | 99.09 | - |
| YUV | 193.67 | 161.49 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 253 | 0.03 | 0.38 | 0 | 0.01 | 295.05 | 0.96 | 0.8 |
| Hex | F5 | 9C | FD | 3 | 26 | 0 | 1 | 127 | 60 | 50 |
| Octal | 365 | 234 | 375 | 3 | 46 | 0 | 1 | 447 | 140 | 120 |
| Binary | 11110101 | 10011100 | 11111101 | 11 | 100110 | 0 | 1 | 100100111 | 1100000 | 1010000 |
Color Harmonies of #F59CFD
Complementary color
Monochromatic Colors of #F59CFD
Black with #F59CFD
Text Example
Text Example
White with #F59CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59CFD; }
p { color: rgb(245,156,253); }
H1.HeaderClassName
{
color: #F59CFD;
}
.AnyTagClassName
{
color: #F59CFD;
}
</style>
background-color css
<style>
a { background-color: #F59CFD; }
a { background-color: rgb(245,156,253); }
div.DivClassName
{
background-color: #F59CFD;
}
.BgClassName
{
background-color: #F59CFD;
}
</style>
border-color css
<style>
span { border-color: #F59CFD; }
span { border-color: rgb(245,156,253); }
td.TdClassName
{
border-color: #F59CFD;
}
.TagClassName
{
border-color: #F59CFD;
}
</style>