Shades of Violet Red #F5448B
Tints of Violet Red #F5448B
RGB
CMYK
RGB Variations
Color information
#F5448B (or 0xF5448B) is known color: Violet Red. HEX triplet: F5, 44 and 8B. RGB value is (245,68,139). Sum of RGB (Red+Green+Blue) = 245+68+139=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5448B is #0ABB74. Grayscale: #808080. Windows color (decimal): -703349 or 9127157. OLE color: 9127157.
HSL color Cylindrical-coordinate representation of color #F5448B: hue angle of 335.93º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5448B is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 139 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.04 |
| HSL | 335.93º | 0.9% | 0.61% | - |
| HSV(B) | 335.93º | 0.72% | 0.96% | - |
| XYZ | 44.38 | 25.41 | 26.99 | - |
| YUV | 129.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 139 | 0 | 0.72 | 0.43 | 0.04 | 335.93 | 0.9 | 0.61 |
| Hex | F5 | 44 | 8B | 0 | 48 | 2B | 4 | 150 | 5A | 3D |
| Octal | 365 | 104 | 213 | 0 | 110 | 53 | 4 | 520 | 132 | 75 |
| Binary | 11110101 | 1000100 | 10001011 | 0 | 1001000 | 101011 | 100 | 101010000 | 1011010 | 111101 |
Color Harmonies of #F5448B
Complementary color
Monochromatic Colors of #F5448B
Black with #F5448B
Text Example
Text Example
White with #F5448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5448B; }
p { color: rgb(245,68,139); }
H1.HeaderClassName
{
color: #F5448B;
}
.AnyTagClassName
{
color: #F5448B;
}
</style>
background-color css
<style>
a { background-color: #F5448B; }
a { background-color: rgb(245,68,139); }
div.DivClassName
{
background-color: #F5448B;
}
.BgClassName
{
background-color: #F5448B;
}
</style>
border-color css
<style>
span { border-color: #F5448B; }
span { border-color: rgb(245,68,139); }
td.TdClassName
{
border-color: #F5448B;
}
.TagClassName
{
border-color: #F5448B;
}
</style>