Shades of Radical Red #FB416D
Tints of Radical Red #FB416D
RGB
CMYK
RGB Variations
Color information
#FB416D (or 0xFB416D) is known color: Radical Red. HEX triplet: FB, 41 and 6D. RGB value is (251,65,109). Sum of RGB (Red+Green+Blue) = 251+65+109=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB416D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB416D is #04BE92. Grayscale: #7D7D7D. Windows color (decimal): -310931 or 7160315. OLE color: 7160315.
HSL color Cylindrical-coordinate representation of color #FB416D: hue angle of 345.81º 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 #FB416D is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 109 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.02 |
| HSL | 345.81º | 0.96% | 0.62% | - |
| HSV(B) | 345.81º | 0.74% | 0.98% | - |
| XYZ | 44.43 | 25.39 | 17.03 | - |
| YUV | 125.63 | 118.62 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 109 | 0 | 0.74 | 0.57 | 0.02 | 345.81 | 0.96 | 0.62 |
| Hex | FB | 41 | 6D | 0 | 4A | 39 | 2 | 15A | 60 | 3E |
| Octal | 373 | 101 | 155 | 0 | 112 | 71 | 2 | 532 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1101101 | 0 | 1001010 | 111001 | 10 | 101011010 | 1100000 | 111110 |
Color Harmonies of #FB416D
Complementary color
Monochromatic Colors of #FB416D
Black with #FB416D
Text Example
Text Example
White with #FB416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB416D; }
p { color: rgb(251,65,109); }
H1.HeaderClassName
{
color: #FB416D;
}
.AnyTagClassName
{
color: #FB416D;
}
</style>
background-color css
<style>
a { background-color: #FB416D; }
a { background-color: rgb(251,65,109); }
div.DivClassName
{
background-color: #FB416D;
}
.BgClassName
{
background-color: #FB416D;
}
</style>
border-color css
<style>
span { border-color: #FB416D; }
span { border-color: rgb(251,65,109); }
td.TdClassName
{
border-color: #FB416D;
}
.TagClassName
{
border-color: #FB416D;
}
</style>