Shades of Violet Red #FB4585
Tints of Violet Red #FB4585
RGB
CMYK
RGB Variations
Color information
#FB4585 (or 0xFB4585) is known color: Violet Red. HEX triplet: FB, 45 and 85. RGB value is (251,69,133). Sum of RGB (Red+Green+Blue) = 251+69+133=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4585 is #04BA7A. Grayscale: #828282. Windows color (decimal): -309883 or 8734203. OLE color: 8734203.
HSL color Cylindrical-coordinate representation of color #FB4585: hue angle of 338.9º 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 #FB4585 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 133 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.02 |
| HSL | 338.9º | 0.96% | 0.63% | - |
| HSV(B) | 338.9º | 0.73% | 0.98% | - |
| XYZ | 46.15 | 26.46 | 24.87 | - |
| YUV | 130.71 | 129.3 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 133 | 0 | 0.73 | 0.47 | 0.02 | 338.9 | 0.96 | 0.63 |
| Hex | FB | 45 | 85 | 0 | 49 | 2F | 2 | 153 | 60 | 3F |
| Octal | 373 | 105 | 205 | 0 | 111 | 57 | 2 | 523 | 140 | 77 |
| Binary | 11111011 | 1000101 | 10000101 | 0 | 1001001 | 101111 | 10 | 101010011 | 1100000 | 111111 |
Color Harmonies of #FB4585
Complementary color
Monochromatic Colors of #FB4585
Black with #FB4585
Text Example
Text Example
White with #FB4585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4585; }
p { color: rgb(251,69,133); }
H1.HeaderClassName
{
color: #FB4585;
}
.AnyTagClassName
{
color: #FB4585;
}
</style>
background-color css
<style>
a { background-color: #FB4585; }
a { background-color: rgb(251,69,133); }
div.DivClassName
{
background-color: #FB4585;
}
.BgClassName
{
background-color: #FB4585;
}
</style>
border-color css
<style>
span { border-color: #FB4585; }
span { border-color: rgb(251,69,133); }
td.TdClassName
{
border-color: #FB4585;
}
.TagClassName
{
border-color: #FB4585;
}
</style>