Shades of Violet #F58CFB
Tints of Violet #F58CFB
RGB
CMYK
RGB Variations
Color information
#F58CFB (or 0xF58CFB) is known color: Violet. HEX triplet: F5, 8C and FB. RGB value is (245,140,251). Sum of RGB (Red+Green+Blue) = 245+140+251=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 140 (55.08% from 255 or 22.01% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #F58CFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CFB is #0A7304. Grayscale: #B7B7B7. Windows color (decimal): -684805 or 16485621. OLE color: 16485621.
HSL color Cylindrical-coordinate representation of color #F58CFB: hue angle of 296.76º 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 #F58CFB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 140 | 251 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.02 |
| HSL | 296.76º | 0.93% | 0.77% | - |
| HSV(B) | 296.76º | 0.44% | 0.98% | - |
| XYZ | 64.45 | 45.13 | 96.58 | - |
| YUV | 184.05 | 165.79 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 251 | 0.02 | 0.44 | 0 | 0.02 | 296.76 | 0.93 | 0.77 |
| Hex | F5 | 8C | FB | 2 | 2C | 0 | 2 | 129 | 5D | 4D |
| Octal | 365 | 214 | 373 | 2 | 54 | 0 | 2 | 451 | 135 | 115 |
| Binary | 11110101 | 10001100 | 11111011 | 10 | 101100 | 0 | 10 | 100101001 | 1011101 | 1001101 |
Color Harmonies of #F58CFB
Complementary color
Monochromatic Colors of #F58CFB
Black with #F58CFB
Text Example
Text Example
White with #F58CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CFB; }
p { color: rgb(245,140,251); }
H1.HeaderClassName
{
color: #F58CFB;
}
.AnyTagClassName
{
color: #F58CFB;
}
</style>
background-color css
<style>
a { background-color: #F58CFB; }
a { background-color: rgb(245,140,251); }
div.DivClassName
{
background-color: #F58CFB;
}
.BgClassName
{
background-color: #F58CFB;
}
</style>
border-color css
<style>
span { border-color: #F58CFB; }
span { border-color: rgb(245,140,251); }
td.TdClassName
{
border-color: #F58CFB;
}
.TagClassName
{
border-color: #F58CFB;
}
</style>