Shades of Violet Red #FB4275
Tints of Violet Red #FB4275
RGB
CMYK
RGB Variations
Color information
#FB4275 (or 0xFB4275) is known color: Violet Red. HEX triplet: FB, 42 and 75. RGB value is (251,66,117). Sum of RGB (Red+Green+Blue) = 251+66+117=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4275 is #04BD8A. Grayscale: #7F7F7F. Windows color (decimal): -310667 or 7684859. OLE color: 7684859.
HSL color Cylindrical-coordinate representation of color #FB4275: hue angle of 343.46º 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 #FB4275 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 117 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.02 |
| HSL | 343.46º | 0.96% | 0.62% | - |
| HSV(B) | 343.46º | 0.74% | 0.98% | - |
| XYZ | 44.94 | 25.69 | 19.42 | - |
| YUV | 127.13 | 122.29 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 117 | 0 | 0.74 | 0.53 | 0.02 | 343.46 | 0.96 | 0.62 |
| Hex | FB | 42 | 75 | 0 | 4A | 35 | 2 | 157 | 60 | 3E |
| Octal | 373 | 102 | 165 | 0 | 112 | 65 | 2 | 527 | 140 | 76 |
| Binary | 11111011 | 1000010 | 1110101 | 0 | 1001010 | 110101 | 10 | 101010111 | 1100000 | 111110 |
Color Harmonies of #FB4275
Complementary color
Monochromatic Colors of #FB4275
Black with #FB4275
Text Example
Text Example
White with #FB4275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4275; }
p { color: rgb(251,66,117); }
H1.HeaderClassName
{
color: #FB4275;
}
.AnyTagClassName
{
color: #FB4275;
}
</style>
background-color css
<style>
a { background-color: #FB4275; }
a { background-color: rgb(251,66,117); }
div.DivClassName
{
background-color: #FB4275;
}
.BgClassName
{
background-color: #FB4275;
}
</style>
border-color css
<style>
span { border-color: #FB4275; }
span { border-color: rgb(251,66,117); }
td.TdClassName
{
border-color: #FB4275;
}
.TagClassName
{
border-color: #FB4275;
}
</style>