Shades of Violet #F380E9
Tints of Violet #F380E9
RGB
CMYK
RGB Variations
Color information
#F380E9 (or 0xF380E9) is known color: Violet. HEX triplet: F3, 80 and E9. RGB value is (243,128,233). Sum of RGB (Red+Green+Blue) = 243+128+233=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F380E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F380E9 is #0C7F16. Grayscale: #AEAEAE. Windows color (decimal): -818967 or 15302899. OLE color: 15302899.
HSL color Cylindrical-coordinate representation of color #F380E9: hue angle of 305.22º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F380E9 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 233 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.05 |
| HSL | 305.22º | 0.83% | 0.73% | - |
| HSV(B) | 305.22º | 0.47% | 0.95% | - |
| XYZ | 59.39 | 40.38 | 81.75 | - |
| YUV | 174.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 233 | 0 | 0.47 | 0.04 | 0.05 | 305.22 | 0.83 | 0.73 |
| Hex | F3 | 80 | E9 | 0 | 2F | 4 | 5 | 131 | 53 | 49 |
| Octal | 363 | 200 | 351 | 0 | 57 | 4 | 5 | 461 | 123 | 111 |
| Binary | 11110011 | 10000000 | 11101001 | 0 | 101111 | 100 | 101 | 100110001 | 1010011 | 1001001 |
Color Harmonies of #F380E9
Complementary color
Monochromatic Colors of #F380E9
Black with #F380E9
Text Example
Text Example
White with #F380E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F380E9; }
p { color: rgb(243,128,233); }
H1.HeaderClassName
{
color: #F380E9;
}
.AnyTagClassName
{
color: #F380E9;
}
</style>
background-color css
<style>
a { background-color: #F380E9; }
a { background-color: rgb(243,128,233); }
div.DivClassName
{
background-color: #F380E9;
}
.BgClassName
{
background-color: #F380E9;
}
</style>
border-color css
<style>
span { border-color: #F380E9; }
span { border-color: rgb(243,128,233); }
td.TdClassName
{
border-color: #F380E9;
}
.TagClassName
{
border-color: #F380E9;
}
</style>