Shades of Violet #F28CEE
Tints of Violet #F28CEE
RGB
CMYK
RGB Variations
Color information
#F28CEE (or 0xF28CEE) is known color: Violet. HEX triplet: F2, 8C and EE. RGB value is (242,140,238). Sum of RGB (Red+Green+Blue) = 242+140+238=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 140 (55.08% from 255 or 22.58% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28CEE is #0D7311. Grayscale: #B5B5B5. Windows color (decimal): -881426 or 15633650. OLE color: 15633650.
HSL color Cylindrical-coordinate representation of color #F28CEE: hue angle of 302.35º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F28CEE is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 238 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.05 |
| HSL | 302.35º | 0.8% | 0.75% | - |
| HSV(B) | 302.35º | 0.42% | 0.95% | - |
| XYZ | 61.43 | 43.81 | 86.11 | - |
| YUV | 181.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 238 | 0 | 0.42 | 0.02 | 0.05 | 302.35 | 0.8 | 0.75 |
| Hex | F2 | 8C | EE | 0 | 2A | 2 | 5 | 12E | 50 | 4B |
| Octal | 362 | 214 | 356 | 0 | 52 | 2 | 5 | 456 | 120 | 113 |
| Binary | 11110010 | 10001100 | 11101110 | 0 | 101010 | 10 | 101 | 100101110 | 1010000 | 1001011 |
Color Harmonies of #F28CEE
Complementary color
Monochromatic Colors of #F28CEE
Black with #F28CEE
Text Example
Text Example
White with #F28CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CEE; }
p { color: rgb(242,140,238); }
H1.HeaderClassName
{
color: #F28CEE;
}
.AnyTagClassName
{
color: #F28CEE;
}
</style>
background-color css
<style>
a { background-color: #F28CEE; }
a { background-color: rgb(242,140,238); }
div.DivClassName
{
background-color: #F28CEE;
}
.BgClassName
{
background-color: #F28CEE;
}
</style>
border-color css
<style>
span { border-color: #F28CEE; }
span { border-color: rgb(242,140,238); }
td.TdClassName
{
border-color: #F28CEE;
}
.TagClassName
{
border-color: #F28CEE;
}
</style>