Shades of Violet #F18CFD
Tints of Violet #F18CFD
RGB
CMYK
RGB Variations
Color information
#F18CFD (or 0xF18CFD) is known color: Violet. HEX triplet: F1, 8C and FD. RGB value is (241,140,253). Sum of RGB (Red+Green+Blue) = 241+140+253=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 140 (55.08% from 255 or 22.08% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #F18CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18CFD is #0E7302. Grayscale: #B6B6B6. Windows color (decimal): -946947 or 16616689. OLE color: 16616689.
HSL color Cylindrical-coordinate representation of color #F18CFD: hue angle of 293.63º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F18CFD is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 140 | 253 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.01 |
| HSL | 293.63º | 0.97% | 0.77% | - |
| HSV(B) | 293.63º | 0.45% | 0.99% | - |
| XYZ | 63.38 | 44.55 | 98.19 | - |
| YUV | 183.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 253 | 0.05 | 0.45 | 0 | 0.01 | 293.63 | 0.97 | 0.77 |
| Hex | F1 | 8C | FD | 5 | 2D | 0 | 1 | 126 | 61 | 4D |
| Octal | 361 | 214 | 375 | 5 | 55 | 0 | 1 | 446 | 141 | 115 |
| Binary | 11110001 | 10001100 | 11111101 | 101 | 101101 | 0 | 1 | 100100110 | 1100001 | 1001101 |
Color Harmonies of #F18CFD
Complementary color
Monochromatic Colors of #F18CFD
Black with #F18CFD
Text Example
Text Example
White with #F18CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18CFD; }
p { color: rgb(241,140,253); }
H1.HeaderClassName
{
color: #F18CFD;
}
.AnyTagClassName
{
color: #F18CFD;
}
</style>
background-color css
<style>
a { background-color: #F18CFD; }
a { background-color: rgb(241,140,253); }
div.DivClassName
{
background-color: #F18CFD;
}
.BgClassName
{
background-color: #F18CFD;
}
</style>
border-color css
<style>
span { border-color: #F18CFD; }
span { border-color: rgb(241,140,253); }
td.TdClassName
{
border-color: #F18CFD;
}
.TagClassName
{
border-color: #F18CFD;
}
</style>