Shades of Violet Red #F4348A
Tints of Violet Red #F4348A
RGB
CMYK
RGB Variations
Color information
#F4348A (or 0xF4348A) is known color: Violet Red. HEX triplet: F4, 34 and 8A. RGB value is (244,52,138). Sum of RGB (Red+Green+Blue) = 244+52+138=434 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.22% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 244 - color contains mainly: red. Hex color #F4348A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4348A is #0BCB75. Grayscale: #777777. Windows color (decimal): -772982 or 9057524. OLE color: 9057524.
HSL color Cylindrical-coordinate representation of color #F4348A: hue angle of 333.12º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F4348A is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 138 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.04 |
| HSL | 333.13º | 0.9% | 0.58% | - |
| HSV(B) | 333.13º | 0.79% | 0.96% | - |
| XYZ | 43.12 | 23.52 | 26.31 | - |
| YUV | 119.21 | 138.61 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 138 | 0 | 0.79 | 0.43 | 0.04 | 333.13 | 0.9 | 0.58 |
| Hex | F4 | 34 | 8A | 0 | 4F | 2B | 4 | 14D | 5A | 3A |
| Octal | 364 | 64 | 212 | 0 | 117 | 53 | 4 | 515 | 132 | 72 |
| Binary | 11110100 | 110100 | 10001010 | 0 | 1001111 | 101011 | 100 | 101001101 | 1011010 | 111010 |
Color Harmonies of #F4348A
Complementary color
Monochromatic Colors of #F4348A
Black with #F4348A
Text Example
Text Example
White with #F4348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4348A; }
p { color: rgb(244,52,138); }
H1.HeaderClassName
{
color: #F4348A;
}
.AnyTagClassName
{
color: #F4348A;
}
</style>
background-color css
<style>
a { background-color: #F4348A; }
a { background-color: rgb(244,52,138); }
div.DivClassName
{
background-color: #F4348A;
}
.BgClassName
{
background-color: #F4348A;
}
</style>
border-color css
<style>
span { border-color: #F4348A; }
span { border-color: rgb(244,52,138); }
td.TdClassName
{
border-color: #F4348A;
}
.TagClassName
{
border-color: #F4348A;
}
</style>