Shades of Violet #F28BF0
Tints of Violet #F28BF0
RGB
CMYK
RGB Variations
Color information
#F28BF0 (or 0xF28BF0) is known color: Violet. HEX triplet: F2, 8B and F0. RGB value is (242,139,240). Sum of RGB (Red+Green+Blue) = 242+139+240=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 139 (54.69% from 255 or 22.38% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F28BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28BF0 is #0D740F. Grayscale: #B5B5B5. Windows color (decimal): -881680 or 15764466. OLE color: 15764466.
HSL color Cylindrical-coordinate representation of color #F28BF0: hue angle of 301.17º 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 #F28BF0 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 240 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.05 |
| HSL | 301.17º | 0.8% | 0.75% | - |
| HSV(B) | 301.17º | 0.43% | 0.95% | - |
| XYZ | 61.58 | 43.63 | 87.61 | - |
| YUV | 181.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 240 | 0 | 0.43 | 0.01 | 0.05 | 301.17 | 0.8 | 0.75 |
| Hex | F2 | 8B | F0 | 0 | 2B | 1 | 5 | 12D | 50 | 4B |
| Octal | 362 | 213 | 360 | 0 | 53 | 1 | 5 | 455 | 120 | 113 |
| Binary | 11110010 | 10001011 | 11110000 | 0 | 101011 | 1 | 101 | 100101101 | 1010000 | 1001011 |
Color Harmonies of #F28BF0
Complementary color
Monochromatic Colors of #F28BF0
Black with #F28BF0
Text Example
Text Example
White with #F28BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BF0; }
p { color: rgb(242,139,240); }
H1.HeaderClassName
{
color: #F28BF0;
}
.AnyTagClassName
{
color: #F28BF0;
}
</style>
background-color css
<style>
a { background-color: #F28BF0; }
a { background-color: rgb(242,139,240); }
div.DivClassName
{
background-color: #F28BF0;
}
.BgClassName
{
background-color: #F28BF0;
}
</style>
border-color css
<style>
span { border-color: #F28BF0; }
span { border-color: rgb(242,139,240); }
td.TdClassName
{
border-color: #F28BF0;
}
.TagClassName
{
border-color: #F28BF0;
}
</style>