Shades of Violet #F59BFD
Tints of Violet #F59BFD
RGB
CMYK
RGB Variations
Color information
#F59BFD (or 0xF59BFD) is known color: Violet. HEX triplet: F5, 9B and FD. RGB value is (245,155,253). Sum of RGB (Red+Green+Blue) = 245+155+253=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 155 (60.94% from 255 or 23.74% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #F59BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59BFD is #0A6402. Grayscale: #C0C0C0. Windows color (decimal): -680963 or 16620533. OLE color: 16620533.
HSL color Cylindrical-coordinate representation of color #F59BFD: hue angle of 295.1º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F59BFD is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 155 | 253 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.01 |
| HSL | 295.1º | 0.96% | 0.8% | - |
| HSV(B) | 295.1º | 0.39% | 0.99% | - |
| XYZ | 67.11 | 49.95 | 99.03 | - |
| YUV | 193.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 253 | 0.03 | 0.39 | 0 | 0.01 | 295.1 | 0.96 | 0.8 |
| Hex | F5 | 9B | FD | 3 | 27 | 0 | 1 | 127 | 60 | 50 |
| Octal | 365 | 233 | 375 | 3 | 47 | 0 | 1 | 447 | 140 | 120 |
| Binary | 11110101 | 10011011 | 11111101 | 11 | 100111 | 0 | 1 | 100100111 | 1100000 | 1010000 |
Color Harmonies of #F59BFD
Complementary color
Monochromatic Colors of #F59BFD
Black with #F59BFD
Text Example
Text Example
White with #F59BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BFD; }
p { color: rgb(245,155,253); }
H1.HeaderClassName
{
color: #F59BFD;
}
.AnyTagClassName
{
color: #F59BFD;
}
</style>
background-color css
<style>
a { background-color: #F59BFD; }
a { background-color: rgb(245,155,253); }
div.DivClassName
{
background-color: #F59BFD;
}
.BgClassName
{
background-color: #F59BFD;
}
</style>
border-color css
<style>
span { border-color: #F59BFD; }
span { border-color: rgb(245,155,253); }
td.TdClassName
{
border-color: #F59BFD;
}
.TagClassName
{
border-color: #F59BFD;
}
</style>