Shades of Violet #F38FF0
Tints of Violet #F38FF0
RGB
CMYK
RGB Variations
Color information
#F38FF0 (or 0xF38FF0) is known color: Violet. HEX triplet: F3, 8F and F0. RGB value is (243,143,240). Sum of RGB (Red+Green+Blue) = 243+143+240=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 143 (56.25% from 255 or 22.84% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38FF0 is #0C700F. Grayscale: #B7B7B7. Windows color (decimal): -815120 or 15765491. OLE color: 15765491.
HSL color Cylindrical-coordinate representation of color #F38FF0: hue angle of 301.8º 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 #F38FF0 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 240 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.05 |
| HSL | 301.8º | 0.81% | 0.76% | - |
| HSV(B) | 301.8º | 0.41% | 0.95% | - |
| XYZ | 62.51 | 44.99 | 87.83 | - |
| YUV | 183.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 240 | 0 | 0.41 | 0.01 | 0.05 | 301.8 | 0.81 | 0.76 |
| Hex | F3 | 8F | F0 | 0 | 29 | 1 | 5 | 12E | 51 | 4C |
| Octal | 363 | 217 | 360 | 0 | 51 | 1 | 5 | 456 | 121 | 114 |
| Binary | 11110011 | 10001111 | 11110000 | 0 | 101001 | 1 | 101 | 100101110 | 1010001 | 1001100 |
Color Harmonies of #F38FF0
Complementary color
Monochromatic Colors of #F38FF0
Black with #F38FF0
Text Example
Text Example
White with #F38FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38FF0; }
p { color: rgb(243,143,240); }
H1.HeaderClassName
{
color: #F38FF0;
}
.AnyTagClassName
{
color: #F38FF0;
}
</style>
background-color css
<style>
a { background-color: #F38FF0; }
a { background-color: rgb(243,143,240); }
div.DivClassName
{
background-color: #F38FF0;
}
.BgClassName
{
background-color: #F38FF0;
}
</style>
border-color css
<style>
span { border-color: #F38FF0; }
span { border-color: rgb(243,143,240); }
td.TdClassName
{
border-color: #F38FF0;
}
.TagClassName
{
border-color: #F38FF0;
}
</style>