Shades of Violet #F49CFC
Tints of Violet #F49CFC
RGB
CMYK
RGB Variations
Color information
#F49CFC (or 0xF49CFC) is known color: Violet. HEX triplet: F4, 9C and FC. RGB value is (244,156,252). Sum of RGB (Red+Green+Blue) = 244+156+252=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 156 (61.33% from 255 or 23.93% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #F49CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49CFC is #0B6303. Grayscale: #C0C0C0. Windows color (decimal): -746244 or 16555252. OLE color: 16555252.
HSL color Cylindrical-coordinate representation of color #F49CFC: hue angle of 295º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F49CFC is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 156 | 252 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.01 |
| HSL | 295º | 0.94% | 0.8% | - |
| HSV(B) | 295º | 0.38% | 0.99% | - |
| XYZ | 66.77 | 50.04 | 98.23 | - |
| YUV | 193.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 252 | 0.03 | 0.38 | 0 | 0.01 | 295 | 0.94 | 0.8 |
| Hex | F4 | 9C | FC | 3 | 26 | 0 | 1 | 127 | 5E | 50 |
| Octal | 364 | 234 | 374 | 3 | 46 | 0 | 1 | 447 | 136 | 120 |
| Binary | 11110100 | 10011100 | 11111100 | 11 | 100110 | 0 | 1 | 100100111 | 1011110 | 1010000 |
Color Harmonies of #F49CFC
Complementary color
Monochromatic Colors of #F49CFC
Black with #F49CFC
Text Example
Text Example
White with #F49CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49CFC; }
p { color: rgb(244,156,252); }
H1.HeaderClassName
{
color: #F49CFC;
}
.AnyTagClassName
{
color: #F49CFC;
}
</style>
background-color css
<style>
a { background-color: #F49CFC; }
a { background-color: rgb(244,156,252); }
div.DivClassName
{
background-color: #F49CFC;
}
.BgClassName
{
background-color: #F49CFC;
}
</style>
border-color css
<style>
span { border-color: #F49CFC; }
span { border-color: rgb(244,156,252); }
td.TdClassName
{
border-color: #F49CFC;
}
.TagClassName
{
border-color: #F49CFC;
}
</style>