Shades of Violet Red #F9438F
Tints of Violet Red #F9438F
RGB
CMYK
RGB Variations
Color information
#F9438F (or 0xF9438F) is known color: Violet Red. HEX triplet: F9, 43 and 8F. RGB value is (249,67,143). Sum of RGB (Red+Green+Blue) = 249+67+143=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F9438F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9438F is #06BC70. Grayscale: #818181. Windows color (decimal): -441457 or 9389049. OLE color: 9389049.
HSL color Cylindrical-coordinate representation of color #F9438F: hue angle of 334.95º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9438F is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 143 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.02 |
| HSL | 334.95º | 0.94% | 0.62% | - |
| HSV(B) | 334.95º | 0.73% | 0.98% | - |
| XYZ | 46.03 | 26.14 | 28.61 | - |
| YUV | 130.08 | 135.3 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 143 | 0 | 0.73 | 0.43 | 0.02 | 334.95 | 0.94 | 0.62 |
| Hex | F9 | 43 | 8F | 0 | 49 | 2B | 2 | 14F | 5E | 3E |
| Octal | 371 | 103 | 217 | 0 | 111 | 53 | 2 | 517 | 136 | 76 |
| Binary | 11111001 | 1000011 | 10001111 | 0 | 1001001 | 101011 | 10 | 101001111 | 1011110 | 111110 |
Color Harmonies of #F9438F
Complementary color
Monochromatic Colors of #F9438F
Black with #F9438F
Text Example
Text Example
White with #F9438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9438F; }
p { color: rgb(249,67,143); }
H1.HeaderClassName
{
color: #F9438F;
}
.AnyTagClassName
{
color: #F9438F;
}
</style>
background-color css
<style>
a { background-color: #F9438F; }
a { background-color: rgb(249,67,143); }
div.DivClassName
{
background-color: #F9438F;
}
.BgClassName
{
background-color: #F9438F;
}
</style>
border-color css
<style>
span { border-color: #F9438F; }
span { border-color: rgb(249,67,143); }
td.TdClassName
{
border-color: #F9438F;
}
.TagClassName
{
border-color: #F9438F;
}
</style>