Shades of Violet #F392FA
Tints of Violet #F392FA
RGB
CMYK
RGB Variations
Color information
#F392FA (or 0xF392FA) is known color: Violet. HEX triplet: F3, 92 and FA. RGB value is (243,146,250). Sum of RGB (Red+Green+Blue) = 243+146+250=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 146 (57.42% from 255 or 22.85% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #F392FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F392FA is #0C6D05. Grayscale: #BABABA. Windows color (decimal): -814342 or 16421619. OLE color: 16421619.
HSL color Cylindrical-coordinate representation of color #F392FA: hue angle of 295.96º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F392FA is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 146 | 250 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.02 |
| HSL | 295.96º | 0.91% | 0.78% | - |
| HSV(B) | 295.96º | 0.42% | 0.98% | - |
| XYZ | 64.5 | 46.51 | 96.02 | - |
| YUV | 186.86 | 163.64 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 146 | 250 | 0.03 | 0.42 | 0 | 0.02 | 295.96 | 0.91 | 0.78 |
| Hex | F3 | 92 | FA | 3 | 2A | 0 | 2 | 128 | 5B | 4E |
| Octal | 363 | 222 | 372 | 3 | 52 | 0 | 2 | 450 | 133 | 116 |
| Binary | 11110011 | 10010010 | 11111010 | 11 | 101010 | 0 | 10 | 100101000 | 1011011 | 1001110 |
Color Harmonies of #F392FA
Complementary color
Monochromatic Colors of #F392FA
Black with #F392FA
Text Example
Text Example
White with #F392FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F392FA; }
p { color: rgb(243,146,250); }
H1.HeaderClassName
{
color: #F392FA;
}
.AnyTagClassName
{
color: #F392FA;
}
</style>
background-color css
<style>
a { background-color: #F392FA; }
a { background-color: rgb(243,146,250); }
div.DivClassName
{
background-color: #F392FA;
}
.BgClassName
{
background-color: #F392FA;
}
</style>
border-color css
<style>
span { border-color: #F392FA; }
span { border-color: rgb(243,146,250); }
td.TdClassName
{
border-color: #F392FA;
}
.TagClassName
{
border-color: #F392FA;
}
</style>