Shades of Violet #F28CF9
Tints of Violet #F28CF9
RGB
CMYK
RGB Variations
Color information
#F28CF9 (or 0xF28CF9) is known color: Violet. HEX triplet: F2, 8C and F9. RGB value is (242,140,249). Sum of RGB (Red+Green+Blue) = 242+140+249=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 140 (55.08% from 255 or 22.19% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #F28CF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28CF9 is #0D7306. Grayscale: #B6B6B6. Windows color (decimal): -881415 or 16354546. OLE color: 16354546.
HSL color Cylindrical-coordinate representation of color #F28CF9: hue angle of 296.15º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F28CF9 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 140 | 249 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.02 |
| HSL | 296.15º | 0.9% | 0.76% | - |
| HSV(B) | 296.15º | 0.44% | 0.98% | - |
| XYZ | 63.09 | 44.47 | 94.88 | - |
| YUV | 182.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 249 | 0.03 | 0.44 | 0 | 0.02 | 296.15 | 0.9 | 0.76 |
| Hex | F2 | 8C | F9 | 3 | 2C | 0 | 2 | 128 | 5A | 4C |
| Octal | 362 | 214 | 371 | 3 | 54 | 0 | 2 | 450 | 132 | 114 |
| Binary | 11110010 | 10001100 | 11111001 | 11 | 101100 | 0 | 10 | 100101000 | 1011010 | 1001100 |
Color Harmonies of #F28CF9
Complementary color
Monochromatic Colors of #F28CF9
Black with #F28CF9
Text Example
Text Example
White with #F28CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CF9; }
p { color: rgb(242,140,249); }
H1.HeaderClassName
{
color: #F28CF9;
}
.AnyTagClassName
{
color: #F28CF9;
}
</style>
background-color css
<style>
a { background-color: #F28CF9; }
a { background-color: rgb(242,140,249); }
div.DivClassName
{
background-color: #F28CF9;
}
.BgClassName
{
background-color: #F28CF9;
}
</style>
border-color css
<style>
span { border-color: #F28CF9; }
span { border-color: rgb(242,140,249); }
td.TdClassName
{
border-color: #F28CF9;
}
.TagClassName
{
border-color: #F28CF9;
}
</style>