Shades of Violet #F081F8
Tints of Violet #F081F8
RGB
CMYK
RGB Variations
Color information
#F081F8 (or 0xF081F8) is known color: Violet. HEX triplet: F0, 81 and F8. RGB value is (240,129,248). Sum of RGB (Red+Green+Blue) = 240+129+248=617 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.90% from 617); Green value is 129 (50.78% from 255 or 20.91% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #F081F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081F8 is #0F7E07. Grayscale: #AFAFAF. Windows color (decimal): -1015304 or 16286192. OLE color: 16286192.
HSL color Cylindrical-coordinate representation of color #F081F8: hue angle of 295.97º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F081F8 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 129 | 248 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.03 |
| HSL | 295.97º | 0.89% | 0.74% | - |
| HSV(B) | 295.97º | 0.48% | 0.97% | - |
| XYZ | 60.73 | 41 | 93.52 | - |
| YUV | 175.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 248 | 0.03 | 0.48 | 0 | 0.03 | 295.97 | 0.89 | 0.74 |
| Hex | F0 | 81 | F8 | 3 | 30 | 0 | 3 | 128 | 59 | 4A |
| Octal | 360 | 201 | 370 | 3 | 60 | 0 | 3 | 450 | 131 | 112 |
| Binary | 11110000 | 10000001 | 11111000 | 11 | 110000 | 0 | 11 | 100101000 | 1011001 | 1001010 |
Color Harmonies of #F081F8
Complementary color
Monochromatic Colors of #F081F8
Black with #F081F8
Text Example
Text Example
White with #F081F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081F8; }
p { color: rgb(240,129,248); }
H1.HeaderClassName
{
color: #F081F8;
}
.AnyTagClassName
{
color: #F081F8;
}
</style>
background-color css
<style>
a { background-color: #F081F8; }
a { background-color: rgb(240,129,248); }
div.DivClassName
{
background-color: #F081F8;
}
.BgClassName
{
background-color: #F081F8;
}
</style>
border-color css
<style>
span { border-color: #F081F8; }
span { border-color: rgb(240,129,248); }
td.TdClassName
{
border-color: #F081F8;
}
.TagClassName
{
border-color: #F081F8;
}
</style>