Shades of Violet Red #F3449B
Tints of Violet Red #F3449B
RGB
CMYK
RGB Variations
Color information
#F3449B (or 0xF3449B) is known color: Violet Red. HEX triplet: F3, 44 and 9B. RGB value is (243,68,155). Sum of RGB (Red+Green+Blue) = 243+68+155=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F3449B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3449B is #0CBB64. Grayscale: #828282. Windows color (decimal): -834405 or 10175731. OLE color: 10175731.
HSL color Cylindrical-coordinate representation of color #F3449B: hue angle of 330.17º 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 #F3449B is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 155 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.05 |
| HSL | 330.17º | 0.88% | 0.61% | - |
| HSV(B) | 330.17º | 0.72% | 0.95% | - |
| XYZ | 44.95 | 25.56 | 33.57 | - |
| YUV | 130.24 | 141.98 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 155 | 0 | 0.72 | 0.36 | 0.05 | 330.17 | 0.88 | 0.61 |
| Hex | F3 | 44 | 9B | 0 | 48 | 24 | 5 | 14A | 58 | 3D |
| Octal | 363 | 104 | 233 | 0 | 110 | 44 | 5 | 512 | 130 | 75 |
| Binary | 11110011 | 1000100 | 10011011 | 0 | 1001000 | 100100 | 101 | 101001010 | 1011000 | 111101 |
Color Harmonies of #F3449B
Complementary color
Monochromatic Colors of #F3449B
Black with #F3449B
Text Example
Text Example
White with #F3449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3449B; }
p { color: rgb(243,68,155); }
H1.HeaderClassName
{
color: #F3449B;
}
.AnyTagClassName
{
color: #F3449B;
}
</style>
background-color css
<style>
a { background-color: #F3449B; }
a { background-color: rgb(243,68,155); }
div.DivClassName
{
background-color: #F3449B;
}
.BgClassName
{
background-color: #F3449B;
}
</style>
border-color css
<style>
span { border-color: #F3449B; }
span { border-color: rgb(243,68,155); }
td.TdClassName
{
border-color: #F3449B;
}
.TagClassName
{
border-color: #F3449B;
}
</style>