Shades of Violet Red #FB447E
Tints of Violet Red #FB447E
RGB
CMYK
RGB Variations
Color information
#FB447E (or 0xFB447E) is known color: Violet Red. HEX triplet: FB, 44 and 7E. RGB value is (251,68,126). Sum of RGB (Red+Green+Blue) = 251+68+126=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB447E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB447E is #04BB81. Grayscale: #818181. Windows color (decimal): -310146 or 8275195. OLE color: 8275195.
HSL color Cylindrical-coordinate representation of color #FB447E: hue angle of 340.98º 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 #FB447E is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 126 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.02 |
| HSL | 340.98º | 0.96% | 0.63% | - |
| HSV(B) | 340.98º | 0.73% | 0.98% | - |
| XYZ | 45.62 | 26.15 | 22.38 | - |
| YUV | 129.33 | 126.13 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 126 | 0 | 0.73 | 0.50 | 0.02 | 340.98 | 0.96 | 0.63 |
| Hex | FB | 44 | 7E | 0 | 49 | 32 | 2 | 155 | 60 | 3F |
| Octal | 373 | 104 | 176 | 0 | 111 | 62 | 2 | 525 | 140 | 77 |
| Binary | 11111011 | 1000100 | 1111110 | 0 | 1001001 | 110010 | 10 | 101010101 | 1100000 | 111111 |
Color Harmonies of #FB447E
Complementary color
Monochromatic Colors of #FB447E
Black with #FB447E
Text Example
Text Example
White with #FB447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB447E; }
p { color: rgb(251,68,126); }
H1.HeaderClassName
{
color: #FB447E;
}
.AnyTagClassName
{
color: #FB447E;
}
</style>
background-color css
<style>
a { background-color: #FB447E; }
a { background-color: rgb(251,68,126); }
div.DivClassName
{
background-color: #FB447E;
}
.BgClassName
{
background-color: #FB447E;
}
</style>
border-color css
<style>
span { border-color: #FB447E; }
span { border-color: rgb(251,68,126); }
td.TdClassName
{
border-color: #FB447E;
}
.TagClassName
{
border-color: #FB447E;
}
</style>