Shades of Violet #F28AFC
Tints of Violet #F28AFC
RGB
CMYK
RGB Variations
Color information
#F28AFC (or 0xF28AFC) is known color: Violet. HEX triplet: F2, 8A and FC. RGB value is (242,138,252). Sum of RGB (Red+Green+Blue) = 242+138+252=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 138 (54.30% from 255 or 21.84% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #F28AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28AFC is #0D7503. Grayscale: #B5B5B5. Windows color (decimal): -881924 or 16550642. OLE color: 16550642.
HSL color Cylindrical-coordinate representation of color #F28AFC: hue angle of 294.74º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28AFC is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 138 | 252 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.01 |
| HSL | 294.74º | 0.95% | 0.76% | - |
| HSV(B) | 294.74º | 0.45% | 0.99% | - |
| XYZ | 63.28 | 44.08 | 97.27 | - |
| YUV | 182.09 | 167.46 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 252 | 0.04 | 0.45 | 0 | 0.01 | 294.74 | 0.95 | 0.76 |
| Hex | F2 | 8A | FC | 4 | 2D | 0 | 1 | 127 | 5F | 4C |
| Octal | 362 | 212 | 374 | 4 | 55 | 0 | 1 | 447 | 137 | 114 |
| Binary | 11110010 | 10001010 | 11111100 | 100 | 101101 | 0 | 1 | 100100111 | 1011111 | 1001100 |
Color Harmonies of #F28AFC
Complementary color
Monochromatic Colors of #F28AFC
Black with #F28AFC
Text Example
Text Example
White with #F28AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28AFC; }
p { color: rgb(242,138,252); }
H1.HeaderClassName
{
color: #F28AFC;
}
.AnyTagClassName
{
color: #F28AFC;
}
</style>
background-color css
<style>
a { background-color: #F28AFC; }
a { background-color: rgb(242,138,252); }
div.DivClassName
{
background-color: #F28AFC;
}
.BgClassName
{
background-color: #F28AFC;
}
</style>
border-color css
<style>
span { border-color: #F28AFC; }
span { border-color: rgb(242,138,252); }
td.TdClassName
{
border-color: #F28AFC;
}
.TagClassName
{
border-color: #F28AFC;
}
</style>