Shades of Violet Red #FB4685
Tints of Violet Red #FB4685
RGB
CMYK
RGB Variations
Color information
#FB4685 (or 0xFB4685) is known color: Violet Red. HEX triplet: FB, 46 and 85. RGB value is (251,70,133). Sum of RGB (Red+Green+Blue) = 251+70+133=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4685 is #04B97A. Grayscale: #838383. Windows color (decimal): -309627 or 8734459. OLE color: 8734459.
HSL color Cylindrical-coordinate representation of color #FB4685: hue angle of 339.12º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB4685 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 133 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.02 |
| HSL | 339.12º | 0.96% | 0.63% | - |
| HSV(B) | 339.12º | 0.72% | 0.98% | - |
| XYZ | 46.21 | 26.58 | 24.89 | - |
| YUV | 131.3 | 128.97 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 133 | 0 | 0.72 | 0.47 | 0.02 | 339.12 | 0.96 | 0.63 |
| Hex | FB | 46 | 85 | 0 | 48 | 2F | 2 | 153 | 60 | 3F |
| Octal | 373 | 106 | 205 | 0 | 110 | 57 | 2 | 523 | 140 | 77 |
| Binary | 11111011 | 1000110 | 10000101 | 0 | 1001000 | 101111 | 10 | 101010011 | 1100000 | 111111 |
Color Harmonies of #FB4685
Complementary color
Monochromatic Colors of #FB4685
Black with #FB4685
Text Example
Text Example
White with #FB4685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4685; }
p { color: rgb(251,70,133); }
H1.HeaderClassName
{
color: #FB4685;
}
.AnyTagClassName
{
color: #FB4685;
}
</style>
background-color css
<style>
a { background-color: #FB4685; }
a { background-color: rgb(251,70,133); }
div.DivClassName
{
background-color: #FB4685;
}
.BgClassName
{
background-color: #FB4685;
}
</style>
border-color css
<style>
span { border-color: #FB4685; }
span { border-color: rgb(251,70,133); }
td.TdClassName
{
border-color: #FB4685;
}
.TagClassName
{
border-color: #FB4685;
}
</style>