Shades of Violet #F884F4
Tints of Violet #F884F4
RGB
CMYK
RGB Variations
Color information
#F884F4 (or 0xF884F4) is known color: Violet. HEX triplet: F8, 84 and F4. RGB value is (248,132,244). Sum of RGB (Red+Green+Blue) = 248+132+244=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 132 (51.95% from 255 or 21.15% from 624); Blue value is 244 (95.70% from 255 or 39.10% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F884F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F884F4 is #077B0B. Grayscale: #B3B3B3. Windows color (decimal): -490252 or 16024824. OLE color: 16024824.
HSL color Cylindrical-coordinate representation of color #F884F4: hue angle of 302.07º 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 #F884F4 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 244 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.03 |
| HSL | 302.07º | 0.89% | 0.75% | - |
| HSV(B) | 302.07º | 0.47% | 0.97% | - |
| XYZ | 63.29 | 42.99 | 90.55 | - |
| YUV | 179.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 244 | 0 | 0.47 | 0.02 | 0.03 | 302.07 | 0.89 | 0.75 |
| Hex | F8 | 84 | F4 | 0 | 2F | 2 | 3 | 12E | 59 | 4B |
| Octal | 370 | 204 | 364 | 0 | 57 | 2 | 3 | 456 | 131 | 113 |
| Binary | 11111000 | 10000100 | 11110100 | 0 | 101111 | 10 | 11 | 100101110 | 1011001 | 1001011 |
Color Harmonies of #F884F4
Complementary color
Monochromatic Colors of #F884F4
Black with #F884F4
Text Example
Text Example
White with #F884F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F884F4; }
p { color: rgb(248,132,244); }
H1.HeaderClassName
{
color: #F884F4;
}
.AnyTagClassName
{
color: #F884F4;
}
</style>
background-color css
<style>
a { background-color: #F884F4; }
a { background-color: rgb(248,132,244); }
div.DivClassName
{
background-color: #F884F4;
}
.BgClassName
{
background-color: #F884F4;
}
</style>
border-color css
<style>
span { border-color: #F884F4; }
span { border-color: rgb(248,132,244); }
td.TdClassName
{
border-color: #F884F4;
}
.TagClassName
{
border-color: #F884F4;
}
</style>