Shades of Violet Red #F94384
Tints of Violet Red #F94384
RGB
CMYK
RGB Variations
Color information
#F94384 (or 0xF94384) is known color: Violet Red. HEX triplet: F9, 43 and 84. RGB value is (249,67,132). Sum of RGB (Red+Green+Blue) = 249+67+132=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F94384 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94384 is #06BC7B. Grayscale: #808080. Windows color (decimal): -441468 or 8668153. OLE color: 8668153.
HSL color Cylindrical-coordinate representation of color #F94384: hue angle of 338.57º 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 #F94384 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 132 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.02 |
| HSL | 338.57º | 0.94% | 0.62% | - |
| HSV(B) | 338.57º | 0.73% | 0.98% | - |
| XYZ | 45.24 | 25.82 | 24.43 | - |
| YUV | 128.83 | 129.8 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 132 | 0 | 0.73 | 0.47 | 0.02 | 338.57 | 0.94 | 0.62 |
| Hex | F9 | 43 | 84 | 0 | 49 | 2F | 2 | 153 | 5E | 3E |
| Octal | 371 | 103 | 204 | 0 | 111 | 57 | 2 | 523 | 136 | 76 |
| Binary | 11111001 | 1000011 | 10000100 | 0 | 1001001 | 101111 | 10 | 101010011 | 1011110 | 111110 |
Color Harmonies of #F94384
Complementary color
Monochromatic Colors of #F94384
Black with #F94384
Text Example
Text Example
White with #F94384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94384; }
p { color: rgb(249,67,132); }
H1.HeaderClassName
{
color: #F94384;
}
.AnyTagClassName
{
color: #F94384;
}
</style>
background-color css
<style>
a { background-color: #F94384; }
a { background-color: rgb(249,67,132); }
div.DivClassName
{
background-color: #F94384;
}
.BgClassName
{
background-color: #F94384;
}
</style>
border-color css
<style>
span { border-color: #F94384; }
span { border-color: rgb(249,67,132); }
td.TdClassName
{
border-color: #F94384;
}
.TagClassName
{
border-color: #F94384;
}
</style>