Shades of Radical Red #FB3673
Tints of Radical Red #FB3673
RGB
CMYK
RGB Variations
Color information
#FB3673 (or 0xFB3673) is known color: Radical Red. HEX triplet: FB, 36 and 73. RGB value is (251,54,115). Sum of RGB (Red+Green+Blue) = 251+54+115=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3673 is #04C98C. Grayscale: #777777. Windows color (decimal): -313741 or 7550715. OLE color: 7550715.
HSL color Cylindrical-coordinate representation of color #FB3673: hue angle of 341.42º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB3673 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 115 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.02 |
| HSL | 341.42º | 0.96% | 0.6% | - |
| HSV(B) | 341.42º | 0.78% | 0.98% | - |
| XYZ | 44.2 | 24.39 | 18.6 | - |
| YUV | 119.86 | 125.27 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 115 | 0 | 0.78 | 0.54 | 0.02 | 341.42 | 0.96 | 0.6 |
| Hex | FB | 36 | 73 | 0 | 4E | 36 | 2 | 155 | 60 | 3C |
| Octal | 373 | 66 | 163 | 0 | 116 | 66 | 2 | 525 | 140 | 74 |
| Binary | 11111011 | 110110 | 1110011 | 0 | 1001110 | 110110 | 10 | 101010101 | 1100000 | 111100 |
Color Harmonies of #FB3673
Complementary color
Monochromatic Colors of #FB3673
Black with #FB3673
Text Example
Text Example
White with #FB3673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3673; }
p { color: rgb(251,54,115); }
H1.HeaderClassName
{
color: #FB3673;
}
.AnyTagClassName
{
color: #FB3673;
}
</style>
background-color css
<style>
a { background-color: #FB3673; }
a { background-color: rgb(251,54,115); }
div.DivClassName
{
background-color: #FB3673;
}
.BgClassName
{
background-color: #FB3673;
}
</style>
border-color css
<style>
span { border-color: #FB3673; }
span { border-color: rgb(251,54,115); }
td.TdClassName
{
border-color: #FB3673;
}
.TagClassName
{
border-color: #FB3673;
}
</style>