Shades of Violet #F17BEA
Tints of Violet #F17BEA
RGB
CMYK
RGB Variations
Color information
#F17BEA (or 0xF17BEA) is known color: Violet. HEX triplet: F1, 7B and EA. RGB value is (241,123,234). Sum of RGB (Red+Green+Blue) = 241+123+234=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 123 (48.44% from 255 or 20.57% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17BEA is #0E8415. Grayscale: #AAAAAA. Windows color (decimal): -951318 or 15367153. OLE color: 15367153.
HSL color Cylindrical-coordinate representation of color #F17BEA: hue angle of 303.56º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17BEA is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 123 | 234 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.05 |
| HSL | 303.56º | 0.81% | 0.71% | - |
| HSV(B) | 303.56º | 0.49% | 0.95% | - |
| XYZ | 58.21 | 38.81 | 82.26 | - |
| YUV | 170.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 234 | 0 | 0.49 | 0.03 | 0.05 | 303.56 | 0.81 | 0.71 |
| Hex | F1 | 7B | EA | 0 | 31 | 3 | 5 | 130 | 51 | 47 |
| Octal | 361 | 173 | 352 | 0 | 61 | 3 | 5 | 460 | 121 | 107 |
| Binary | 11110001 | 1111011 | 11101010 | 0 | 110001 | 11 | 101 | 100110000 | 1010001 | 1000111 |
Color Harmonies of #F17BEA
Complementary color
Monochromatic Colors of #F17BEA
Black with #F17BEA
Text Example
Text Example
White with #F17BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17BEA; }
p { color: rgb(241,123,234); }
H1.HeaderClassName
{
color: #F17BEA;
}
.AnyTagClassName
{
color: #F17BEA;
}
</style>
background-color css
<style>
a { background-color: #F17BEA; }
a { background-color: rgb(241,123,234); }
div.DivClassName
{
background-color: #F17BEA;
}
.BgClassName
{
background-color: #F17BEA;
}
</style>
border-color css
<style>
span { border-color: #F17BEA; }
span { border-color: rgb(241,123,234); }
td.TdClassName
{
border-color: #F17BEA;
}
.TagClassName
{
border-color: #F17BEA;
}
</style>