Shades of Violet #F28CEC
Tints of Violet #F28CEC
RGB
CMYK
RGB Variations
Color information
#F28CEC (or 0xF28CEC) is known color: Violet. HEX triplet: F2, 8C and EC. RGB value is (242,140,236). Sum of RGB (Red+Green+Blue) = 242+140+236=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 140 (55.08% from 255 or 22.65% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F28CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28CEC is #0D7313. Grayscale: #B5B5B5. Windows color (decimal): -881428 or 15502578. OLE color: 15502578.
HSL color Cylindrical-coordinate representation of color #F28CEC: hue angle of 303.53º 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 #F28CEC is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 236 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.05 |
| HSL | 303.53º | 0.8% | 0.75% | - |
| HSV(B) | 303.53º | 0.42% | 0.95% | - |
| XYZ | 61.14 | 43.69 | 84.57 | - |
| YUV | 181.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 236 | 0 | 0.42 | 0.02 | 0.05 | 303.53 | 0.8 | 0.75 |
| Hex | F2 | 8C | EC | 0 | 2A | 2 | 5 | 130 | 50 | 4B |
| Octal | 362 | 214 | 354 | 0 | 52 | 2 | 5 | 460 | 120 | 113 |
| Binary | 11110010 | 10001100 | 11101100 | 0 | 101010 | 10 | 101 | 100110000 | 1010000 | 1001011 |
Color Harmonies of #F28CEC
Complementary color
Monochromatic Colors of #F28CEC
Black with #F28CEC
Text Example
Text Example
White with #F28CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CEC; }
p { color: rgb(242,140,236); }
H1.HeaderClassName
{
color: #F28CEC;
}
.AnyTagClassName
{
color: #F28CEC;
}
</style>
background-color css
<style>
a { background-color: #F28CEC; }
a { background-color: rgb(242,140,236); }
div.DivClassName
{
background-color: #F28CEC;
}
.BgClassName
{
background-color: #F28CEC;
}
</style>
border-color css
<style>
span { border-color: #F28CEC; }
span { border-color: rgb(242,140,236); }
td.TdClassName
{
border-color: #F28CEC;
}
.TagClassName
{
border-color: #F28CEC;
}
</style>