Shades of Radical Red #FB415B
Tints of Radical Red #FB415B
RGB
CMYK
RGB Variations
Color information
#FB415B (or 0xFB415B) is known color: Radical Red. HEX triplet: FB, 41 and 5B. RGB value is (251,65,91). Sum of RGB (Red+Green+Blue) = 251+65+91=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB415B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB415B is #04BEA4. Grayscale: #7B7B7B. Windows color (decimal): -310949 or 5980667. OLE color: 5980667.
HSL color Cylindrical-coordinate representation of color #FB415B: hue angle of 351.61º 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 #FB415B is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 91 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.02 |
| HSL | 351.61º | 0.96% | 0.62% | - |
| HSV(B) | 351.61º | 0.74% | 0.98% | - |
| XYZ | 43.56 | 25.05 | 12.44 | - |
| YUV | 123.58 | 109.62 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 91 | 0 | 0.74 | 0.64 | 0.02 | 351.61 | 0.96 | 0.62 |
| Hex | FB | 41 | 5B | 0 | 4A | 40 | 2 | 160 | 60 | 3E |
| Octal | 373 | 101 | 133 | 0 | 112 | 100 | 2 | 540 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1011011 | 0 | 1001010 | 1000000 | 10 | 101100000 | 1100000 | 111110 |
Color Harmonies of #FB415B
Complementary color
Monochromatic Colors of #FB415B
Black with #FB415B
Text Example
Text Example
White with #FB415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB415B; }
p { color: rgb(251,65,91); }
H1.HeaderClassName
{
color: #FB415B;
}
.AnyTagClassName
{
color: #FB415B;
}
</style>
background-color css
<style>
a { background-color: #FB415B; }
a { background-color: rgb(251,65,91); }
div.DivClassName
{
background-color: #FB415B;
}
.BgClassName
{
background-color: #FB415B;
}
</style>
border-color css
<style>
span { border-color: #FB415B; }
span { border-color: rgb(251,65,91); }
td.TdClassName
{
border-color: #FB415B;
}
.TagClassName
{
border-color: #FB415B;
}
</style>