Shades of Violet Red #F3468B
Tints of Violet Red #F3468B
RGB
CMYK
RGB Variations
Color information
#F3468B (or 0xF3468B) is known color: Violet Red. HEX triplet: F3, 46 and 8B. RGB value is (243,70,139). Sum of RGB (Red+Green+Blue) = 243+70+139=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F3468B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3468B is #0CB974. Grayscale: #818181. Windows color (decimal): -833909 or 9127667. OLE color: 9127667.
HSL color Cylindrical-coordinate representation of color #F3468B: hue angle of 336.07º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F3468B is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 139 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.05 |
| HSL | 336.07º | 0.88% | 0.61% | - |
| HSV(B) | 336.07º | 0.71% | 0.95% | - |
| XYZ | 43.81 | 25.3 | 27 | - |
| YUV | 129.59 | 133.31 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 139 | 0 | 0.71 | 0.43 | 0.05 | 336.07 | 0.88 | 0.61 |
| Hex | F3 | 46 | 8B | 0 | 47 | 2B | 5 | 150 | 58 | 3D |
| Octal | 363 | 106 | 213 | 0 | 107 | 53 | 5 | 520 | 130 | 75 |
| Binary | 11110011 | 1000110 | 10001011 | 0 | 1000111 | 101011 | 101 | 101010000 | 1011000 | 111101 |
Color Harmonies of #F3468B
Complementary color
Monochromatic Colors of #F3468B
Black with #F3468B
Text Example
Text Example
White with #F3468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3468B; }
p { color: rgb(243,70,139); }
H1.HeaderClassName
{
color: #F3468B;
}
.AnyTagClassName
{
color: #F3468B;
}
</style>
background-color css
<style>
a { background-color: #F3468B; }
a { background-color: rgb(243,70,139); }
div.DivClassName
{
background-color: #F3468B;
}
.BgClassName
{
background-color: #F3468B;
}
</style>
border-color css
<style>
span { border-color: #F3468B; }
span { border-color: rgb(243,70,139); }
td.TdClassName
{
border-color: #F3468B;
}
.TagClassName
{
border-color: #F3468B;
}
</style>