Shades of Violet #F28FFA
Tints of Violet #F28FFA
RGB
CMYK
RGB Variations
Color information
#F28FFA (or 0xF28FFA) is known color: Violet. HEX triplet: F2, 8F and FA. RGB value is (242,143,250). Sum of RGB (Red+Green+Blue) = 242+143+250=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 143 (56.25% from 255 or 22.52% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #F28FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28FFA is #0D7005. Grayscale: #B8B8B8. Windows color (decimal): -880646 or 16420850. OLE color: 16420850.
HSL color Cylindrical-coordinate representation of color #F28FFA: hue angle of 295.51º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28FFA is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 143 | 250 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.02 |
| HSL | 295.51º | 0.91% | 0.77% | - |
| HSV(B) | 295.51º | 0.43% | 0.98% | - |
| XYZ | 63.7 | 45.42 | 95.85 | - |
| YUV | 184.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 250 | 0.03 | 0.43 | 0 | 0.02 | 295.51 | 0.91 | 0.77 |
| Hex | F2 | 8F | FA | 3 | 2B | 0 | 2 | 128 | 5B | 4D |
| Octal | 362 | 217 | 372 | 3 | 53 | 0 | 2 | 450 | 133 | 115 |
| Binary | 11110010 | 10001111 | 11111010 | 11 | 101011 | 0 | 10 | 100101000 | 1011011 | 1001101 |
Color Harmonies of #F28FFA
Complementary color
Monochromatic Colors of #F28FFA
Black with #F28FFA
Text Example
Text Example
White with #F28FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28FFA; }
p { color: rgb(242,143,250); }
H1.HeaderClassName
{
color: #F28FFA;
}
.AnyTagClassName
{
color: #F28FFA;
}
</style>
background-color css
<style>
a { background-color: #F28FFA; }
a { background-color: rgb(242,143,250); }
div.DivClassName
{
background-color: #F28FFA;
}
.BgClassName
{
background-color: #F28FFA;
}
</style>
border-color css
<style>
span { border-color: #F28FFA; }
span { border-color: rgb(242,143,250); }
td.TdClassName
{
border-color: #F28FFA;
}
.TagClassName
{
border-color: #F28FFA;
}
</style>