Shades of Violet #F27CFA
Tints of Violet #F27CFA
RGB
CMYK
RGB Variations
Color information
#F27CFA (or 0xF27CFA) is known color: Violet. HEX triplet: F2, 7C and FA. RGB value is (242,124,250). Sum of RGB (Red+Green+Blue) = 242+124+250=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #F27CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27CFA is #0D8305. Grayscale: #ADADAD. Windows color (decimal): -885510 or 16415986. OLE color: 16415986.
HSL color Cylindrical-coordinate representation of color #F27CFA: hue angle of 296.19º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27CFA is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 124 | 250 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.02 |
| HSL | 296.19º | 0.93% | 0.73% | - |
| HSV(B) | 296.19º | 0.5% | 0.98% | - |
| XYZ | 61.08 | 40.19 | 94.98 | - |
| YUV | 173.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 250 | 0.03 | 0.50 | 0 | 0.02 | 296.19 | 0.93 | 0.73 |
| Hex | F2 | 7C | FA | 3 | 32 | 0 | 2 | 128 | 5D | 49 |
| Octal | 362 | 174 | 372 | 3 | 62 | 0 | 2 | 450 | 135 | 111 |
| Binary | 11110010 | 1111100 | 11111010 | 11 | 110010 | 0 | 10 | 100101000 | 1011101 | 1001001 |
Color Harmonies of #F27CFA
Complementary color
Monochromatic Colors of #F27CFA
Black with #F27CFA
Text Example
Text Example
White with #F27CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CFA; }
p { color: rgb(242,124,250); }
H1.HeaderClassName
{
color: #F27CFA;
}
.AnyTagClassName
{
color: #F27CFA;
}
</style>
background-color css
<style>
a { background-color: #F27CFA; }
a { background-color: rgb(242,124,250); }
div.DivClassName
{
background-color: #F27CFA;
}
.BgClassName
{
background-color: #F27CFA;
}
</style>
border-color css
<style>
span { border-color: #F27CFA; }
span { border-color: rgb(242,124,250); }
td.TdClassName
{
border-color: #F27CFA;
}
.TagClassName
{
border-color: #F27CFA;
}
</style>