Shades of Violet #F377F4
Tints of Violet #F377F4
RGB
CMYK
RGB Variations
Color information
#F377F4 (or 0xF377F4) is known color: Violet. HEX triplet: F3, 77 and F4. RGB value is (243,119,244). Sum of RGB (Red+Green+Blue) = 243+119+244=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 119 (46.88% from 255 or 19.64% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 244 - color contains mainly: blue. Hex color #F377F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F377F4 is #0C880B. Grayscale: #A9A9A9. Windows color (decimal): -821260 or 16021491. OLE color: 16021491.
HSL color Cylindrical-coordinate representation of color #F377F4: hue angle of 299.52º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F377F4 is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 119 | 244 | - |
| CMYK | 0.00 | 0.51 | 0 | 0.04 |
| HSL | 299.52º | 0.85% | 0.71% | - |
| HSV(B) | 299.52º | 0.51% | 0.96% | - |
| XYZ | 59.89 | 38.78 | 89.92 | - |
| YUV | 170.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 244 | 0.00 | 0.51 | 0 | 0.04 | 299.52 | 0.85 | 0.71 |
| Hex | F3 | 77 | F4 | 0 | 33 | 0 | 4 | 12C | 55 | 47 |
| Octal | 363 | 167 | 364 | 0 | 63 | 0 | 4 | 454 | 125 | 107 |
| Binary | 11110011 | 1110111 | 11110100 | 0 | 110011 | 0 | 100 | 100101100 | 1010101 | 1000111 |
Color Harmonies of #F377F4
Complementary color
Monochromatic Colors of #F377F4
Black with #F377F4
Text Example
Text Example
White with #F377F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F377F4; }
p { color: rgb(243,119,244); }
H1.HeaderClassName
{
color: #F377F4;
}
.AnyTagClassName
{
color: #F377F4;
}
</style>
background-color css
<style>
a { background-color: #F377F4; }
a { background-color: rgb(243,119,244); }
div.DivClassName
{
background-color: #F377F4;
}
.BgClassName
{
background-color: #F377F4;
}
</style>
border-color css
<style>
span { border-color: #F377F4; }
span { border-color: rgb(243,119,244); }
td.TdClassName
{
border-color: #F377F4;
}
.TagClassName
{
border-color: #F377F4;
}
</style>