Shades of Violet Red #FB447B
Tints of Violet Red #FB447B
RGB
CMYK
RGB Variations
Color information
#FB447B (or 0xFB447B) is known color: Violet Red. HEX triplet: FB, 44 and 7B. RGB value is (251,68,123). Sum of RGB (Red+Green+Blue) = 251+68+123=442 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.79% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 251 - color contains mainly: red. Hex color #FB447B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB447B is #04BB84. Grayscale: #808080. Windows color (decimal): -310149 or 8078587. OLE color: 8078587.
HSL color Cylindrical-coordinate representation of color #FB447B: hue angle of 341.97º 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 #FB447B is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 123 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.02 |
| HSL | 341.97º | 0.96% | 0.63% | - |
| HSV(B) | 341.97º | 0.73% | 0.98% | - |
| XYZ | 45.43 | 26.07 | 21.38 | - |
| YUV | 128.99 | 124.63 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 123 | 0 | 0.73 | 0.51 | 0.02 | 341.97 | 0.96 | 0.63 |
| Hex | FB | 44 | 7B | 0 | 49 | 33 | 2 | 156 | 60 | 3F |
| Octal | 373 | 104 | 173 | 0 | 111 | 63 | 2 | 526 | 140 | 77 |
| Binary | 11111011 | 1000100 | 1111011 | 0 | 1001001 | 110011 | 10 | 101010110 | 1100000 | 111111 |
Color Harmonies of #FB447B
Complementary color
Monochromatic Colors of #FB447B
Black with #FB447B
Text Example
Text Example
White with #FB447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB447B; }
p { color: rgb(251,68,123); }
H1.HeaderClassName
{
color: #FB447B;
}
.AnyTagClassName
{
color: #FB447B;
}
</style>
background-color css
<style>
a { background-color: #FB447B; }
a { background-color: rgb(251,68,123); }
div.DivClassName
{
background-color: #FB447B;
}
.BgClassName
{
background-color: #FB447B;
}
</style>
border-color css
<style>
span { border-color: #FB447B; }
span { border-color: rgb(251,68,123); }
td.TdClassName
{
border-color: #FB447B;
}
.TagClassName
{
border-color: #FB447B;
}
</style>