Shades of Violet #F28FED
Tints of Violet #F28FED
RGB
CMYK
RGB Variations
Color information
#F28FED (or 0xF28FED) is known color: Violet. HEX triplet: F2, 8F and ED. RGB value is (242,143,237). Sum of RGB (Red+Green+Blue) = 242+143+237=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 143 (56.25% from 255 or 22.99% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28FED is #0D7012. Grayscale: #B7B7B7. Windows color (decimal): -880659 or 15568882. OLE color: 15568882.
HSL color Cylindrical-coordinate representation of color #F28FED: hue angle of 303.03º 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 #F28FED is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 237 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.05 |
| HSL | 303.03º | 0.79% | 0.75% | - |
| HSV(B) | 303.03º | 0.41% | 0.95% | - |
| XYZ | 61.73 | 44.64 | 85.48 | - |
| YUV | 183.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 237 | 0 | 0.41 | 0.02 | 0.05 | 303.03 | 0.79 | 0.75 |
| Hex | F2 | 8F | ED | 0 | 29 | 2 | 5 | 12F | 4F | 4B |
| Octal | 362 | 217 | 355 | 0 | 51 | 2 | 5 | 457 | 117 | 113 |
| Binary | 11110010 | 10001111 | 11101101 | 0 | 101001 | 10 | 101 | 100101111 | 1001111 | 1001011 |
Color Harmonies of #F28FED
Complementary color
Monochromatic Colors of #F28FED
Black with #F28FED
Text Example
Text Example
White with #F28FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FED; }
p { color: rgb(242,143,237); }
H1.HeaderClassName
{
color: #F28FED;
}
.AnyTagClassName
{
color: #F28FED;
}
</style>
background-color css
<style>
a { background-color: #F28FED; }
a { background-color: rgb(242,143,237); }
div.DivClassName
{
background-color: #F28FED;
}
.BgClassName
{
background-color: #F28FED;
}
</style>
border-color css
<style>
span { border-color: #F28FED; }
span { border-color: rgb(242,143,237); }
td.TdClassName
{
border-color: #F28FED;
}
.TagClassName
{
border-color: #F28FED;
}
</style>