Shades of Violet #F67BF0
Tints of Violet #F67BF0
RGB
CMYK
RGB Variations
Color information
#F67BF0 (or 0xF67BF0) is known color: Violet. HEX triplet: F6, 7B and F0. RGB value is (246,123,240). Sum of RGB (Red+Green+Blue) = 246+123+240=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 123 (48.44% from 255 or 20.20% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F67BF0 is #09840F. Grayscale: #ACACAC. Windows color (decimal): -623632 or 15760374. OLE color: 15760374.
HSL color Cylindrical-coordinate representation of color #F67BF0: hue angle of 302.93º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67BF0 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 123 | 240 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.04 |
| HSL | 302.93º | 0.87% | 0.72% | - |
| HSV(B) | 302.93º | 0.5% | 0.96% | - |
| XYZ | 60.82 | 40.05 | 86.96 | - |
| YUV | 173.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 123 | 240 | 0 | 0.50 | 0.02 | 0.04 | 302.93 | 0.87 | 0.72 |
| Hex | F6 | 7B | F0 | 0 | 32 | 2 | 4 | 12F | 57 | 48 |
| Octal | 366 | 173 | 360 | 0 | 62 | 2 | 4 | 457 | 127 | 110 |
| Binary | 11110110 | 1111011 | 11110000 | 0 | 110010 | 10 | 100 | 100101111 | 1010111 | 1001000 |
Color Harmonies of #F67BF0
Complementary color
Monochromatic Colors of #F67BF0
Black with #F67BF0
Text Example
Text Example
White with #F67BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67BF0; }
p { color: rgb(246,123,240); }
H1.HeaderClassName
{
color: #F67BF0;
}
.AnyTagClassName
{
color: #F67BF0;
}
</style>
background-color css
<style>
a { background-color: #F67BF0; }
a { background-color: rgb(246,123,240); }
div.DivClassName
{
background-color: #F67BF0;
}
.BgClassName
{
background-color: #F67BF0;
}
</style>
border-color css
<style>
span { border-color: #F67BF0; }
span { border-color: rgb(246,123,240); }
td.TdClassName
{
border-color: #F67BF0;
}
.TagClassName
{
border-color: #F67BF0;
}
</style>