Shades of Radical Red #FB416A
Tints of Radical Red #FB416A
RGB
CMYK
RGB Variations
Color information
#FB416A (or 0xFB416A) is known color: Radical Red. HEX triplet: FB, 41 and 6A. RGB value is (251,65,106). Sum of RGB (Red+Green+Blue) = 251+65+106=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB416A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB416A is #04BE95. Grayscale: #7D7D7D. Windows color (decimal): -310934 or 6963707. OLE color: 6963707.
HSL color Cylindrical-coordinate representation of color #FB416A: hue angle of 346.77º 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 #FB416A is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 106 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.02 |
| HSL | 346.77º | 0.96% | 0.62% | - |
| HSV(B) | 346.77º | 0.74% | 0.98% | - |
| XYZ | 44.28 | 25.33 | 16.19 | - |
| YUV | 125.29 | 117.12 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 106 | 0 | 0.74 | 0.58 | 0.02 | 346.77 | 0.96 | 0.62 |
| Hex | FB | 41 | 6A | 0 | 4A | 3A | 2 | 15B | 60 | 3E |
| Octal | 373 | 101 | 152 | 0 | 112 | 72 | 2 | 533 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1101010 | 0 | 1001010 | 111010 | 10 | 101011011 | 1100000 | 111110 |
Color Harmonies of #FB416A
Complementary color
Monochromatic Colors of #FB416A
Black with #FB416A
Text Example
Text Example
White with #FB416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB416A; }
p { color: rgb(251,65,106); }
H1.HeaderClassName
{
color: #FB416A;
}
.AnyTagClassName
{
color: #FB416A;
}
</style>
background-color css
<style>
a { background-color: #FB416A; }
a { background-color: rgb(251,65,106); }
div.DivClassName
{
background-color: #FB416A;
}
.BgClassName
{
background-color: #FB416A;
}
</style>
border-color css
<style>
span { border-color: #FB416A; }
span { border-color: rgb(251,65,106); }
td.TdClassName
{
border-color: #FB416A;
}
.TagClassName
{
border-color: #FB416A;
}
</style>