Shades of Violet #F388F1
Tints of Violet #F388F1
RGB
CMYK
RGB Variations
Color information
#F388F1 (or 0xF388F1) is known color: Violet. HEX triplet: F3, 88 and F1. RGB value is (243,136,241). Sum of RGB (Red+Green+Blue) = 243+136+241=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 136 (53.52% from 255 or 21.94% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F388F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F388F1 is #0C770E. Grayscale: #B3B3B3. Windows color (decimal): -816911 or 15829235. OLE color: 15829235.
HSL color Cylindrical-coordinate representation of color #F388F1: hue angle of 301.12º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F388F1 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 241 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.05 |
| HSL | 301.12º | 0.82% | 0.74% | - |
| HSV(B) | 301.12º | 0.44% | 0.95% | - |
| XYZ | 61.64 | 43.01 | 88.27 | - |
| YUV | 179.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 241 | 0 | 0.44 | 0.01 | 0.05 | 301.12 | 0.82 | 0.74 |
| Hex | F3 | 88 | F1 | 0 | 2C | 1 | 5 | 12D | 52 | 4A |
| Octal | 363 | 210 | 361 | 0 | 54 | 1 | 5 | 455 | 122 | 112 |
| Binary | 11110011 | 10001000 | 11110001 | 0 | 101100 | 1 | 101 | 100101101 | 1010010 | 1001010 |
Color Harmonies of #F388F1
Complementary color
Monochromatic Colors of #F388F1
Black with #F388F1
Text Example
Text Example
White with #F388F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F388F1; }
p { color: rgb(243,136,241); }
H1.HeaderClassName
{
color: #F388F1;
}
.AnyTagClassName
{
color: #F388F1;
}
</style>
background-color css
<style>
a { background-color: #F388F1; }
a { background-color: rgb(243,136,241); }
div.DivClassName
{
background-color: #F388F1;
}
.BgClassName
{
background-color: #F388F1;
}
</style>
border-color css
<style>
span { border-color: #F388F1; }
span { border-color: rgb(243,136,241); }
td.TdClassName
{
border-color: #F388F1;
}
.TagClassName
{
border-color: #F388F1;
}
</style>