Shades of Violet #F28AF7
Tints of Violet #F28AF7
RGB
CMYK
RGB Variations
Color information
#F28AF7 (or 0xF28AF7) is known color: Violet. HEX triplet: F2, 8A and F7. RGB value is (242,138,247). Sum of RGB (Red+Green+Blue) = 242+138+247=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 138 (54.30% from 255 or 22.01% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 247 - color contains mainly: blue. Hex color #F28AF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28AF7 is #0D7508. Grayscale: #B5B5B5. Windows color (decimal): -881929 or 16222962. OLE color: 16222962.
HSL color Cylindrical-coordinate representation of color #F28AF7: hue angle of 297.25º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F28AF7 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 138 | 247 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.03 |
| HSL | 297.25º | 0.87% | 0.75% | - |
| HSV(B) | 297.25º | 0.44% | 0.97% | - |
| XYZ | 62.49 | 43.77 | 93.15 | - |
| YUV | 181.52 | 164.96 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 247 | 0.02 | 0.44 | 0 | 0.03 | 297.25 | 0.87 | 0.75 |
| Hex | F2 | 8A | F7 | 2 | 2C | 0 | 3 | 129 | 57 | 4B |
| Octal | 362 | 212 | 367 | 2 | 54 | 0 | 3 | 451 | 127 | 113 |
| Binary | 11110010 | 10001010 | 11110111 | 10 | 101100 | 0 | 11 | 100101001 | 1010111 | 1001011 |
Color Harmonies of #F28AF7
Complementary color
Monochromatic Colors of #F28AF7
Black with #F28AF7
Text Example
Text Example
White with #F28AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28AF7; }
p { color: rgb(242,138,247); }
H1.HeaderClassName
{
color: #F28AF7;
}
.AnyTagClassName
{
color: #F28AF7;
}
</style>
background-color css
<style>
a { background-color: #F28AF7; }
a { background-color: rgb(242,138,247); }
div.DivClassName
{
background-color: #F28AF7;
}
.BgClassName
{
background-color: #F28AF7;
}
</style>
border-color css
<style>
span { border-color: #F28AF7; }
span { border-color: rgb(242,138,247); }
td.TdClassName
{
border-color: #F28AF7;
}
.TagClassName
{
border-color: #F28AF7;
}
</style>