Shades of Violet #F28FF0
Tints of Violet #F28FF0
RGB
CMYK
RGB Variations
Color information
#F28FF0 (or 0xF28FF0) is known color: Violet. HEX triplet: F2, 8F and F0. RGB value is (242,143,240). Sum of RGB (Red+Green+Blue) = 242+143+240=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 143 (56.25% from 255 or 22.88% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28FF0 is #0D700F. Grayscale: #B7B7B7. Windows color (decimal): -880656 or 15765490. OLE color: 15765490.
HSL color Cylindrical-coordinate representation of color #F28FF0: hue angle of 301.21º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28FF0 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 240 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.05 |
| HSL | 301.21º | 0.79% | 0.75% | - |
| HSV(B) | 301.21º | 0.41% | 0.95% | - |
| XYZ | 62.17 | 44.81 | 87.81 | - |
| YUV | 183.66 | 159.8 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 240 | 0 | 0.41 | 0.01 | 0.05 | 301.21 | 0.79 | 0.75 |
| Hex | F2 | 8F | F0 | 0 | 29 | 1 | 5 | 12D | 4F | 4B |
| Octal | 362 | 217 | 360 | 0 | 51 | 1 | 5 | 455 | 117 | 113 |
| Binary | 11110010 | 10001111 | 11110000 | 0 | 101001 | 1 | 101 | 100101101 | 1001111 | 1001011 |
Color Harmonies of #F28FF0
Complementary color
Monochromatic Colors of #F28FF0
Black with #F28FF0
Text Example
Text Example
White with #F28FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FF0; }
p { color: rgb(242,143,240); }
H1.HeaderClassName
{
color: #F28FF0;
}
.AnyTagClassName
{
color: #F28FF0;
}
</style>
background-color css
<style>
a { background-color: #F28FF0; }
a { background-color: rgb(242,143,240); }
div.DivClassName
{
background-color: #F28FF0;
}
.BgClassName
{
background-color: #F28FF0;
}
</style>
border-color css
<style>
span { border-color: #F28FF0; }
span { border-color: rgb(242,143,240); }
td.TdClassName
{
border-color: #F28FF0;
}
.TagClassName
{
border-color: #F28FF0;
}
</style>