Shades of Radical Red #FB364D
Tints of Radical Red #FB364D
RGB
CMYK
RGB Variations
Color information
#FB364D (or 0xFB364D) is known color: Radical Red. HEX triplet: FB, 36 and 4D. RGB value is (251,54,77). Sum of RGB (Red+Green+Blue) = 251+54+77=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB364D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB364D is #04C9B2. Grayscale: #737373. Windows color (decimal): -313779 or 5060347. OLE color: 5060347.
HSL color Cylindrical-coordinate representation of color #FB364D: hue angle of 352.99º 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 #FB364D is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 77 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.02 |
| HSL | 352.99º | 0.96% | 0.6% | - |
| HSV(B) | 352.99º | 0.78% | 0.98% | - |
| XYZ | 42.44 | 23.68 | 9.36 | - |
| YUV | 115.53 | 106.27 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 77 | 0 | 0.78 | 0.69 | 0.02 | 352.99 | 0.96 | 0.6 |
| Hex | FB | 36 | 4D | 0 | 4E | 45 | 2 | 161 | 60 | 3C |
| Octal | 373 | 66 | 115 | 0 | 116 | 105 | 2 | 541 | 140 | 74 |
| Binary | 11111011 | 110110 | 1001101 | 0 | 1001110 | 1000101 | 10 | 101100001 | 1100000 | 111100 |
Color Harmonies of #FB364D
Complementary color
Monochromatic Colors of #FB364D
Black with #FB364D
Text Example
Text Example
White with #FB364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB364D; }
p { color: rgb(251,54,77); }
H1.HeaderClassName
{
color: #FB364D;
}
.AnyTagClassName
{
color: #FB364D;
}
</style>
background-color css
<style>
a { background-color: #FB364D; }
a { background-color: rgb(251,54,77); }
div.DivClassName
{
background-color: #FB364D;
}
.BgClassName
{
background-color: #FB364D;
}
</style>
border-color css
<style>
span { border-color: #FB364D; }
span { border-color: rgb(251,54,77); }
td.TdClassName
{
border-color: #FB364D;
}
.TagClassName
{
border-color: #FB364D;
}
</style>