Shades of Violet #F28DFC
Tints of Violet #F28DFC
RGB
CMYK
RGB Variations
Color information
#F28DFC (or 0xF28DFC) is known color: Violet. HEX triplet: F2, 8D and FC. RGB value is (242,141,252). Sum of RGB (Red+Green+Blue) = 242+141+252=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 141 (55.47% from 255 or 22.20% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #F28DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28DFC is #0D7203. Grayscale: #B7B7B7. Windows color (decimal): -881156 or 16551410. OLE color: 16551410.
HSL color Cylindrical-coordinate representation of color #F28DFC: hue angle of 294.59º degrees, saturation: 0.95, 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 #F28DFC is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 141 | 252 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.01 |
| HSL | 294.59º | 0.95% | 0.77% | - |
| HSV(B) | 294.59º | 0.44% | 0.99% | - |
| XYZ | 63.71 | 44.96 | 97.41 | - |
| YUV | 183.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 252 | 0.04 | 0.44 | 0 | 0.01 | 294.59 | 0.95 | 0.77 |
| Hex | F2 | 8D | FC | 4 | 2C | 0 | 1 | 127 | 5F | 4D |
| Octal | 362 | 215 | 374 | 4 | 54 | 0 | 1 | 447 | 137 | 115 |
| Binary | 11110010 | 10001101 | 11111100 | 100 | 101100 | 0 | 1 | 100100111 | 1011111 | 1001101 |
Color Harmonies of #F28DFC
Complementary color
Monochromatic Colors of #F28DFC
Black with #F28DFC
Text Example
Text Example
White with #F28DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28DFC; }
p { color: rgb(242,141,252); }
H1.HeaderClassName
{
color: #F28DFC;
}
.AnyTagClassName
{
color: #F28DFC;
}
</style>
background-color css
<style>
a { background-color: #F28DFC; }
a { background-color: rgb(242,141,252); }
div.DivClassName
{
background-color: #F28DFC;
}
.BgClassName
{
background-color: #F28DFC;
}
</style>
border-color css
<style>
span { border-color: #F28DFC; }
span { border-color: rgb(242,141,252); }
td.TdClassName
{
border-color: #F28DFC;
}
.TagClassName
{
border-color: #F28DFC;
}
</style>