Shades of Violet #F58FFC
Tints of Violet #F58FFC
RGB
CMYK
RGB Variations
Color information
#F58FFC (or 0xF58FFC) is known color: Violet. HEX triplet: F5, 8F and FC. RGB value is (245,143,252). Sum of RGB (Red+Green+Blue) = 245+143+252=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 143 (56.25% from 255 or 22.34% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #F58FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58FFC is #0A7003. Grayscale: #B9B9B9. Windows color (decimal): -684036 or 16551925. OLE color: 16551925.
HSL color Cylindrical-coordinate representation of color #F58FFC: hue angle of 296.15º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58FFC is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 143 | 252 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.01 |
| HSL | 296.15º | 0.95% | 0.77% | - |
| HSV(B) | 296.15º | 0.43% | 0.99% | - |
| XYZ | 65.05 | 46.09 | 97.56 | - |
| YUV | 185.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 252 | 0.03 | 0.43 | 0 | 0.01 | 296.15 | 0.95 | 0.77 |
| Hex | F5 | 8F | FC | 3 | 2B | 0 | 1 | 128 | 5F | 4D |
| Octal | 365 | 217 | 374 | 3 | 53 | 0 | 1 | 450 | 137 | 115 |
| Binary | 11110101 | 10001111 | 11111100 | 11 | 101011 | 0 | 1 | 100101000 | 1011111 | 1001101 |
Color Harmonies of #F58FFC
Complementary color
Monochromatic Colors of #F58FFC
Black with #F58FFC
Text Example
Text Example
White with #F58FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58FFC; }
p { color: rgb(245,143,252); }
H1.HeaderClassName
{
color: #F58FFC;
}
.AnyTagClassName
{
color: #F58FFC;
}
</style>
background-color css
<style>
a { background-color: #F58FFC; }
a { background-color: rgb(245,143,252); }
div.DivClassName
{
background-color: #F58FFC;
}
.BgClassName
{
background-color: #F58FFC;
}
</style>
border-color css
<style>
span { border-color: #F58FFC; }
span { border-color: rgb(245,143,252); }
td.TdClassName
{
border-color: #F58FFC;
}
.TagClassName
{
border-color: #F58FFC;
}
</style>