Shades of Violet #F28DF1
Tints of Violet #F28DF1
RGB
CMYK
RGB Variations
Color information
#F28DF1 (or 0xF28DF1) is known color: Violet. HEX triplet: F2, 8D and F1. RGB value is (242,141,241). Sum of RGB (Red+Green+Blue) = 242+141+241=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 141 (55.47% from 255 or 22.60% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F28DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28DF1 is #0D720E. Grayscale: #B6B6B6. Windows color (decimal): -881167 or 15830514. OLE color: 15830514.
HSL color Cylindrical-coordinate representation of color #F28DF1: hue angle of 300.59º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28DF1 is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 241 | - |
| CMYK | 0 | 0.42 | 0.00 | 0.05 |
| HSL | 300.59º | 0.8% | 0.75% | - |
| HSV(B) | 300.59º | 0.42% | 0.95% | - |
| XYZ | 62.02 | 44.28 | 88.5 | - |
| YUV | 182.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 241 | 0 | 0.42 | 0.00 | 0.05 | 300.59 | 0.8 | 0.75 |
| Hex | F2 | 8D | F1 | 0 | 2A | 0 | 5 | 12D | 50 | 4B |
| Octal | 362 | 215 | 361 | 0 | 52 | 0 | 5 | 455 | 120 | 113 |
| Binary | 11110010 | 10001101 | 11110001 | 0 | 101010 | 0 | 101 | 100101101 | 1010000 | 1001011 |
Color Harmonies of #F28DF1
Complementary color
Monochromatic Colors of #F28DF1
Black with #F28DF1
Text Example
Text Example
White with #F28DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DF1; }
p { color: rgb(242,141,241); }
H1.HeaderClassName
{
color: #F28DF1;
}
.AnyTagClassName
{
color: #F28DF1;
}
</style>
background-color css
<style>
a { background-color: #F28DF1; }
a { background-color: rgb(242,141,241); }
div.DivClassName
{
background-color: #F28DF1;
}
.BgClassName
{
background-color: #F28DF1;
}
</style>
border-color css
<style>
span { border-color: #F28DF1; }
span { border-color: rgb(242,141,241); }
td.TdClassName
{
border-color: #F28DF1;
}
.TagClassName
{
border-color: #F28DF1;
}
</style>