Shades of Violet #F18CFC
Tints of Violet #F18CFC
RGB
CMYK
RGB Variations
Color information
#F18CFC (or 0xF18CFC) is known color: Violet. HEX triplet: F1, 8C and FC. RGB value is (241,140,252). Sum of RGB (Red+Green+Blue) = 241+140+252=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 140 (55.08% from 255 or 22.12% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #F18CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18CFC is #0E7303. Grayscale: #B6B6B6. Windows color (decimal): -946948 or 16551153. OLE color: 16551153.
HSL color Cylindrical-coordinate representation of color #F18CFC: hue angle of 294.11º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F18CFC is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 140 | 252 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.01 |
| HSL | 294.11º | 0.95% | 0.77% | - |
| HSV(B) | 294.11º | 0.44% | 0.99% | - |
| XYZ | 63.22 | 44.49 | 97.35 | - |
| YUV | 182.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 252 | 0.04 | 0.44 | 0 | 0.01 | 294.11 | 0.95 | 0.77 |
| Hex | F1 | 8C | FC | 4 | 2C | 0 | 1 | 126 | 5F | 4D |
| Octal | 361 | 214 | 374 | 4 | 54 | 0 | 1 | 446 | 137 | 115 |
| Binary | 11110001 | 10001100 | 11111100 | 100 | 101100 | 0 | 1 | 100100110 | 1011111 | 1001101 |
Color Harmonies of #F18CFC
Complementary color
Monochromatic Colors of #F18CFC
Black with #F18CFC
Text Example
Text Example
White with #F18CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18CFC; }
p { color: rgb(241,140,252); }
H1.HeaderClassName
{
color: #F18CFC;
}
.AnyTagClassName
{
color: #F18CFC;
}
</style>
background-color css
<style>
a { background-color: #F18CFC; }
a { background-color: rgb(241,140,252); }
div.DivClassName
{
background-color: #F18CFC;
}
.BgClassName
{
background-color: #F18CFC;
}
</style>
border-color css
<style>
span { border-color: #F18CFC; }
span { border-color: rgb(241,140,252); }
td.TdClassName
{
border-color: #F18CFC;
}
.TagClassName
{
border-color: #F18CFC;
}
</style>