Shades of Violet #F884F8
Tints of Violet #F884F8
RGB
CMYK
RGB Variations
Color information
#F884F8 (or 0xF884F8) is known color: Violet. HEX triplet: F8, 84 and F8. RGB value is (248,132,248). Sum of RGB (Red+Green+Blue) = 248+132+248=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 132 (51.95% from 255 or 21.02% from 628); Blue value is 248 (97.27% from 255 or 39.49% from 628); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F884F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F884F8 is #077B07. Grayscale: #B3B3B3. Windows color (decimal): -490248 or 16286968. OLE color: 16286968.
HSL color Cylindrical-coordinate representation of color #F884F8: hue angle of 300º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F884F8 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 248 | - |
| CMYK | 0 | 0.47 | 0 | 0.03 |
| HSL | 300º | 0.89% | 0.75% | - |
| HSV(B) | 300º | 0.47% | 0.97% | - |
| XYZ | 63.91 | 43.24 | 93.78 | - |
| YUV | 179.91 | 166.43 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 248 | 0 | 0.47 | 0 | 0.03 | 300 | 0.89 | 0.75 |
| Hex | F8 | 84 | F8 | 0 | 2F | 0 | 3 | 12C | 59 | 4B |
| Octal | 370 | 204 | 370 | 0 | 57 | 0 | 3 | 454 | 131 | 113 |
| Binary | 11111000 | 10000100 | 11111000 | 0 | 101111 | 0 | 11 | 100101100 | 1011001 | 1001011 |
Color Harmonies of #F884F8
Complementary color
Monochromatic Colors of #F884F8
Black with #F884F8
Text Example
Text Example
White with #F884F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F884F8; }
p { color: rgb(248,132,248); }
H1.HeaderClassName
{
color: #F884F8;
}
.AnyTagClassName
{
color: #F884F8;
}
</style>
background-color css
<style>
a { background-color: #F884F8; }
a { background-color: rgb(248,132,248); }
div.DivClassName
{
background-color: #F884F8;
}
.BgClassName
{
background-color: #F884F8;
}
</style>
border-color css
<style>
span { border-color: #F884F8; }
span { border-color: rgb(248,132,248); }
td.TdClassName
{
border-color: #F884F8;
}
.TagClassName
{
border-color: #F884F8;
}
</style>