Shades of Violet #F28BFA
Tints of Violet #F28BFA
RGB
CMYK
RGB Variations
Color information
#F28BFA (or 0xF28BFA) is known color: Violet. HEX triplet: F2, 8B and FA. RGB value is (242,139,250). Sum of RGB (Red+Green+Blue) = 242+139+250=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 139 (54.69% from 255 or 22.03% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #F28BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28BFA is #0D7405. Grayscale: #B6B6B6. Windows color (decimal): -881670 or 16419826. OLE color: 16419826.
HSL color Cylindrical-coordinate representation of color #F28BFA: hue angle of 295.68º degrees, saturation: 0.92, 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 #F28BFA is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 139 | 250 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.02 |
| HSL | 295.68º | 0.92% | 0.76% | - |
| HSV(B) | 295.68º | 0.44% | 0.98% | - |
| XYZ | 63.11 | 44.24 | 95.66 | - |
| YUV | 182.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 250 | 0.03 | 0.44 | 0 | 0.02 | 295.68 | 0.92 | 0.76 |
| Hex | F2 | 8B | FA | 3 | 2C | 0 | 2 | 128 | 5C | 4C |
| Octal | 362 | 213 | 372 | 3 | 54 | 0 | 2 | 450 | 134 | 114 |
| Binary | 11110010 | 10001011 | 11111010 | 11 | 101100 | 0 | 10 | 100101000 | 1011100 | 1001100 |
Color Harmonies of #F28BFA
Complementary color
Monochromatic Colors of #F28BFA
Black with #F28BFA
Text Example
Text Example
White with #F28BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28BFA; }
p { color: rgb(242,139,250); }
H1.HeaderClassName
{
color: #F28BFA;
}
.AnyTagClassName
{
color: #F28BFA;
}
</style>
background-color css
<style>
a { background-color: #F28BFA; }
a { background-color: rgb(242,139,250); }
div.DivClassName
{
background-color: #F28BFA;
}
.BgClassName
{
background-color: #F28BFA;
}
</style>
border-color css
<style>
span { border-color: #F28BFA; }
span { border-color: rgb(242,139,250); }
td.TdClassName
{
border-color: #F28BFA;
}
.TagClassName
{
border-color: #F28BFA;
}
</style>