Shades of Violet #F883F8
Tints of Violet #F883F8
RGB
CMYK
RGB Variations
Color information
#F883F8 (or 0xF883F8) is known color: Violet. HEX triplet: F8, 83 and F8. RGB value is (248,131,248). Sum of RGB (Red+Green+Blue) = 248+131+248=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 131 (51.56% from 255 or 20.89% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F883F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F883F8 is #077C07. Grayscale: #B2B2B2. Windows color (decimal): -490504 or 16286712. OLE color: 16286712.
HSL color Cylindrical-coordinate representation of color #F883F8: hue angle of 300º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F883F8 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 248 | - |
| CMYK | 0 | 0.47 | 0 | 0.03 |
| HSL | 300º | 0.89% | 0.74% | - |
| HSV(B) | 300º | 0.47% | 0.97% | - |
| XYZ | 63.77 | 42.97 | 93.74 | - |
| YUV | 179.32 | 166.76 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 248 | 0 | 0.47 | 0 | 0.03 | 300 | 0.89 | 0.74 |
| Hex | F8 | 83 | F8 | 0 | 2F | 0 | 3 | 12C | 59 | 4A |
| Octal | 370 | 203 | 370 | 0 | 57 | 0 | 3 | 454 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11111000 | 0 | 101111 | 0 | 11 | 100101100 | 1011001 | 1001010 |
Color Harmonies of #F883F8
Complementary color
Monochromatic Colors of #F883F8
Black with #F883F8
Text Example
Text Example
White with #F883F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883F8; }
p { color: rgb(248,131,248); }
H1.HeaderClassName
{
color: #F883F8;
}
.AnyTagClassName
{
color: #F883F8;
}
</style>
background-color css
<style>
a { background-color: #F883F8; }
a { background-color: rgb(248,131,248); }
div.DivClassName
{
background-color: #F883F8;
}
.BgClassName
{
background-color: #F883F8;
}
</style>
border-color css
<style>
span { border-color: #F883F8; }
span { border-color: rgb(248,131,248); }
td.TdClassName
{
border-color: #F883F8;
}
.TagClassName
{
border-color: #F883F8;
}
</style>