Shades of Violet Red #FB448A
Tints of Violet Red #FB448A
RGB
CMYK
RGB Variations
Color information
#FB448A (or 0xFB448A) is known color: Violet Red. HEX triplet: FB, 44 and 8A. RGB value is (251,68,138). Sum of RGB (Red+Green+Blue) = 251+68+138=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB448A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB448A is #04BB75. Grayscale: #828282. Windows color (decimal): -310134 or 9061627. OLE color: 9061627.
HSL color Cylindrical-coordinate representation of color #FB448A: hue angle of 337.05º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB448A is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 138 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.02 |
| HSL | 337.05º | 0.96% | 0.63% | - |
| HSV(B) | 337.05º | 0.73% | 0.98% | - |
| XYZ | 46.44 | 26.48 | 26.71 | - |
| YUV | 130.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 138 | 0 | 0.73 | 0.45 | 0.02 | 337.05 | 0.96 | 0.63 |
| Hex | FB | 44 | 8A | 0 | 49 | 2D | 2 | 151 | 60 | 3F |
| Octal | 373 | 104 | 212 | 0 | 111 | 55 | 2 | 521 | 140 | 77 |
| Binary | 11111011 | 1000100 | 10001010 | 0 | 1001001 | 101101 | 10 | 101010001 | 1100000 | 111111 |
Color Harmonies of #FB448A
Complementary color
Monochromatic Colors of #FB448A
Black with #FB448A
Text Example
Text Example
White with #FB448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB448A; }
p { color: rgb(251,68,138); }
H1.HeaderClassName
{
color: #FB448A;
}
.AnyTagClassName
{
color: #FB448A;
}
</style>
background-color css
<style>
a { background-color: #FB448A; }
a { background-color: rgb(251,68,138); }
div.DivClassName
{
background-color: #FB448A;
}
.BgClassName
{
background-color: #FB448A;
}
</style>
border-color css
<style>
span { border-color: #FB448A; }
span { border-color: rgb(251,68,138); }
td.TdClassName
{
border-color: #FB448A;
}
.TagClassName
{
border-color: #FB448A;
}
</style>