Shades of Violet Red #F9437D
Tints of Violet Red #F9437D
RGB
CMYK
RGB Variations
Color information
#F9437D (or 0xF9437D) is known color: Violet Red. HEX triplet: F9, 43 and 7D. RGB value is (249,67,125). Sum of RGB (Red+Green+Blue) = 249+67+125=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9437D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9437D is #06BC82. Grayscale: #7F7F7F. Windows color (decimal): -441475 or 8209401. OLE color: 8209401.
HSL color Cylindrical-coordinate representation of color #F9437D: hue angle of 340.88º 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 #F9437D is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 125 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.02 |
| HSL | 340.88º | 0.94% | 0.62% | - |
| HSV(B) | 340.88º | 0.73% | 0.98% | - |
| XYZ | 44.78 | 25.63 | 21.99 | - |
| YUV | 128.03 | 126.3 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 125 | 0 | 0.73 | 0.50 | 0.02 | 340.88 | 0.94 | 0.62 |
| Hex | F9 | 43 | 7D | 0 | 49 | 32 | 2 | 155 | 5E | 3E |
| Octal | 371 | 103 | 175 | 0 | 111 | 62 | 2 | 525 | 136 | 76 |
| Binary | 11111001 | 1000011 | 1111101 | 0 | 1001001 | 110010 | 10 | 101010101 | 1011110 | 111110 |
Color Harmonies of #F9437D
Complementary color
Monochromatic Colors of #F9437D
Black with #F9437D
Text Example
Text Example
White with #F9437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9437D; }
p { color: rgb(249,67,125); }
H1.HeaderClassName
{
color: #F9437D;
}
.AnyTagClassName
{
color: #F9437D;
}
</style>
background-color css
<style>
a { background-color: #F9437D; }
a { background-color: rgb(249,67,125); }
div.DivClassName
{
background-color: #F9437D;
}
.BgClassName
{
background-color: #F9437D;
}
</style>
border-color css
<style>
span { border-color: #F9437D; }
span { border-color: rgb(249,67,125); }
td.TdClassName
{
border-color: #F9437D;
}
.TagClassName
{
border-color: #F9437D;
}
</style>