Shades of Violet #F28BF1
Tints of Violet #F28BF1
RGB
CMYK
RGB Variations
Color information
#F28BF1 (or 0xF28BF1) is known color: Violet. HEX triplet: F2, 8B and F1. RGB value is (242,139,241). Sum of RGB (Red+Green+Blue) = 242+139+241=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 139 (54.69% from 255 or 22.35% from 622); Blue value is 241 (94.53% from 255 or 38.75% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28BF1 is #0D740E. Grayscale: #B5B5B5. Windows color (decimal): -881679 or 15830002. OLE color: 15830002.
HSL color Cylindrical-coordinate representation of color #F28BF1: hue angle of 300.58º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28BF1 is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 241 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.05 |
| HSL | 300.58º | 0.8% | 0.75% | - |
| HSV(B) | 300.58º | 0.43% | 0.95% | - |
| XYZ | 61.73 | 43.69 | 88.4 | - |
| YUV | 181.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 241 | 0 | 0.43 | 0.00 | 0.05 | 300.58 | 0.8 | 0.75 |
| Hex | F2 | 8B | F1 | 0 | 2B | 0 | 5 | 12D | 50 | 4B |
| Octal | 362 | 213 | 361 | 0 | 53 | 0 | 5 | 455 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11110001 | 0 | 101011 | 0 | 101 | 100101101 | 1010000 | 1001011 |
Color Harmonies of #F28BF1
Complementary color
Monochromatic Colors of #F28BF1
Black with #F28BF1
Text Example
Text Example
White with #F28BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BF1; }
p { color: rgb(242,139,241); }
H1.HeaderClassName
{
color: #F28BF1;
}
.AnyTagClassName
{
color: #F28BF1;
}
</style>
background-color css
<style>
a { background-color: #F28BF1; }
a { background-color: rgb(242,139,241); }
div.DivClassName
{
background-color: #F28BF1;
}
.BgClassName
{
background-color: #F28BF1;
}
</style>
border-color css
<style>
span { border-color: #F28BF1; }
span { border-color: rgb(242,139,241); }
td.TdClassName
{
border-color: #F28BF1;
}
.TagClassName
{
border-color: #F28BF1;
}
</style>