Shades of Violet #F38CFF
Tints of Violet #F38CFF
RGB
CMYK
RGB Variations
Color information
#F38CFF (or 0xF38CFF) is known color: Violet. HEX triplet: F3, 8C and FF. RGB value is (243,140,255). Sum of RGB (Red+Green+Blue) = 243+140+255=638 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.09% from 638); Green value is 140 (55.08% from 255 or 21.94% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #F38CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38CFF is #0C7300. Grayscale: #B7B7B7. Windows color (decimal): -815873 or 16747763. OLE color: 16747763.
HSL color Cylindrical-coordinate representation of color #F38CFF: hue angle of 293.74º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F38CFF is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 140 | 255 | - |
| CMYK | 0.05 | 0.45 | 0 | 0 |
| HSL | 293.74º | 1% | 0.77% | - |
| HSV(B) | 293.74º | 0.45% | 1% | - |
| XYZ | 64.39 | 45.03 | 99.91 | - |
| YUV | 183.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 255 | 0.05 | 0.45 | 0 | 0 | 293.74 | 1 | 0.77 |
| Hex | F3 | 8C | FF | 5 | 2D | 0 | 0 | 126 | 64 | 4D |
| Octal | 363 | 214 | 377 | 5 | 55 | 0 | 0 | 446 | 144 | 115 |
| Binary | 11110011 | 10001100 | 11111111 | 101 | 101101 | 0 | 0 | 100100110 | 1100100 | 1001101 |
Color Harmonies of #F38CFF
Complementary color
Monochromatic Colors of #F38CFF
Black with #F38CFF
Text Example
Text Example
White with #F38CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38CFF; }
p { color: rgb(243,140,255); }
H1.HeaderClassName
{
color: #F38CFF;
}
.AnyTagClassName
{
color: #F38CFF;
}
</style>
background-color css
<style>
a { background-color: #F38CFF; }
a { background-color: rgb(243,140,255); }
div.DivClassName
{
background-color: #F38CFF;
}
.BgClassName
{
background-color: #F38CFF;
}
</style>
border-color css
<style>
span { border-color: #F38CFF; }
span { border-color: rgb(243,140,255); }
td.TdClassName
{
border-color: #F38CFF;
}
.TagClassName
{
border-color: #F38CFF;
}
</style>