Shades of Violet #F27BEB
Tints of Violet #F27BEB
RGB
CMYK
RGB Variations
Color information
#F27BEB (or 0xF27BEB) is known color: Violet. HEX triplet: F2, 7B and EB. RGB value is (242,123,235). Sum of RGB (Red+Green+Blue) = 242+123+235=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 123 (48.44% from 255 or 20.5% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F27BEB is #0D8414. Grayscale: #ABABAB. Windows color (decimal): -885781 or 15432690. OLE color: 15432690.
HSL color Cylindrical-coordinate representation of color #F27BEB: hue angle of 303.53º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27BEB is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 235 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.05 |
| HSL | 303.53º | 0.82% | 0.72% | - |
| HSV(B) | 303.53º | 0.49% | 0.95% | - |
| XYZ | 58.7 | 39.04 | 83.04 | - |
| YUV | 171.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 235 | 0 | 0.49 | 0.03 | 0.05 | 303.53 | 0.82 | 0.72 |
| Hex | F2 | 7B | EB | 0 | 31 | 3 | 5 | 130 | 52 | 48 |
| Octal | 362 | 173 | 353 | 0 | 61 | 3 | 5 | 460 | 122 | 110 |
| Binary | 11110010 | 1111011 | 11101011 | 0 | 110001 | 11 | 101 | 100110000 | 1010010 | 1001000 |
Color Harmonies of #F27BEB
Complementary color
Monochromatic Colors of #F27BEB
Black with #F27BEB
Text Example
Text Example
White with #F27BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27BEB; }
p { color: rgb(242,123,235); }
H1.HeaderClassName
{
color: #F27BEB;
}
.AnyTagClassName
{
color: #F27BEB;
}
</style>
background-color css
<style>
a { background-color: #F27BEB; }
a { background-color: rgb(242,123,235); }
div.DivClassName
{
background-color: #F27BEB;
}
.BgClassName
{
background-color: #F27BEB;
}
</style>
border-color css
<style>
span { border-color: #F27BEB; }
span { border-color: rgb(242,123,235); }
td.TdClassName
{
border-color: #F27BEB;
}
.TagClassName
{
border-color: #F27BEB;
}
</style>