Shades of Violet #F28FEF
Tints of Violet #F28FEF
RGB
CMYK
RGB Variations
Color information
#F28FEF (or 0xF28FEF) is known color: Violet. HEX triplet: F2, 8F and EF. RGB value is (242,143,239). Sum of RGB (Red+Green+Blue) = 242+143+239=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 143 (56.25% from 255 or 22.92% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F28FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28FEF is #0D7010. Grayscale: #B7B7B7. Windows color (decimal): -880657 or 15699954. OLE color: 15699954.
HSL color Cylindrical-coordinate representation of color #F28FEF: hue angle of 301.82º 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 #F28FEF is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 239 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.05 |
| HSL | 301.82º | 0.79% | 0.75% | - |
| HSV(B) | 301.82º | 0.41% | 0.95% | - |
| XYZ | 62.02 | 44.75 | 87.03 | - |
| YUV | 183.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 239 | 0 | 0.41 | 0.01 | 0.05 | 301.82 | 0.79 | 0.75 |
| Hex | F2 | 8F | EF | 0 | 29 | 1 | 5 | 12E | 4F | 4B |
| Octal | 362 | 217 | 357 | 0 | 51 | 1 | 5 | 456 | 117 | 113 |
| Binary | 11110010 | 10001111 | 11101111 | 0 | 101001 | 1 | 101 | 100101110 | 1001111 | 1001011 |
Color Harmonies of #F28FEF
Complementary color
Monochromatic Colors of #F28FEF
Black with #F28FEF
Text Example
Text Example
White with #F28FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FEF; }
p { color: rgb(242,143,239); }
H1.HeaderClassName
{
color: #F28FEF;
}
.AnyTagClassName
{
color: #F28FEF;
}
</style>
background-color css
<style>
a { background-color: #F28FEF; }
a { background-color: rgb(242,143,239); }
div.DivClassName
{
background-color: #F28FEF;
}
.BgClassName
{
background-color: #F28FEF;
}
</style>
border-color css
<style>
span { border-color: #F28FEF; }
span { border-color: rgb(242,143,239); }
td.TdClassName
{
border-color: #F28FEF;
}
.TagClassName
{
border-color: #F28FEF;
}
</style>