Shades of Violet #F475EA
Tints of Violet #F475EA
RGB
CMYK
RGB Variations
Color information
#F475EA (or 0xF475EA) is known color: Violet. HEX triplet: F4, 75 and EA. RGB value is (244,117,234). Sum of RGB (Red+Green+Blue) = 244+117+234=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 117 (46.09% from 255 or 19.66% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F475EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F475EA is #0B8A15. Grayscale: #A7A7A7. Windows color (decimal): -756246 or 15365620. OLE color: 15365620.
HSL color Cylindrical-coordinate representation of color #F475EA: hue angle of 304.72º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F475EA is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 117 | 234 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.04 |
| HSL | 304.72º | 0.85% | 0.71% | - |
| HSV(B) | 304.72º | 0.52% | 0.96% | - |
| XYZ | 58.52 | 37.9 | 82.07 | - |
| YUV | 168.31 | 165.08 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 117 | 234 | 0 | 0.52 | 0.04 | 0.04 | 304.72 | 0.85 | 0.71 |
| Hex | F4 | 75 | EA | 0 | 34 | 4 | 4 | 131 | 55 | 47 |
| Octal | 364 | 165 | 352 | 0 | 64 | 4 | 4 | 461 | 125 | 107 |
| Binary | 11110100 | 1110101 | 11101010 | 0 | 110100 | 100 | 100 | 100110001 | 1010101 | 1000111 |
Color Harmonies of #F475EA
Complementary color
Monochromatic Colors of #F475EA
Black with #F475EA
Text Example
Text Example
White with #F475EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F475EA; }
p { color: rgb(244,117,234); }
H1.HeaderClassName
{
color: #F475EA;
}
.AnyTagClassName
{
color: #F475EA;
}
</style>
background-color css
<style>
a { background-color: #F475EA; }
a { background-color: rgb(244,117,234); }
div.DivClassName
{
background-color: #F475EA;
}
.BgClassName
{
background-color: #F475EA;
}
</style>
border-color css
<style>
span { border-color: #F475EA; }
span { border-color: rgb(244,117,234); }
td.TdClassName
{
border-color: #F475EA;
}
.TagClassName
{
border-color: #F475EA;
}
</style>