Shades of Violet #F58CFD
Tints of Violet #F58CFD
RGB
CMYK
RGB Variations
Color information
#F58CFD (or 0xF58CFD) is known color: Violet. HEX triplet: F5, 8C and FD. RGB value is (245,140,253). Sum of RGB (Red+Green+Blue) = 245+140+253=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 140 (55.08% from 255 or 21.94% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #F58CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58CFD is #0A7302. Grayscale: #B7B7B7. Windows color (decimal): -684803 or 16616693. OLE color: 16616693.
HSL color Cylindrical-coordinate representation of color #F58CFD: hue angle of 295.75º degrees, saturation: 0.97, 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 #F58CFD is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 140 | 253 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.01 |
| HSL | 295.75º | 0.97% | 0.77% | - |
| HSV(B) | 295.75º | 0.45% | 0.99% | - |
| XYZ | 64.76 | 45.26 | 98.25 | - |
| YUV | 184.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 253 | 0.03 | 0.45 | 0 | 0.01 | 295.75 | 0.97 | 0.77 |
| Hex | F5 | 8C | FD | 3 | 2D | 0 | 1 | 128 | 61 | 4D |
| Octal | 365 | 214 | 375 | 3 | 55 | 0 | 1 | 450 | 141 | 115 |
| Binary | 11110101 | 10001100 | 11111101 | 11 | 101101 | 0 | 1 | 100101000 | 1100001 | 1001101 |
Color Harmonies of #F58CFD
Complementary color
Monochromatic Colors of #F58CFD
Black with #F58CFD
Text Example
Text Example
White with #F58CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CFD; }
p { color: rgb(245,140,253); }
H1.HeaderClassName
{
color: #F58CFD;
}
.AnyTagClassName
{
color: #F58CFD;
}
</style>
background-color css
<style>
a { background-color: #F58CFD; }
a { background-color: rgb(245,140,253); }
div.DivClassName
{
background-color: #F58CFD;
}
.BgClassName
{
background-color: #F58CFD;
}
</style>
border-color css
<style>
span { border-color: #F58CFD; }
span { border-color: rgb(245,140,253); }
td.TdClassName
{
border-color: #F58CFD;
}
.TagClassName
{
border-color: #F58CFD;
}
</style>