Shades of Violet #F38FF2
Tints of Violet #F38FF2
RGB
CMYK
RGB Variations
Color information
#F38FF2 (or 0xF38FF2) is known color: Violet. HEX triplet: F3, 8F and F2. RGB value is (243,143,242). Sum of RGB (Red+Green+Blue) = 243+143+242=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 143 (56.25% from 255 or 22.77% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38FF2 is #0C700D. Grayscale: #B7B7B7. Windows color (decimal): -815118 or 15896563. OLE color: 15896563.
HSL color Cylindrical-coordinate representation of color #F38FF2: hue angle of 300.6º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F38FF2 is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 143 | 242 | - |
| CMYK | 0 | 0.41 | 0.00 | 0.05 |
| HSL | 300.6º | 0.81% | 0.76% | - |
| HSV(B) | 300.6º | 0.41% | 0.95% | - |
| XYZ | 62.81 | 45.11 | 89.4 | - |
| YUV | 184.19 | 160.63 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 143 | 242 | 0 | 0.41 | 0.00 | 0.05 | 300.6 | 0.81 | 0.76 |
| Hex | F3 | 8F | F2 | 0 | 29 | 0 | 5 | 12D | 51 | 4C |
| Octal | 363 | 217 | 362 | 0 | 51 | 0 | 5 | 455 | 121 | 114 |
| Binary | 11110011 | 10001111 | 11110010 | 0 | 101001 | 0 | 101 | 100101101 | 1010001 | 1001100 |
Color Harmonies of #F38FF2
Complementary color
Monochromatic Colors of #F38FF2
Black with #F38FF2
Text Example
Text Example
White with #F38FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38FF2; }
p { color: rgb(243,143,242); }
H1.HeaderClassName
{
color: #F38FF2;
}
.AnyTagClassName
{
color: #F38FF2;
}
</style>
background-color css
<style>
a { background-color: #F38FF2; }
a { background-color: rgb(243,143,242); }
div.DivClassName
{
background-color: #F38FF2;
}
.BgClassName
{
background-color: #F38FF2;
}
</style>
border-color css
<style>
span { border-color: #F38FF2; }
span { border-color: rgb(243,143,242); }
td.TdClassName
{
border-color: #F38FF2;
}
.TagClassName
{
border-color: #F38FF2;
}
</style>