Shades of Violet #F37BF8
Tints of Violet #F37BF8
RGB
CMYK
RGB Variations
Color information
#F37BF8 (or 0xF37BF8) is known color: Violet. HEX triplet: F3, 7B and F8. RGB value is (243,123,248). Sum of RGB (Red+Green+Blue) = 243+123+248=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 123 (48.44% from 255 or 20.03% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 248 - color contains mainly: blue. Hex color #F37BF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F37BF8 is #0C8407. Grayscale: #ACACAC. Windows color (decimal): -820232 or 16284659. OLE color: 16284659.
HSL color Cylindrical-coordinate representation of color #F37BF8: hue angle of 297.6º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37BF8 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 123 | 248 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.03 |
| HSL | 297.6º | 0.9% | 0.73% | - |
| HSV(B) | 297.6º | 0.5% | 0.97% | - |
| XYZ | 60.99 | 40 | 93.31 | - |
| YUV | 173.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 248 | 0.02 | 0.50 | 0 | 0.03 | 297.6 | 0.9 | 0.73 |
| Hex | F3 | 7B | F8 | 2 | 32 | 0 | 3 | 12A | 5A | 49 |
| Octal | 363 | 173 | 370 | 2 | 62 | 0 | 3 | 452 | 132 | 111 |
| Binary | 11110011 | 1111011 | 11111000 | 10 | 110010 | 0 | 11 | 100101010 | 1011010 | 1001001 |
Color Harmonies of #F37BF8
Complementary color
Monochromatic Colors of #F37BF8
Black with #F37BF8
Text Example
Text Example
White with #F37BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BF8; }
p { color: rgb(243,123,248); }
H1.HeaderClassName
{
color: #F37BF8;
}
.AnyTagClassName
{
color: #F37BF8;
}
</style>
background-color css
<style>
a { background-color: #F37BF8; }
a { background-color: rgb(243,123,248); }
div.DivClassName
{
background-color: #F37BF8;
}
.BgClassName
{
background-color: #F37BF8;
}
</style>
border-color css
<style>
span { border-color: #F37BF8; }
span { border-color: rgb(243,123,248); }
td.TdClassName
{
border-color: #F37BF8;
}
.TagClassName
{
border-color: #F37BF8;
}
</style>