Shades of Violet #F18AFB
Tints of Violet #F18AFB
RGB
CMYK
RGB Variations
Color information
#F18AFB (or 0xF18AFB) is known color: Violet. HEX triplet: F1, 8A and FB. RGB value is (241,138,251). Sum of RGB (Red+Green+Blue) = 241+138+251=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 138 (54.30% from 255 or 21.90% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #F18AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18AFB is #0E7504. Grayscale: #B5B5B5. Windows color (decimal): -947461 or 16485105. OLE color: 16485105.
HSL color Cylindrical-coordinate representation of color #F18AFB: hue angle of 294.69º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F18AFB is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 138 | 251 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.02 |
| HSL | 294.69º | 0.93% | 0.76% | - |
| HSV(B) | 294.69º | 0.45% | 0.98% | - |
| XYZ | 62.78 | 43.84 | 96.42 | - |
| YUV | 181.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 251 | 0.04 | 0.45 | 0 | 0.02 | 294.69 | 0.93 | 0.76 |
| Hex | F1 | 8A | FB | 4 | 2D | 0 | 2 | 127 | 5D | 4C |
| Octal | 361 | 212 | 373 | 4 | 55 | 0 | 2 | 447 | 135 | 114 |
| Binary | 11110001 | 10001010 | 11111011 | 100 | 101101 | 0 | 10 | 100100111 | 1011101 | 1001100 |
Color Harmonies of #F18AFB
Complementary color
Monochromatic Colors of #F18AFB
Black with #F18AFB
Text Example
Text Example
White with #F18AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AFB; }
p { color: rgb(241,138,251); }
H1.HeaderClassName
{
color: #F18AFB;
}
.AnyTagClassName
{
color: #F18AFB;
}
</style>
background-color css
<style>
a { background-color: #F18AFB; }
a { background-color: rgb(241,138,251); }
div.DivClassName
{
background-color: #F18AFB;
}
.BgClassName
{
background-color: #F18AFB;
}
</style>
border-color css
<style>
span { border-color: #F18AFB; }
span { border-color: rgb(241,138,251); }
td.TdClassName
{
border-color: #F18AFB;
}
.TagClassName
{
border-color: #F18AFB;
}
</style>