Shades of Violet #F58DFB
Tints of Violet #F58DFB
RGB
CMYK
RGB Variations
Color information
#F58DFB (or 0xF58DFB) is known color: Violet. HEX triplet: F5, 8D and FB. RGB value is (245,141,251). Sum of RGB (Red+Green+Blue) = 245+141+251=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 141 (55.47% from 255 or 22.14% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #F58DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58DFB is #0A7204. Grayscale: #B8B8B8. Windows color (decimal): -684549 or 16485877. OLE color: 16485877.
HSL color Cylindrical-coordinate representation of color #F58DFB: hue angle of 296.73º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58DFB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 141 | 251 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.02 |
| HSL | 296.73º | 0.93% | 0.77% | - |
| HSV(B) | 296.73º | 0.44% | 0.98% | - |
| XYZ | 64.59 | 45.43 | 96.63 | - |
| YUV | 184.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 251 | 0.02 | 0.44 | 0 | 0.02 | 296.73 | 0.93 | 0.77 |
| Hex | F5 | 8D | FB | 2 | 2C | 0 | 2 | 129 | 5D | 4D |
| Octal | 365 | 215 | 373 | 2 | 54 | 0 | 2 | 451 | 135 | 115 |
| Binary | 11110101 | 10001101 | 11111011 | 10 | 101100 | 0 | 10 | 100101001 | 1011101 | 1001101 |
Color Harmonies of #F58DFB
Complementary color
Monochromatic Colors of #F58DFB
Black with #F58DFB
Text Example
Text Example
White with #F58DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DFB; }
p { color: rgb(245,141,251); }
H1.HeaderClassName
{
color: #F58DFB;
}
.AnyTagClassName
{
color: #F58DFB;
}
</style>
background-color css
<style>
a { background-color: #F58DFB; }
a { background-color: rgb(245,141,251); }
div.DivClassName
{
background-color: #F58DFB;
}
.BgClassName
{
background-color: #F58DFB;
}
</style>
border-color css
<style>
span { border-color: #F58DFB; }
span { border-color: rgb(245,141,251); }
td.TdClassName
{
border-color: #F58DFB;
}
.TagClassName
{
border-color: #F58DFB;
}
</style>