Shades of Violet Red #FB4175
Tints of Violet Red #FB4175
RGB
CMYK
RGB Variations
Color information
#FB4175 (or 0xFB4175) is known color: Violet Red. HEX triplet: FB, 41 and 75. RGB value is (251,65,117). Sum of RGB (Red+Green+Blue) = 251+65+117=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4175 is #04BE8A. Grayscale: #7E7E7E. Windows color (decimal): -310923 or 7684603. OLE color: 7684603.
HSL color Cylindrical-coordinate representation of color #FB4175: hue angle of 343.23º 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 #FB4175 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 117 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.02 |
| HSL | 343.23º | 0.96% | 0.62% | - |
| HSV(B) | 343.23º | 0.74% | 0.98% | - |
| XYZ | 44.88 | 25.57 | 19.4 | - |
| YUV | 126.54 | 122.62 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 117 | 0 | 0.74 | 0.53 | 0.02 | 343.23 | 0.96 | 0.62 |
| Hex | FB | 41 | 75 | 0 | 4A | 35 | 2 | 157 | 60 | 3E |
| Octal | 373 | 101 | 165 | 0 | 112 | 65 | 2 | 527 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1110101 | 0 | 1001010 | 110101 | 10 | 101010111 | 1100000 | 111110 |
Color Harmonies of #FB4175
Complementary color
Monochromatic Colors of #FB4175
Black with #FB4175
Text Example
Text Example
White with #FB4175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4175; }
p { color: rgb(251,65,117); }
H1.HeaderClassName
{
color: #FB4175;
}
.AnyTagClassName
{
color: #FB4175;
}
</style>
background-color css
<style>
a { background-color: #FB4175; }
a { background-color: rgb(251,65,117); }
div.DivClassName
{
background-color: #FB4175;
}
.BgClassName
{
background-color: #FB4175;
}
</style>
border-color css
<style>
span { border-color: #FB4175; }
span { border-color: rgb(251,65,117); }
td.TdClassName
{
border-color: #FB4175;
}
.TagClassName
{
border-color: #FB4175;
}
</style>