Shades of Violet #F38FED
Tints of Violet #F38FED
RGB
CMYK
RGB Variations
Color information
#F38FED (or 0xF38FED) is known color: Violet. HEX triplet: F3, 8F and ED. RGB value is (243,143,237). Sum of RGB (Red+Green+Blue) = 243+143+237=623 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.00% from 623); Green value is 143 (56.25% from 255 or 22.95% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38FED is #0C7012. Grayscale: #B7B7B7. Windows color (decimal): -815123 or 15568883. OLE color: 15568883.
HSL color Cylindrical-coordinate representation of color #F38FED: hue angle of 303.6º 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 #F38FED is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 237 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.05 |
| HSL | 303.6º | 0.81% | 0.76% | - |
| HSV(B) | 303.6º | 0.41% | 0.95% | - |
| XYZ | 62.07 | 44.81 | 85.5 | - |
| YUV | 183.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 237 | 0 | 0.41 | 0.02 | 0.05 | 303.6 | 0.81 | 0.76 |
| Hex | F3 | 8F | ED | 0 | 29 | 2 | 5 | 130 | 51 | 4C |
| Octal | 363 | 217 | 355 | 0 | 51 | 2 | 5 | 460 | 121 | 114 |
| Binary | 11110011 | 10001111 | 11101101 | 0 | 101001 | 10 | 101 | 100110000 | 1010001 | 1001100 |
Color Harmonies of #F38FED
Complementary color
Monochromatic Colors of #F38FED
Black with #F38FED
Text Example
Text Example
White with #F38FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38FED; }
p { color: rgb(243,143,237); }
H1.HeaderClassName
{
color: #F38FED;
}
.AnyTagClassName
{
color: #F38FED;
}
</style>
background-color css
<style>
a { background-color: #F38FED; }
a { background-color: rgb(243,143,237); }
div.DivClassName
{
background-color: #F38FED;
}
.BgClassName
{
background-color: #F38FED;
}
</style>
border-color css
<style>
span { border-color: #F38FED; }
span { border-color: rgb(243,143,237); }
td.TdClassName
{
border-color: #F38FED;
}
.TagClassName
{
border-color: #F38FED;
}
</style>