Shades of Violet Red #F3438D
Tints of Violet Red #F3438D
RGB
CMYK
RGB Variations
Color information
#F3438D (or 0xF3438D) is known color: Violet Red. HEX triplet: F3, 43 and 8D. RGB value is (243,67,141). Sum of RGB (Red+Green+Blue) = 243+67+141=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F3438D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3438D is #0CBC72. Grayscale: #7F7F7F. Windows color (decimal): -834675 or 9257971. OLE color: 9257971.
HSL color Cylindrical-coordinate representation of color #F3438D: hue angle of 334.77º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F3438D is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 141 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.05 |
| HSL | 334.77º | 0.88% | 0.61% | - |
| HSV(B) | 334.77º | 0.72% | 0.95% | - |
| XYZ | 43.78 | 24.99 | 27.72 | - |
| YUV | 128.06 | 135.31 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 141 | 0 | 0.72 | 0.42 | 0.05 | 334.77 | 0.88 | 0.61 |
| Hex | F3 | 43 | 8D | 0 | 48 | 2A | 5 | 14F | 58 | 3D |
| Octal | 363 | 103 | 215 | 0 | 110 | 52 | 5 | 517 | 130 | 75 |
| Binary | 11110011 | 1000011 | 10001101 | 0 | 1001000 | 101010 | 101 | 101001111 | 1011000 | 111101 |
Color Harmonies of #F3438D
Complementary color
Monochromatic Colors of #F3438D
Black with #F3438D
Text Example
Text Example
White with #F3438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3438D; }
p { color: rgb(243,67,141); }
H1.HeaderClassName
{
color: #F3438D;
}
.AnyTagClassName
{
color: #F3438D;
}
</style>
background-color css
<style>
a { background-color: #F3438D; }
a { background-color: rgb(243,67,141); }
div.DivClassName
{
background-color: #F3438D;
}
.BgClassName
{
background-color: #F3438D;
}
</style>
border-color css
<style>
span { border-color: #F3438D; }
span { border-color: rgb(243,67,141); }
td.TdClassName
{
border-color: #F3438D;
}
.TagClassName
{
border-color: #F3438D;
}
</style>