Shades of Violet #F68AF8
Tints of Violet #F68AF8
RGB
CMYK
RGB Variations
Color information
#F68AF8 (or 0xF68AF8) is known color: Violet. HEX triplet: F6, 8A and F8. RGB value is (246,138,248). Sum of RGB (Red+Green+Blue) = 246+138+248=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 138 (54.30% from 255 or 21.84% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #F68AF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68AF8 is #097507. Grayscale: #B6B6B6. Windows color (decimal): -619784 or 16288502. OLE color: 16288502.
HSL color Cylindrical-coordinate representation of color #F68AF8: hue angle of 298.91º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68AF8 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 138 | 248 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.03 |
| HSL | 298.91º | 0.89% | 0.76% | - |
| HSV(B) | 298.91º | 0.44% | 0.97% | - |
| XYZ | 64.04 | 44.55 | 94.03 | - |
| YUV | 182.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 248 | 0.01 | 0.44 | 0 | 0.03 | 298.91 | 0.89 | 0.76 |
| Hex | F6 | 8A | F8 | 1 | 2C | 0 | 3 | 12B | 59 | 4C |
| Octal | 366 | 212 | 370 | 1 | 54 | 0 | 3 | 453 | 131 | 114 |
| Binary | 11110110 | 10001010 | 11111000 | 1 | 101100 | 0 | 11 | 100101011 | 1011001 | 1001100 |
Color Harmonies of #F68AF8
Complementary color
Monochromatic Colors of #F68AF8
Black with #F68AF8
Text Example
Text Example
White with #F68AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68AF8; }
p { color: rgb(246,138,248); }
H1.HeaderClassName
{
color: #F68AF8;
}
.AnyTagClassName
{
color: #F68AF8;
}
</style>
background-color css
<style>
a { background-color: #F68AF8; }
a { background-color: rgb(246,138,248); }
div.DivClassName
{
background-color: #F68AF8;
}
.BgClassName
{
background-color: #F68AF8;
}
</style>
border-color css
<style>
span { border-color: #F68AF8; }
span { border-color: rgb(246,138,248); }
td.TdClassName
{
border-color: #F68AF8;
}
.TagClassName
{
border-color: #F68AF8;
}
</style>