Shades of Violet #F69BFE
Tints of Violet #F69BFE
RGB
CMYK
RGB Variations
Color information
#F69BFE (or 0xF69BFE) is known color: Violet. HEX triplet: F6, 9B and FE. RGB value is (246,155,254). Sum of RGB (Red+Green+Blue) = 246+155+254=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 155 (60.94% from 255 or 23.66% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #F69BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69BFE is #096401. Grayscale: #C1C1C1. Windows color (decimal): -615426 or 16686070. OLE color: 16686070.
HSL color Cylindrical-coordinate representation of color #F69BFE: hue angle of 295.15º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F69BFE is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 155 | 254 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.00 |
| HSL | 295.15º | 0.98% | 0.8% | - |
| HSV(B) | 295.15º | 0.39% | 1% | - |
| XYZ | 67.62 | 50.19 | 99.89 | - |
| YUV | 193.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 155 | 254 | 0.03 | 0.39 | 0 | 0.00 | 295.15 | 0.98 | 0.8 |
| Hex | F6 | 9B | FE | 3 | 27 | 0 | 0 | 127 | 62 | 50 |
| Octal | 366 | 233 | 376 | 3 | 47 | 0 | 0 | 447 | 142 | 120 |
| Binary | 11110110 | 10011011 | 11111110 | 11 | 100111 | 0 | 0 | 100100111 | 1100010 | 1010000 |
Color Harmonies of #F69BFE
Complementary color
Monochromatic Colors of #F69BFE
Black with #F69BFE
Text Example
Text Example
White with #F69BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69BFE; }
p { color: rgb(246,155,254); }
H1.HeaderClassName
{
color: #F69BFE;
}
.AnyTagClassName
{
color: #F69BFE;
}
</style>
background-color css
<style>
a { background-color: #F69BFE; }
a { background-color: rgb(246,155,254); }
div.DivClassName
{
background-color: #F69BFE;
}
.BgClassName
{
background-color: #F69BFE;
}
</style>
border-color css
<style>
span { border-color: #F69BFE; }
span { border-color: rgb(246,155,254); }
td.TdClassName
{
border-color: #F69BFE;
}
.TagClassName
{
border-color: #F69BFE;
}
</style>