Shades of Violet Red #F4358B
Tints of Violet Red #F4358B
RGB
CMYK
RGB Variations
Color information
#F4358B (or 0xF4358B) is known color: Violet Red. HEX triplet: F4, 35 and 8B. RGB value is (244,53,139). Sum of RGB (Red+Green+Blue) = 244+53+139=436 (57% of max value = 765). Red value is 244 (95.70% from 255 or 55.96% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 244 - color contains mainly: red. Hex color #F4358B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4358B is #0BCA74. Grayscale: #777777. Windows color (decimal): -772725 or 9123316. OLE color: 9123316.
HSL color Cylindrical-coordinate representation of color #F4358B: hue angle of 332.98º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F4358B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 139 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.04 |
| HSL | 332.98º | 0.9% | 0.58% | - |
| HSV(B) | 332.98º | 0.78% | 0.96% | - |
| XYZ | 43.24 | 23.64 | 26.71 | - |
| YUV | 119.91 | 138.78 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 139 | 0 | 0.78 | 0.43 | 0.04 | 332.98 | 0.9 | 0.58 |
| Hex | F4 | 35 | 8B | 0 | 4E | 2B | 4 | 14D | 5A | 3A |
| Octal | 364 | 65 | 213 | 0 | 116 | 53 | 4 | 515 | 132 | 72 |
| Binary | 11110100 | 110101 | 10001011 | 0 | 1001110 | 101011 | 100 | 101001101 | 1011010 | 111010 |
Color Harmonies of #F4358B
Complementary color
Monochromatic Colors of #F4358B
Black with #F4358B
Text Example
Text Example
White with #F4358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4358B; }
p { color: rgb(244,53,139); }
H1.HeaderClassName
{
color: #F4358B;
}
.AnyTagClassName
{
color: #F4358B;
}
</style>
background-color css
<style>
a { background-color: #F4358B; }
a { background-color: rgb(244,53,139); }
div.DivClassName
{
background-color: #F4358B;
}
.BgClassName
{
background-color: #F4358B;
}
</style>
border-color css
<style>
span { border-color: #F4358B; }
span { border-color: rgb(244,53,139); }
td.TdClassName
{
border-color: #F4358B;
}
.TagClassName
{
border-color: #F4358B;
}
</style>