Shades of Violet #F18FFB
Tints of Violet #F18FFB
RGB
CMYK
RGB Variations
Color information
#F18FFB (or 0xF18FFB) is known color: Violet. HEX triplet: F1, 8F and FB. RGB value is (241,143,251). Sum of RGB (Red+Green+Blue) = 241+143+251=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 143 (56.25% from 255 or 22.52% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #F18FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18FFB is #0E7004. Grayscale: #B8B8B8. Windows color (decimal): -946181 or 16486385. OLE color: 16486385.
HSL color Cylindrical-coordinate representation of color #F18FFB: hue angle of 294.44º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18FFB is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 143 | 251 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.02 |
| HSL | 294.44º | 0.93% | 0.77% | - |
| HSV(B) | 294.44º | 0.43% | 0.98% | - |
| XYZ | 63.51 | 45.31 | 96.67 | - |
| YUV | 184.61 | 165.47 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 251 | 0.04 | 0.43 | 0 | 0.02 | 294.44 | 0.93 | 0.77 |
| Hex | F1 | 8F | FB | 4 | 2B | 0 | 2 | 126 | 5D | 4D |
| Octal | 361 | 217 | 373 | 4 | 53 | 0 | 2 | 446 | 135 | 115 |
| Binary | 11110001 | 10001111 | 11111011 | 100 | 101011 | 0 | 10 | 100100110 | 1011101 | 1001101 |
Color Harmonies of #F18FFB
Complementary color
Monochromatic Colors of #F18FFB
Black with #F18FFB
Text Example
Text Example
White with #F18FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FFB; }
p { color: rgb(241,143,251); }
H1.HeaderClassName
{
color: #F18FFB;
}
.AnyTagClassName
{
color: #F18FFB;
}
</style>
background-color css
<style>
a { background-color: #F18FFB; }
a { background-color: rgb(241,143,251); }
div.DivClassName
{
background-color: #F18FFB;
}
.BgClassName
{
background-color: #F18FFB;
}
</style>
border-color css
<style>
span { border-color: #F18FFB; }
span { border-color: rgb(241,143,251); }
td.TdClassName
{
border-color: #F18FFB;
}
.TagClassName
{
border-color: #F18FFB;
}
</style>