Shades of Violet Red #F9418F
Tints of Violet Red #F9418F
RGB
CMYK
RGB Variations
Color information
#F9418F (or 0xF9418F) is known color: Violet Red. HEX triplet: F9, 41 and 8F. RGB value is (249,65,143). Sum of RGB (Red+Green+Blue) = 249+65+143=457 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.49% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 249 - color contains mainly: red. Hex color #F9418F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9418F is #06BE70. Grayscale: #808080. Windows color (decimal): -441969 or 9388537. OLE color: 9388537.
HSL color Cylindrical-coordinate representation of color #F9418F: hue angle of 334.57º 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 #F9418F is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 143 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.02 |
| HSL | 334.57º | 0.94% | 0.62% | - |
| HSV(B) | 334.57º | 0.74% | 0.98% | - |
| XYZ | 45.92 | 25.9 | 28.57 | - |
| YUV | 128.91 | 135.96 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 143 | 0 | 0.74 | 0.43 | 0.02 | 334.57 | 0.94 | 0.62 |
| Hex | F9 | 41 | 8F | 0 | 4A | 2B | 2 | 14F | 5E | 3E |
| Octal | 371 | 101 | 217 | 0 | 112 | 53 | 2 | 517 | 136 | 76 |
| Binary | 11111001 | 1000001 | 10001111 | 0 | 1001010 | 101011 | 10 | 101001111 | 1011110 | 111110 |
Color Harmonies of #F9418F
Complementary color
Monochromatic Colors of #F9418F
Black with #F9418F
Text Example
Text Example
White with #F9418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9418F; }
p { color: rgb(249,65,143); }
H1.HeaderClassName
{
color: #F9418F;
}
.AnyTagClassName
{
color: #F9418F;
}
</style>
background-color css
<style>
a { background-color: #F9418F; }
a { background-color: rgb(249,65,143); }
div.DivClassName
{
background-color: #F9418F;
}
.BgClassName
{
background-color: #F9418F;
}
</style>
border-color css
<style>
span { border-color: #F9418F; }
span { border-color: rgb(249,65,143); }
td.TdClassName
{
border-color: #F9418F;
}
.TagClassName
{
border-color: #F9418F;
}
</style>