Shades of Radical Red #FB364C
Tints of Radical Red #FB364C
RGB
CMYK
RGB Variations
Color information
#FB364C (or 0xFB364C) is known color: Radical Red. HEX triplet: FB, 36 and 4C. RGB value is (251,54,76). Sum of RGB (Red+Green+Blue) = 251+54+76=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB364C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB364C is #04C9B3. Grayscale: #737373. Windows color (decimal): -313780 or 4994811. OLE color: 4994811.
HSL color Cylindrical-coordinate representation of color #FB364C: hue angle of 353.3º 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 #FB364C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 76 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.02 |
| HSL | 353.3º | 0.96% | 0.6% | - |
| HSV(B) | 353.3º | 0.78% | 0.98% | - |
| XYZ | 42.41 | 23.67 | 9.17 | - |
| YUV | 115.41 | 105.77 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 76 | 0 | 0.78 | 0.70 | 0.02 | 353.3 | 0.96 | 0.6 |
| Hex | FB | 36 | 4C | 0 | 4E | 46 | 2 | 161 | 60 | 3C |
| Octal | 373 | 66 | 114 | 0 | 116 | 106 | 2 | 541 | 140 | 74 |
| Binary | 11111011 | 110110 | 1001100 | 0 | 1001110 | 1000110 | 10 | 101100001 | 1100000 | 111100 |
Color Harmonies of #FB364C
Complementary color
Monochromatic Colors of #FB364C
Black with #FB364C
Text Example
Text Example
White with #FB364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB364C; }
p { color: rgb(251,54,76); }
H1.HeaderClassName
{
color: #FB364C;
}
.AnyTagClassName
{
color: #FB364C;
}
</style>
background-color css
<style>
a { background-color: #FB364C; }
a { background-color: rgb(251,54,76); }
div.DivClassName
{
background-color: #FB364C;
}
.BgClassName
{
background-color: #FB364C;
}
</style>
border-color css
<style>
span { border-color: #FB364C; }
span { border-color: rgb(251,54,76); }
td.TdClassName
{
border-color: #FB364C;
}
.TagClassName
{
border-color: #FB364C;
}
</style>