Shades of Radical Red #FB445C
Tints of Radical Red #FB445C
RGB
CMYK
RGB Variations
Color information
#FB445C (or 0xFB445C) is known color: Radical Red. HEX triplet: FB, 44 and 5C. RGB value is (251,68,92). Sum of RGB (Red+Green+Blue) = 251+68+92=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB445C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB445C is #04BBA3. Grayscale: #7D7D7D. Windows color (decimal): -310180 or 6046971. OLE color: 6046971.
HSL color Cylindrical-coordinate representation of color #FB445C: hue angle of 352.13º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB445C is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 92 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.02 |
| HSL | 352.13º | 0.96% | 0.63% | - |
| HSV(B) | 352.13º | 0.73% | 0.98% | - |
| XYZ | 43.78 | 25.42 | 12.72 | - |
| YUV | 125.45 | 109.13 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 92 | 0 | 0.73 | 0.63 | 0.02 | 352.13 | 0.96 | 0.63 |
| Hex | FB | 44 | 5C | 0 | 49 | 3F | 2 | 160 | 60 | 3F |
| Octal | 373 | 104 | 134 | 0 | 111 | 77 | 2 | 540 | 140 | 77 |
| Binary | 11111011 | 1000100 | 1011100 | 0 | 1001001 | 111111 | 10 | 101100000 | 1100000 | 111111 |
Color Harmonies of #FB445C
Complementary color
Monochromatic Colors of #FB445C
Black with #FB445C
Text Example
Text Example
White with #FB445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB445C; }
p { color: rgb(251,68,92); }
H1.HeaderClassName
{
color: #FB445C;
}
.AnyTagClassName
{
color: #FB445C;
}
</style>
background-color css
<style>
a { background-color: #FB445C; }
a { background-color: rgb(251,68,92); }
div.DivClassName
{
background-color: #FB445C;
}
.BgClassName
{
background-color: #FB445C;
}
</style>
border-color css
<style>
span { border-color: #FB445C; }
span { border-color: rgb(251,68,92); }
td.TdClassName
{
border-color: #FB445C;
}
.TagClassName
{
border-color: #FB445C;
}
</style>