Shades of Violet Red #F3478A
Tints of Violet Red #F3478A
RGB
CMYK
RGB Variations
Color information
#F3478A (or 0xF3478A) is known color: Violet Red. HEX triplet: F3, 47 and 8A. RGB value is (243,71,138). Sum of RGB (Red+Green+Blue) = 243+71+138=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F3478A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3478A is #0CB875. Grayscale: #818181. Windows color (decimal): -833654 or 9062387. OLE color: 9062387.
HSL color Cylindrical-coordinate representation of color #F3478A: hue angle of 336.63º 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 #F3478A is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 138 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.05 |
| HSL | 336.63º | 0.88% | 0.62% | - |
| HSV(B) | 336.63º | 0.71% | 0.95% | - |
| XYZ | 43.8 | 25.4 | 26.64 | - |
| YUV | 130.07 | 132.48 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 138 | 0 | 0.71 | 0.43 | 0.05 | 336.63 | 0.88 | 0.62 |
| Hex | F3 | 47 | 8A | 0 | 47 | 2B | 5 | 151 | 58 | 3E |
| Octal | 363 | 107 | 212 | 0 | 107 | 53 | 5 | 521 | 130 | 76 |
| Binary | 11110011 | 1000111 | 10001010 | 0 | 1000111 | 101011 | 101 | 101010001 | 1011000 | 111110 |
Color Harmonies of #F3478A
Complementary color
Monochromatic Colors of #F3478A
Black with #F3478A
Text Example
Text Example
White with #F3478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3478A; }
p { color: rgb(243,71,138); }
H1.HeaderClassName
{
color: #F3478A;
}
.AnyTagClassName
{
color: #F3478A;
}
</style>
background-color css
<style>
a { background-color: #F3478A; }
a { background-color: rgb(243,71,138); }
div.DivClassName
{
background-color: #F3478A;
}
.BgClassName
{
background-color: #F3478A;
}
</style>
border-color css
<style>
span { border-color: #F3478A; }
span { border-color: rgb(243,71,138); }
td.TdClassName
{
border-color: #F3478A;
}
.TagClassName
{
border-color: #F3478A;
}
</style>