Shades of Violet #F28CFA
Tints of Violet #F28CFA
RGB
CMYK
RGB Variations
Color information
#F28CFA (or 0xF28CFA) is known color: Violet. HEX triplet: F2, 8C and FA. RGB value is (242,140,250). Sum of RGB (Red+Green+Blue) = 242+140+250=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 140 (55.08% from 255 or 22.15% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #F28CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28CFA is #0D7305. Grayscale: #B6B6B6. Windows color (decimal): -881414 or 16420082. OLE color: 16420082.
HSL color Cylindrical-coordinate representation of color #F28CFA: hue angle of 295.64º 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 #F28CFA is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 140 | 250 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.02 |
| HSL | 295.64º | 0.92% | 0.76% | - |
| HSV(B) | 295.64º | 0.44% | 0.98% | - |
| XYZ | 63.25 | 44.54 | 95.7 | - |
| YUV | 183.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 250 | 0.03 | 0.44 | 0 | 0.02 | 295.64 | 0.92 | 0.76 |
| Hex | F2 | 8C | FA | 3 | 2C | 0 | 2 | 128 | 5C | 4C |
| Octal | 362 | 214 | 372 | 3 | 54 | 0 | 2 | 450 | 134 | 114 |
| Binary | 11110010 | 10001100 | 11111010 | 11 | 101100 | 0 | 10 | 100101000 | 1011100 | 1001100 |
Color Harmonies of #F28CFA
Complementary color
Monochromatic Colors of #F28CFA
Black with #F28CFA
Text Example
Text Example
White with #F28CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28CFA; }
p { color: rgb(242,140,250); }
H1.HeaderClassName
{
color: #F28CFA;
}
.AnyTagClassName
{
color: #F28CFA;
}
</style>
background-color css
<style>
a { background-color: #F28CFA; }
a { background-color: rgb(242,140,250); }
div.DivClassName
{
background-color: #F28CFA;
}
.BgClassName
{
background-color: #F28CFA;
}
</style>
border-color css
<style>
span { border-color: #F28CFA; }
span { border-color: rgb(242,140,250); }
td.TdClassName
{
border-color: #F28CFA;
}
.TagClassName
{
border-color: #F28CFA;
}
</style>