Shades of Violet Red #FB417D
Tints of Violet Red #FB417D
RGB
CMYK
RGB Variations
Color information
#FB417D (or 0xFB417D) is known color: Violet Red. HEX triplet: FB, 41 and 7D. RGB value is (251,65,125). Sum of RGB (Red+Green+Blue) = 251+65+125=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 65 (25.78% from 255 or 14.74% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB417D is #04BE82. Grayscale: #7F7F7F. Windows color (decimal): -310915 or 8208891. OLE color: 8208891.
HSL color Cylindrical-coordinate representation of color #FB417D: hue angle of 340.65º 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 #FB417D is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 125 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.02 |
| HSL | 340.65º | 0.96% | 0.62% | - |
| HSV(B) | 340.65º | 0.74% | 0.98% | - |
| XYZ | 45.38 | 25.77 | 21.98 | - |
| YUV | 127.45 | 126.62 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 125 | 0 | 0.74 | 0.50 | 0.02 | 340.65 | 0.96 | 0.62 |
| Hex | FB | 41 | 7D | 0 | 4A | 32 | 2 | 155 | 60 | 3E |
| Octal | 373 | 101 | 175 | 0 | 112 | 62 | 2 | 525 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1111101 | 0 | 1001010 | 110010 | 10 | 101010101 | 1100000 | 111110 |
Color Harmonies of #FB417D
Complementary color
Monochromatic Colors of #FB417D
Black with #FB417D
Text Example
Text Example
White with #FB417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB417D; }
p { color: rgb(251,65,125); }
H1.HeaderClassName
{
color: #FB417D;
}
.AnyTagClassName
{
color: #FB417D;
}
</style>
background-color css
<style>
a { background-color: #FB417D; }
a { background-color: rgb(251,65,125); }
div.DivClassName
{
background-color: #FB417D;
}
.BgClassName
{
background-color: #FB417D;
}
</style>
border-color css
<style>
span { border-color: #FB417D; }
span { border-color: rgb(251,65,125); }
td.TdClassName
{
border-color: #FB417D;
}
.TagClassName
{
border-color: #FB417D;
}
</style>