Shades of Violet #F276F3
Tints of Violet #F276F3
RGB
CMYK
RGB Variations
Color information
#F276F3 (or 0xF276F3) is known color: Violet. HEX triplet: F2, 76 and F3. RGB value is (242,118,243). Sum of RGB (Red+Green+Blue) = 242+118+243=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 118 (46.48% from 255 or 19.57% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 243 - color contains mainly: blue. Hex color #F276F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F276F3 is #0D890C. Grayscale: #A8A8A8. Windows color (decimal): -887053 or 15955698. OLE color: 15955698.
HSL color Cylindrical-coordinate representation of color #F276F3: hue angle of 299.52º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F276F3 is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 243 | - |
| CMYK | 0.00 | 0.51 | 0 | 0.05 |
| HSL | 299.52º | 0.84% | 0.71% | - |
| HSV(B) | 299.52º | 0.51% | 0.95% | - |
| XYZ | 59.27 | 38.31 | 89.06 | - |
| YUV | 169.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 243 | 0.00 | 0.51 | 0 | 0.05 | 299.52 | 0.84 | 0.71 |
| Hex | F2 | 76 | F3 | 0 | 33 | 0 | 5 | 12C | 54 | 47 |
| Octal | 362 | 166 | 363 | 0 | 63 | 0 | 5 | 454 | 124 | 107 |
| Binary | 11110010 | 1110110 | 11110011 | 0 | 110011 | 0 | 101 | 100101100 | 1010100 | 1000111 |
Color Harmonies of #F276F3
Complementary color
Monochromatic Colors of #F276F3
Black with #F276F3
Text Example
Text Example
White with #F276F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F276F3; }
p { color: rgb(242,118,243); }
H1.HeaderClassName
{
color: #F276F3;
}
.AnyTagClassName
{
color: #F276F3;
}
</style>
background-color css
<style>
a { background-color: #F276F3; }
a { background-color: rgb(242,118,243); }
div.DivClassName
{
background-color: #F276F3;
}
.BgClassName
{
background-color: #F276F3;
}
</style>
border-color css
<style>
span { border-color: #F276F3; }
span { border-color: rgb(242,118,243); }
td.TdClassName
{
border-color: #F276F3;
}
.TagClassName
{
border-color: #F276F3;
}
</style>