Shades of Violet #F09BFD
Tints of Violet #F09BFD
RGB
CMYK
RGB Variations
Color information
#F09BFD (or 0xF09BFD) is known color: Violet. HEX triplet: F0, 9B and FD. RGB value is (240,155,253). Sum of RGB (Red+Green+Blue) = 240+155+253=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 155 (60.94% from 255 or 23.92% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #F09BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09BFD is #0F6402. Grayscale: #BFBFBF. Windows color (decimal): -1008643 or 16620528. OLE color: 16620528.
HSL color Cylindrical-coordinate representation of color #F09BFD: hue angle of 292.04º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F09BFD is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 155 | 253 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.01 |
| HSL | 292.04º | 0.96% | 0.8% | - |
| HSV(B) | 292.04º | 0.39% | 0.99% | - |
| XYZ | 65.39 | 49.06 | 98.95 | - |
| YUV | 191.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 253 | 0.05 | 0.39 | 0 | 0.01 | 292.04 | 0.96 | 0.8 |
| Hex | F0 | 9B | FD | 5 | 27 | 0 | 1 | 124 | 60 | 50 |
| Octal | 360 | 233 | 375 | 5 | 47 | 0 | 1 | 444 | 140 | 120 |
| Binary | 11110000 | 10011011 | 11111101 | 101 | 100111 | 0 | 1 | 100100100 | 1100000 | 1010000 |
Color Harmonies of #F09BFD
Complementary color
Monochromatic Colors of #F09BFD
Black with #F09BFD
Text Example
Text Example
White with #F09BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BFD; }
p { color: rgb(240,155,253); }
H1.HeaderClassName
{
color: #F09BFD;
}
.AnyTagClassName
{
color: #F09BFD;
}
</style>
background-color css
<style>
a { background-color: #F09BFD; }
a { background-color: rgb(240,155,253); }
div.DivClassName
{
background-color: #F09BFD;
}
.BgClassName
{
background-color: #F09BFD;
}
</style>
border-color css
<style>
span { border-color: #F09BFD; }
span { border-color: rgb(240,155,253); }
td.TdClassName
{
border-color: #F09BFD;
}
.TagClassName
{
border-color: #F09BFD;
}
</style>