Shades of Violet Red #FB3C7D
Tints of Violet Red #FB3C7D
RGB
CMYK
RGB Variations
Color information
#FB3C7D (or 0xFB3C7D) is known color: Violet Red. HEX triplet: FB, 3C and 7D. RGB value is (251,60,125). Sum of RGB (Red+Green+Blue) = 251+60+125=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3C7D is #04C382. Grayscale: #7C7C7C. Windows color (decimal): -312195 or 8207611. OLE color: 8207611.
HSL color Cylindrical-coordinate representation of color #FB3C7D: hue angle of 339.58º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3C7D is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 125 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.02 |
| HSL | 339.58º | 0.96% | 0.61% | - |
| HSV(B) | 339.58º | 0.76% | 0.98% | - |
| XYZ | 45.1 | 25.22 | 21.89 | - |
| YUV | 124.52 | 128.28 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 125 | 0 | 0.76 | 0.50 | 0.02 | 339.58 | 0.96 | 0.61 |
| Hex | FB | 3C | 7D | 0 | 4C | 32 | 2 | 154 | 60 | 3D |
| Octal | 373 | 74 | 175 | 0 | 114 | 62 | 2 | 524 | 140 | 75 |
| Binary | 11111011 | 111100 | 1111101 | 0 | 1001100 | 110010 | 10 | 101010100 | 1100000 | 111101 |
Color Harmonies of #FB3C7D
Complementary color
Monochromatic Colors of #FB3C7D
Black with #FB3C7D
Text Example
Text Example
White with #FB3C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C7D; }
p { color: rgb(251,60,125); }
H1.HeaderClassName
{
color: #FB3C7D;
}
.AnyTagClassName
{
color: #FB3C7D;
}
</style>
background-color css
<style>
a { background-color: #FB3C7D; }
a { background-color: rgb(251,60,125); }
div.DivClassName
{
background-color: #FB3C7D;
}
.BgClassName
{
background-color: #FB3C7D;
}
</style>
border-color css
<style>
span { border-color: #FB3C7D; }
span { border-color: rgb(251,60,125); }
td.TdClassName
{
border-color: #FB3C7D;
}
.TagClassName
{
border-color: #FB3C7D;
}
</style>