Shades of Violet #F38BF2
Tints of Violet #F38BF2
RGB
CMYK
RGB Variations
Color information
#F38BF2 (or 0xF38BF2) is known color: Violet. HEX triplet: F3, 8B and F2. RGB value is (243,139,242). Sum of RGB (Red+Green+Blue) = 243+139+242=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 139 (54.69% from 255 or 22.28% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F38BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38BF2 is #0C740D. Grayscale: #B5B5B5. Windows color (decimal): -816142 or 15895539. OLE color: 15895539.
HSL color Cylindrical-coordinate representation of color #F38BF2: hue angle of 300.58º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38BF2 is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 139 | 242 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.05 |
| HSL | 300.58º | 0.81% | 0.75% | - |
| HSV(B) | 300.58º | 0.43% | 0.95% | - |
| XYZ | 62.22 | 43.93 | 89.2 | - |
| YUV | 181.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 139 | 242 | 0 | 0.43 | 0.00 | 0.05 | 300.58 | 0.81 | 0.75 |
| Hex | F3 | 8B | F2 | 0 | 2B | 0 | 5 | 12D | 51 | 4B |
| Octal | 363 | 213 | 362 | 0 | 53 | 0 | 5 | 455 | 121 | 113 |
| Binary | 11110011 | 10001011 | 11110010 | 0 | 101011 | 0 | 101 | 100101101 | 1010001 | 1001011 |
Color Harmonies of #F38BF2
Complementary color
Monochromatic Colors of #F38BF2
Black with #F38BF2
Text Example
Text Example
White with #F38BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38BF2; }
p { color: rgb(243,139,242); }
H1.HeaderClassName
{
color: #F38BF2;
}
.AnyTagClassName
{
color: #F38BF2;
}
</style>
background-color css
<style>
a { background-color: #F38BF2; }
a { background-color: rgb(243,139,242); }
div.DivClassName
{
background-color: #F38BF2;
}
.BgClassName
{
background-color: #F38BF2;
}
</style>
border-color css
<style>
span { border-color: #F38BF2; }
span { border-color: rgb(243,139,242); }
td.TdClassName
{
border-color: #F38BF2;
}
.TagClassName
{
border-color: #F38BF2;
}
</style>