Shades of Violet #F29BFD
Tints of Violet #F29BFD
RGB
CMYK
RGB Variations
Color information
#F29BFD (or 0xF29BFD) is known color: Violet. HEX triplet: F2, 9B and FD. RGB value is (242,155,253). Sum of RGB (Red+Green+Blue) = 242+155+253=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 155 (60.94% from 255 or 23.85% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #F29BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29BFD is #0D6402. Grayscale: #BFBFBF. Windows color (decimal): -877571 or 16620530. OLE color: 16620530.
HSL color Cylindrical-coordinate representation of color #F29BFD: hue angle of 293.27º 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 #F29BFD is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 155 | 253 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.01 |
| HSL | 293.27º | 0.96% | 0.8% | - |
| HSV(B) | 293.27º | 0.39% | 0.99% | - |
| XYZ | 66.07 | 49.41 | 98.98 | - |
| YUV | 192.19 | 162.32 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 253 | 0.04 | 0.39 | 0 | 0.01 | 293.27 | 0.96 | 0.8 |
| Hex | F2 | 9B | FD | 4 | 27 | 0 | 1 | 125 | 60 | 50 |
| Octal | 362 | 233 | 375 | 4 | 47 | 0 | 1 | 445 | 140 | 120 |
| Binary | 11110010 | 10011011 | 11111101 | 100 | 100111 | 0 | 1 | 100100101 | 1100000 | 1010000 |
Color Harmonies of #F29BFD
Complementary color
Monochromatic Colors of #F29BFD
Black with #F29BFD
Text Example
Text Example
White with #F29BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29BFD; }
p { color: rgb(242,155,253); }
H1.HeaderClassName
{
color: #F29BFD;
}
.AnyTagClassName
{
color: #F29BFD;
}
</style>
background-color css
<style>
a { background-color: #F29BFD; }
a { background-color: rgb(242,155,253); }
div.DivClassName
{
background-color: #F29BFD;
}
.BgClassName
{
background-color: #F29BFD;
}
</style>
border-color css
<style>
span { border-color: #F29BFD; }
span { border-color: rgb(242,155,253); }
td.TdClassName
{
border-color: #F29BFD;
}
.TagClassName
{
border-color: #F29BFD;
}
</style>