Shades of Violet #F57FF8
Tints of Violet #F57FF8
RGB
CMYK
RGB Variations
Color information
#F57FF8 (or 0xF57FF8) is known color: Violet. HEX triplet: F5, 7F and F8. RGB value is (245,127,248). Sum of RGB (Red+Green+Blue) = 245+127+248=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 127 (50% from 255 or 20.48% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #F57FF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57FF8 is #0A8007. Grayscale: #AFAFAF. Windows color (decimal): -688136 or 16285685. OLE color: 16285685.
HSL color Cylindrical-coordinate representation of color #F57FF8: hue angle of 298.51º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57FF8 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 127 | 248 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.03 |
| HSL | 298.51º | 0.9% | 0.74% | - |
| HSV(B) | 298.51º | 0.49% | 0.97% | - |
| XYZ | 62.19 | 41.37 | 93.51 | - |
| YUV | 176.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 127 | 248 | 0.01 | 0.49 | 0 | 0.03 | 298.51 | 0.9 | 0.74 |
| Hex | F5 | 7F | F8 | 1 | 31 | 0 | 3 | 12B | 5A | 4A |
| Octal | 365 | 177 | 370 | 1 | 61 | 0 | 3 | 453 | 132 | 112 |
| Binary | 11110101 | 1111111 | 11111000 | 1 | 110001 | 0 | 11 | 100101011 | 1011010 | 1001010 |
Color Harmonies of #F57FF8
Complementary color
Monochromatic Colors of #F57FF8
Black with #F57FF8
Text Example
Text Example
White with #F57FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57FF8; }
p { color: rgb(245,127,248); }
H1.HeaderClassName
{
color: #F57FF8;
}
.AnyTagClassName
{
color: #F57FF8;
}
</style>
background-color css
<style>
a { background-color: #F57FF8; }
a { background-color: rgb(245,127,248); }
div.DivClassName
{
background-color: #F57FF8;
}
.BgClassName
{
background-color: #F57FF8;
}
</style>
border-color css
<style>
span { border-color: #F57FF8; }
span { border-color: rgb(245,127,248); }
td.TdClassName
{
border-color: #F57FF8;
}
.TagClassName
{
border-color: #F57FF8;
}
</style>