Shades of Violet #F18FFC
Tints of Violet #F18FFC
RGB
CMYK
RGB Variations
Color information
#F18FFC (or 0xF18FFC) is known color: Violet. HEX triplet: F1, 8F and FC. RGB value is (241,143,252). Sum of RGB (Red+Green+Blue) = 241+143+252=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 143 (56.25% from 255 or 22.48% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #F18FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18FFC is #0E7003. Grayscale: #B8B8B8. Windows color (decimal): -946180 or 16551921. OLE color: 16551921.
HSL color Cylindrical-coordinate representation of color #F18FFC: hue angle of 293.94º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18FFC is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 143 | 252 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.01 |
| HSL | 293.94º | 0.95% | 0.77% | - |
| HSV(B) | 293.94º | 0.43% | 0.99% | - |
| XYZ | 63.67 | 45.37 | 97.5 | - |
| YUV | 184.73 | 165.97 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 252 | 0.04 | 0.43 | 0 | 0.01 | 293.94 | 0.95 | 0.77 |
| Hex | F1 | 8F | FC | 4 | 2B | 0 | 1 | 126 | 5F | 4D |
| Octal | 361 | 217 | 374 | 4 | 53 | 0 | 1 | 446 | 137 | 115 |
| Binary | 11110001 | 10001111 | 11111100 | 100 | 101011 | 0 | 1 | 100100110 | 1011111 | 1001101 |
Color Harmonies of #F18FFC
Complementary color
Monochromatic Colors of #F18FFC
Black with #F18FFC
Text Example
Text Example
White with #F18FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FFC; }
p { color: rgb(241,143,252); }
H1.HeaderClassName
{
color: #F18FFC;
}
.AnyTagClassName
{
color: #F18FFC;
}
</style>
background-color css
<style>
a { background-color: #F18FFC; }
a { background-color: rgb(241,143,252); }
div.DivClassName
{
background-color: #F18FFC;
}
.BgClassName
{
background-color: #F18FFC;
}
</style>
border-color css
<style>
span { border-color: #F18FFC; }
span { border-color: rgb(241,143,252); }
td.TdClassName
{
border-color: #F18FFC;
}
.TagClassName
{
border-color: #F18FFC;
}
</style>