Shades of Violet Red #FB4375
Tints of Violet Red #FB4375
RGB
CMYK
RGB Variations
Color information
#FB4375 (or 0xFB4375) is known color: Violet Red. HEX triplet: FB, 43 and 75. RGB value is (251,67,117). Sum of RGB (Red+Green+Blue) = 251+67+117=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4375 is #04BC8A. Grayscale: #7F7F7F. Windows color (decimal): -310411 or 7685115. OLE color: 7685115.
HSL color Cylindrical-coordinate representation of color #FB4375: hue angle of 343.7º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4375 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 117 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.02 |
| HSL | 343.7º | 0.96% | 0.62% | - |
| HSV(B) | 343.7º | 0.73% | 0.98% | - |
| XYZ | 45 | 25.81 | 19.44 | - |
| YUV | 127.72 | 121.96 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 117 | 0 | 0.73 | 0.53 | 0.02 | 343.7 | 0.96 | 0.62 |
| Hex | FB | 43 | 75 | 0 | 49 | 35 | 2 | 158 | 60 | 3E |
| Octal | 373 | 103 | 165 | 0 | 111 | 65 | 2 | 530 | 140 | 76 |
| Binary | 11111011 | 1000011 | 1110101 | 0 | 1001001 | 110101 | 10 | 101011000 | 1100000 | 111110 |
Color Harmonies of #FB4375
Complementary color
Monochromatic Colors of #FB4375
Black with #FB4375
Text Example
Text Example
White with #FB4375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4375; }
p { color: rgb(251,67,117); }
H1.HeaderClassName
{
color: #FB4375;
}
.AnyTagClassName
{
color: #FB4375;
}
</style>
background-color css
<style>
a { background-color: #FB4375; }
a { background-color: rgb(251,67,117); }
div.DivClassName
{
background-color: #FB4375;
}
.BgClassName
{
background-color: #FB4375;
}
</style>
border-color css
<style>
span { border-color: #FB4375; }
span { border-color: rgb(251,67,117); }
td.TdClassName
{
border-color: #FB4375;
}
.TagClassName
{
border-color: #FB4375;
}
</style>