Shades of Violet #F478F5
Tints of Violet #F478F5
RGB
CMYK
RGB Variations
Color information
#F478F5 (or 0xF478F5) is known color: Violet. HEX triplet: F4, 78 and F5. RGB value is (244,120,245). Sum of RGB (Red+Green+Blue) = 244+120+245=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 120 (47.27% from 255 or 19.70% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 245 - color contains mainly: blue. Hex color #F478F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F478F5 is #0B870A. Grayscale: #AAAAAA. Windows color (decimal): -755467 or 16087284. OLE color: 16087284.
HSL color Cylindrical-coordinate representation of color #F478F5: hue angle of 299.52º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F478F5 is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 120 | 245 | - |
| CMYK | 0.00 | 0.51 | 0 | 0.04 |
| HSL | 299.52º | 0.86% | 0.72% | - |
| HSV(B) | 299.52º | 0.51% | 0.96% | - |
| XYZ | 60.51 | 39.26 | 90.77 | - |
| YUV | 171.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 120 | 245 | 0.00 | 0.51 | 0 | 0.04 | 299.52 | 0.86 | 0.72 |
| Hex | F4 | 78 | F5 | 0 | 33 | 0 | 4 | 12C | 56 | 48 |
| Octal | 364 | 170 | 365 | 0 | 63 | 0 | 4 | 454 | 126 | 110 |
| Binary | 11110100 | 1111000 | 11110101 | 0 | 110011 | 0 | 100 | 100101100 | 1010110 | 1001000 |
Color Harmonies of #F478F5
Complementary color
Monochromatic Colors of #F478F5
Black with #F478F5
Text Example
Text Example
White with #F478F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F478F5; }
p { color: rgb(244,120,245); }
H1.HeaderClassName
{
color: #F478F5;
}
.AnyTagClassName
{
color: #F478F5;
}
</style>
background-color css
<style>
a { background-color: #F478F5; }
a { background-color: rgb(244,120,245); }
div.DivClassName
{
background-color: #F478F5;
}
.BgClassName
{
background-color: #F478F5;
}
</style>
border-color css
<style>
span { border-color: #F478F5; }
span { border-color: rgb(244,120,245); }
td.TdClassName
{
border-color: #F478F5;
}
.TagClassName
{
border-color: #F478F5;
}
</style>