Shades of Violet Red #F9418A
Tints of Violet Red #F9418A
RGB
CMYK
RGB Variations
Color information
#F9418A (or 0xF9418A) is known color: Violet Red. HEX triplet: F9, 41 and 8A. RGB value is (249,65,138). Sum of RGB (Red+Green+Blue) = 249+65+138=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F9418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9418A is #06BE75. Grayscale: #808080. Windows color (decimal): -441974 or 9060857. OLE color: 9060857.
HSL color Cylindrical-coordinate representation of color #F9418A: hue angle of 336.2º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9418A is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 138 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.02 |
| HSL | 336.2º | 0.94% | 0.62% | - |
| HSV(B) | 336.2º | 0.74% | 0.98% | - |
| XYZ | 45.54 | 25.76 | 26.62 | - |
| YUV | 128.34 | 133.46 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 138 | 0 | 0.74 | 0.45 | 0.02 | 336.2 | 0.94 | 0.62 |
| Hex | F9 | 41 | 8A | 0 | 4A | 2D | 2 | 150 | 5E | 3E |
| Octal | 371 | 101 | 212 | 0 | 112 | 55 | 2 | 520 | 136 | 76 |
| Binary | 11111001 | 1000001 | 10001010 | 0 | 1001010 | 101101 | 10 | 101010000 | 1011110 | 111110 |
Color Harmonies of #F9418A
Complementary color
Monochromatic Colors of #F9418A
Black with #F9418A
Text Example
Text Example
White with #F9418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9418A; }
p { color: rgb(249,65,138); }
H1.HeaderClassName
{
color: #F9418A;
}
.AnyTagClassName
{
color: #F9418A;
}
</style>
background-color css
<style>
a { background-color: #F9418A; }
a { background-color: rgb(249,65,138); }
div.DivClassName
{
background-color: #F9418A;
}
.BgClassName
{
background-color: #F9418A;
}
</style>
border-color css
<style>
span { border-color: #F9418A; }
span { border-color: rgb(249,65,138); }
td.TdClassName
{
border-color: #F9418A;
}
.TagClassName
{
border-color: #F9418A;
}
</style>