Shades of Violet #F28DFD
Tints of Violet #F28DFD
RGB
CMYK
RGB Variations
Color information
#F28DFD (or 0xF28DFD) is known color: Violet. HEX triplet: F2, 8D and FD. RGB value is (242,141,253). Sum of RGB (Red+Green+Blue) = 242+141+253=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 141 (55.47% from 255 or 22.17% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #F28DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28DFD is #0D7202. Grayscale: #B7B7B7. Windows color (decimal): -881155 or 16616946. OLE color: 16616946.
HSL color Cylindrical-coordinate representation of color #F28DFD: hue angle of 294.11º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F28DFD is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 141 | 253 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.01 |
| HSL | 294.11º | 0.97% | 0.77% | - |
| HSV(B) | 294.11º | 0.44% | 0.99% | - |
| XYZ | 63.87 | 45.02 | 98.25 | - |
| YUV | 183.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 253 | 0.04 | 0.44 | 0 | 0.01 | 294.11 | 0.97 | 0.77 |
| Hex | F2 | 8D | FD | 4 | 2C | 0 | 1 | 126 | 61 | 4D |
| Octal | 362 | 215 | 375 | 4 | 54 | 0 | 1 | 446 | 141 | 115 |
| Binary | 11110010 | 10001101 | 11111101 | 100 | 101100 | 0 | 1 | 100100110 | 1100001 | 1001101 |
Color Harmonies of #F28DFD
Complementary color
Monochromatic Colors of #F28DFD
Black with #F28DFD
Text Example
Text Example
White with #F28DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DFD; }
p { color: rgb(242,141,253); }
H1.HeaderClassName
{
color: #F28DFD;
}
.AnyTagClassName
{
color: #F28DFD;
}
</style>
background-color css
<style>
a { background-color: #F28DFD; }
a { background-color: rgb(242,141,253); }
div.DivClassName
{
background-color: #F28DFD;
}
.BgClassName
{
background-color: #F28DFD;
}
</style>
border-color css
<style>
span { border-color: #F28DFD; }
span { border-color: rgb(242,141,253); }
td.TdClassName
{
border-color: #F28DFD;
}
.TagClassName
{
border-color: #F28DFD;
}
</style>