Shades of Violet #F58BFC
Tints of Violet #F58BFC
RGB
CMYK
RGB Variations
Color information
#F58BFC (or 0xF58BFC) is known color: Violet. HEX triplet: F5, 8B and FC. RGB value is (245,139,252). Sum of RGB (Red+Green+Blue) = 245+139+252=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 139 (54.69% from 255 or 21.86% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #F58BFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58BFC is #0A7403. Grayscale: #B7B7B7. Windows color (decimal): -685060 or 16550901. OLE color: 16550901.
HSL color Cylindrical-coordinate representation of color #F58BFC: hue angle of 296.28º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F58BFC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 139 | 252 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.01 |
| HSL | 296.28º | 0.95% | 0.77% | - |
| HSV(B) | 296.28º | 0.45% | 0.99% | - |
| XYZ | 64.46 | 44.91 | 97.37 | - |
| YUV | 183.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 252 | 0.03 | 0.45 | 0 | 0.01 | 296.28 | 0.95 | 0.77 |
| Hex | F5 | 8B | FC | 3 | 2D | 0 | 1 | 128 | 5F | 4D |
| Octal | 365 | 213 | 374 | 3 | 55 | 0 | 1 | 450 | 137 | 115 |
| Binary | 11110101 | 10001011 | 11111100 | 11 | 101101 | 0 | 1 | 100101000 | 1011111 | 1001101 |
Color Harmonies of #F58BFC
Complementary color
Monochromatic Colors of #F58BFC
Black with #F58BFC
Text Example
Text Example
White with #F58BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BFC; }
p { color: rgb(245,139,252); }
H1.HeaderClassName
{
color: #F58BFC;
}
.AnyTagClassName
{
color: #F58BFC;
}
</style>
background-color css
<style>
a { background-color: #F58BFC; }
a { background-color: rgb(245,139,252); }
div.DivClassName
{
background-color: #F58BFC;
}
.BgClassName
{
background-color: #F58BFC;
}
</style>
border-color css
<style>
span { border-color: #F58BFC; }
span { border-color: rgb(245,139,252); }
td.TdClassName
{
border-color: #F58BFC;
}
.TagClassName
{
border-color: #F58BFC;
}
</style>