Shades of Violet #F281F8
Tints of Violet #F281F8
RGB
CMYK
RGB Variations
Color information
#F281F8 (or 0xF281F8) is known color: Violet. HEX triplet: F2, 81 and F8. RGB value is (242,129,248). Sum of RGB (Red+Green+Blue) = 242+129+248=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 129 (50.78% from 255 or 20.84% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #F281F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F281F8 is #0D7E07. Grayscale: #AFAFAF. Windows color (decimal): -884232 or 16286194. OLE color: 16286194.
HSL color Cylindrical-coordinate representation of color #F281F8: hue angle of 296.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 #F281F8 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 129 | 248 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.03 |
| HSL | 296.97º | 0.89% | 0.74% | - |
| HSV(B) | 296.97º | 0.48% | 0.97% | - |
| XYZ | 61.41 | 41.36 | 93.55 | - |
| YUV | 176.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 248 | 0.02 | 0.48 | 0 | 0.03 | 296.97 | 0.89 | 0.74 |
| Hex | F2 | 81 | F8 | 2 | 30 | 0 | 3 | 129 | 59 | 4A |
| Octal | 362 | 201 | 370 | 2 | 60 | 0 | 3 | 451 | 131 | 112 |
| Binary | 11110010 | 10000001 | 11111000 | 10 | 110000 | 0 | 11 | 100101001 | 1011001 | 1001010 |
Color Harmonies of #F281F8
Complementary color
Monochromatic Colors of #F281F8
Black with #F281F8
Text Example
Text Example
White with #F281F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F281F8; }
p { color: rgb(242,129,248); }
H1.HeaderClassName
{
color: #F281F8;
}
.AnyTagClassName
{
color: #F281F8;
}
</style>
background-color css
<style>
a { background-color: #F281F8; }
a { background-color: rgb(242,129,248); }
div.DivClassName
{
background-color: #F281F8;
}
.BgClassName
{
background-color: #F281F8;
}
</style>
border-color css
<style>
span { border-color: #F281F8; }
span { border-color: rgb(242,129,248); }
td.TdClassName
{
border-color: #F281F8;
}
.TagClassName
{
border-color: #F281F8;
}
</style>