Shades of Violet #F38FEC
Tints of Violet #F38FEC
RGB
CMYK
RGB Variations
Color information
#F38FEC (or 0xF38FEC) is known color: Violet. HEX triplet: F3, 8F and EC. RGB value is (243,143,236). Sum of RGB (Red+Green+Blue) = 243+143+236=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 143 (56.25% from 255 or 22.99% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38FEC is #0C7013. Grayscale: #B7B7B7. Windows color (decimal): -815124 or 15503347. OLE color: 15503347.
HSL color Cylindrical-coordinate representation of color #F38FEC: hue angle of 304.2º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F38FEC is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 236 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.05 |
| HSL | 304.2º | 0.81% | 0.76% | - |
| HSV(B) | 304.2º | 0.41% | 0.95% | - |
| XYZ | 61.92 | 44.76 | 84.73 | - |
| YUV | 183.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 236 | 0 | 0.41 | 0.03 | 0.05 | 304.2 | 0.81 | 0.76 |
| Hex | F3 | 8F | EC | 0 | 29 | 3 | 5 | 130 | 51 | 4C |
| Octal | 363 | 217 | 354 | 0 | 51 | 3 | 5 | 460 | 121 | 114 |
| Binary | 11110011 | 10001111 | 11101100 | 0 | 101001 | 11 | 101 | 100110000 | 1010001 | 1001100 |
Color Harmonies of #F38FEC
Complementary color
Monochromatic Colors of #F38FEC
Black with #F38FEC
Text Example
Text Example
White with #F38FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38FEC; }
p { color: rgb(243,143,236); }
H1.HeaderClassName
{
color: #F38FEC;
}
.AnyTagClassName
{
color: #F38FEC;
}
</style>
background-color css
<style>
a { background-color: #F38FEC; }
a { background-color: rgb(243,143,236); }
div.DivClassName
{
background-color: #F38FEC;
}
.BgClassName
{
background-color: #F38FEC;
}
</style>
border-color css
<style>
span { border-color: #F38FEC; }
span { border-color: rgb(243,143,236); }
td.TdClassName
{
border-color: #F38FEC;
}
.TagClassName
{
border-color: #F38FEC;
}
</style>