Shades of Violet #F385F9
Tints of Violet #F385F9
RGB
CMYK
RGB Variations
Color information
#F385F9 (or 0xF385F9) is known color: Violet. HEX triplet: F3, 85 and F9. RGB value is (243,133,249). Sum of RGB (Red+Green+Blue) = 243+133+249=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 133 (52.34% from 255 or 21.28% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #F385F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F385F9 is #0C7A06. Grayscale: #B2B2B2. Windows color (decimal): -817671 or 16352755. OLE color: 16352755.
HSL color Cylindrical-coordinate representation of color #F385F9: hue angle of 296.9º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F385F9 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 133 | 249 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.02 |
| HSL | 296.9º | 0.91% | 0.75% | - |
| HSV(B) | 296.9º | 0.47% | 0.98% | - |
| XYZ | 62.45 | 42.67 | 94.57 | - |
| YUV | 179.11 | 167.44 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 249 | 0.02 | 0.47 | 0 | 0.02 | 296.9 | 0.91 | 0.75 |
| Hex | F3 | 85 | F9 | 2 | 2F | 0 | 2 | 129 | 5B | 4B |
| Octal | 363 | 205 | 371 | 2 | 57 | 0 | 2 | 451 | 133 | 113 |
| Binary | 11110011 | 10000101 | 11111001 | 10 | 101111 | 0 | 10 | 100101001 | 1011011 | 1001011 |
Color Harmonies of #F385F9
Complementary color
Monochromatic Colors of #F385F9
Black with #F385F9
Text Example
Text Example
White with #F385F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385F9; }
p { color: rgb(243,133,249); }
H1.HeaderClassName
{
color: #F385F9;
}
.AnyTagClassName
{
color: #F385F9;
}
</style>
background-color css
<style>
a { background-color: #F385F9; }
a { background-color: rgb(243,133,249); }
div.DivClassName
{
background-color: #F385F9;
}
.BgClassName
{
background-color: #F385F9;
}
</style>
border-color css
<style>
span { border-color: #F385F9; }
span { border-color: rgb(243,133,249); }
td.TdClassName
{
border-color: #F385F9;
}
.TagClassName
{
border-color: #F385F9;
}
</style>