Shades of Violet #F485F1
Tints of Violet #F485F1
RGB
CMYK
RGB Variations
Color information
#F485F1 (or 0xF485F1) is known color: Violet. HEX triplet: F4, 85 and F1. RGB value is (244,133,241). Sum of RGB (Red+Green+Blue) = 244+133+241=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 133 (52.34% from 255 or 21.52% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F485F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F485F1 is #0B7A0E. Grayscale: #B2B2B2. Windows color (decimal): -752143 or 15828468. OLE color: 15828468.
HSL color Cylindrical-coordinate representation of color #F485F1: hue angle of 301.62º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F485F1 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 133 | 241 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.04 |
| HSL | 301.62º | 0.83% | 0.74% | - |
| HSV(B) | 301.62º | 0.45% | 0.96% | - |
| XYZ | 61.57 | 42.36 | 88.15 | - |
| YUV | 178.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 133 | 241 | 0 | 0.45 | 0.01 | 0.04 | 301.62 | 0.83 | 0.74 |
| Hex | F4 | 85 | F1 | 0 | 2D | 1 | 4 | 12E | 53 | 4A |
| Octal | 364 | 205 | 361 | 0 | 55 | 1 | 4 | 456 | 123 | 112 |
| Binary | 11110100 | 10000101 | 11110001 | 0 | 101101 | 1 | 100 | 100101110 | 1010011 | 1001010 |
Color Harmonies of #F485F1
Complementary color
Monochromatic Colors of #F485F1
Black with #F485F1
Text Example
Text Example
White with #F485F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F485F1; }
p { color: rgb(244,133,241); }
H1.HeaderClassName
{
color: #F485F1;
}
.AnyTagClassName
{
color: #F485F1;
}
</style>
background-color css
<style>
a { background-color: #F485F1; }
a { background-color: rgb(244,133,241); }
div.DivClassName
{
background-color: #F485F1;
}
.BgClassName
{
background-color: #F485F1;
}
</style>
border-color css
<style>
span { border-color: #F485F1; }
span { border-color: rgb(244,133,241); }
td.TdClassName
{
border-color: #F485F1;
}
.TagClassName
{
border-color: #F485F1;
}
</style>