Shades of Violet #F399FF
Tints of Violet #F399FF
RGB
CMYK
RGB Variations
Color information
#F399FF (or 0xF399FF) is known color: Violet. HEX triplet: F3, 99 and FF. RGB value is (243,153,255). Sum of RGB (Red+Green+Blue) = 243+153+255=651 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.33% from 651); Green value is 153 (60.16% from 255 or 23.50% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #F399FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F399FF is #0C6600. Grayscale: #BFBFBF. Windows color (decimal): -812545 or 16751091. OLE color: 16751091.
HSL color Cylindrical-coordinate representation of color #F399FF: hue angle of 292.94º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F399FF is Cyan = 0.05, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 153 | 255 | - |
| CMYK | 0.05 | 0.4 | 0 | 0 |
| HSL | 292.94º | 1% | 0.8% | - |
| HSV(B) | 292.94º | 0.4% | 1% | - |
| XYZ | 66.4 | 49.06 | 100.58 | - |
| YUV | 191.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 153 | 255 | 0.05 | 0.4 | 0 | 0 | 292.94 | 1 | 0.8 |
| Hex | F3 | 99 | FF | 5 | 28 | 0 | 0 | 125 | 64 | 50 |
| Octal | 363 | 231 | 377 | 5 | 50 | 0 | 0 | 445 | 144 | 120 |
| Binary | 11110011 | 10011001 | 11111111 | 101 | 101000 | 0 | 0 | 100100101 | 1100100 | 1010000 |
Color Harmonies of #F399FF
Complementary color
Monochromatic Colors of #F399FF
Black with #F399FF
Text Example
Text Example
White with #F399FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F399FF; }
p { color: rgb(243,153,255); }
H1.HeaderClassName
{
color: #F399FF;
}
.AnyTagClassName
{
color: #F399FF;
}
</style>
background-color css
<style>
a { background-color: #F399FF; }
a { background-color: rgb(243,153,255); }
div.DivClassName
{
background-color: #F399FF;
}
.BgClassName
{
background-color: #F399FF;
}
</style>
border-color css
<style>
span { border-color: #F399FF; }
span { border-color: rgb(243,153,255); }
td.TdClassName
{
border-color: #F399FF;
}
.TagClassName
{
border-color: #F399FF;
}
</style>