Shades of Violet Red #FB4180
Tints of Violet Red #FB4180
RGB
CMYK
RGB Variations
Color information
#FB4180 (or 0xFB4180) is known color: Violet Red. HEX triplet: FB, 41 and 80. RGB value is (251,65,128). Sum of RGB (Red+Green+Blue) = 251+65+128=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4180 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4180 is #04BE7F. Grayscale: #7F7F7F. Windows color (decimal): -310912 or 8405499. OLE color: 8405499.
HSL color Cylindrical-coordinate representation of color #FB4180: hue angle of 339.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB4180 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 128 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.02 |
| HSL | 339.68º | 0.96% | 0.62% | - |
| HSV(B) | 339.68º | 0.74% | 0.98% | - |
| XYZ | 45.57 | 25.85 | 23.01 | - |
| YUV | 127.8 | 128.12 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 128 | 0 | 0.74 | 0.49 | 0.02 | 339.68 | 0.96 | 0.62 |
| Hex | FB | 41 | 80 | 0 | 4A | 31 | 2 | 154 | 60 | 3E |
| Octal | 373 | 101 | 200 | 0 | 112 | 61 | 2 | 524 | 140 | 76 |
| Binary | 11111011 | 1000001 | 10000000 | 0 | 1001010 | 110001 | 10 | 101010100 | 1100000 | 111110 |
Color Harmonies of #FB4180
Complementary color
Monochromatic Colors of #FB4180
Black with #FB4180
Text Example
Text Example
White with #FB4180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4180; }
p { color: rgb(251,65,128); }
H1.HeaderClassName
{
color: #FB4180;
}
.AnyTagClassName
{
color: #FB4180;
}
</style>
background-color css
<style>
a { background-color: #FB4180; }
a { background-color: rgb(251,65,128); }
div.DivClassName
{
background-color: #FB4180;
}
.BgClassName
{
background-color: #FB4180;
}
</style>
border-color css
<style>
span { border-color: #FB4180; }
span { border-color: rgb(251,65,128); }
td.TdClassName
{
border-color: #FB4180;
}
.TagClassName
{
border-color: #FB4180;
}
</style>