Shades of Violet Red #F3478D
Tints of Violet Red #F3478D
RGB
CMYK
RGB Variations
Color information
#F3478D (or 0xF3478D) is known color: Violet Red. HEX triplet: F3, 47 and 8D. RGB value is (243,71,141). Sum of RGB (Red+Green+Blue) = 243+71+141=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F3478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3478D is #0CB872. Grayscale: #828282. Windows color (decimal): -833651 or 9258995. OLE color: 9258995.
HSL color Cylindrical-coordinate representation of color #F3478D: hue angle of 335.58º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F3478D is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 141 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.05 |
| HSL | 335.58º | 0.88% | 0.62% | - |
| HSV(B) | 335.58º | 0.71% | 0.95% | - |
| XYZ | 44.02 | 25.48 | 27.8 | - |
| YUV | 130.41 | 133.98 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 141 | 0 | 0.71 | 0.42 | 0.05 | 335.58 | 0.88 | 0.62 |
| Hex | F3 | 47 | 8D | 0 | 47 | 2A | 5 | 150 | 58 | 3E |
| Octal | 363 | 107 | 215 | 0 | 107 | 52 | 5 | 520 | 130 | 76 |
| Binary | 11110011 | 1000111 | 10001101 | 0 | 1000111 | 101010 | 101 | 101010000 | 1011000 | 111110 |
Color Harmonies of #F3478D
Complementary color
Monochromatic Colors of #F3478D
Black with #F3478D
Text Example
Text Example
White with #F3478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3478D; }
p { color: rgb(243,71,141); }
H1.HeaderClassName
{
color: #F3478D;
}
.AnyTagClassName
{
color: #F3478D;
}
</style>
background-color css
<style>
a { background-color: #F3478D; }
a { background-color: rgb(243,71,141); }
div.DivClassName
{
background-color: #F3478D;
}
.BgClassName
{
background-color: #F3478D;
}
</style>
border-color css
<style>
span { border-color: #F3478D; }
span { border-color: rgb(243,71,141); }
td.TdClassName
{
border-color: #F3478D;
}
.TagClassName
{
border-color: #F3478D;
}
</style>