Shades of Violet #F273EB
Tints of Violet #F273EB
RGB
CMYK
RGB Variations
Color information
#F273EB (or 0xF273EB) is known color: Violet. HEX triplet: F2, 73 and EB. RGB value is (242,115,235). Sum of RGB (Red+Green+Blue) = 242+115+235=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 115 (45.31% from 255 or 19.43% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F273EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F273EB is #0D8C14. Grayscale: #A6A6A6. Windows color (decimal): -887829 or 15430642. OLE color: 15430642.
HSL color Cylindrical-coordinate representation of color #F273EB: hue angle of 303.31º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F273EB is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 235 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.05 |
| HSL | 303.31º | 0.83% | 0.7% | - |
| HSV(B) | 303.31º | 0.52% | 0.95% | - |
| XYZ | 57.74 | 37.14 | 82.72 | - |
| YUV | 166.65 | 166.58 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 235 | 0 | 0.52 | 0.03 | 0.05 | 303.31 | 0.83 | 0.7 |
| Hex | F2 | 73 | EB | 0 | 34 | 3 | 5 | 12F | 53 | 46 |
| Octal | 362 | 163 | 353 | 0 | 64 | 3 | 5 | 457 | 123 | 106 |
| Binary | 11110010 | 1110011 | 11101011 | 0 | 110100 | 11 | 101 | 100101111 | 1010011 | 1000110 |
Color Harmonies of #F273EB
Complementary color
Monochromatic Colors of #F273EB
Black with #F273EB
Text Example
Text Example
White with #F273EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F273EB; }
p { color: rgb(242,115,235); }
H1.HeaderClassName
{
color: #F273EB;
}
.AnyTagClassName
{
color: #F273EB;
}
</style>
background-color css
<style>
a { background-color: #F273EB; }
a { background-color: rgb(242,115,235); }
div.DivClassName
{
background-color: #F273EB;
}
.BgClassName
{
background-color: #F273EB;
}
</style>
border-color css
<style>
span { border-color: #F273EB; }
span { border-color: rgb(242,115,235); }
td.TdClassName
{
border-color: #F273EB;
}
.TagClassName
{
border-color: #F273EB;
}
</style>