Shades of Radical Red #FB366C
Tints of Radical Red #FB366C
RGB
CMYK
RGB Variations
Color information
#FB366C (or 0xFB366C) is known color: Radical Red. HEX triplet: FB, 36 and 6C. RGB value is (251,54,108). Sum of RGB (Red+Green+Blue) = 251+54+108=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB366C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB366C is #04C993. Grayscale: #777777. Windows color (decimal): -313748 or 7091963. OLE color: 7091963.
HSL color Cylindrical-coordinate representation of color #FB366C: hue angle of 343.55º 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 #FB366C is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 108 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.02 |
| HSL | 343.55º | 0.96% | 0.6% | - |
| HSV(B) | 343.55º | 0.78% | 0.98% | - |
| XYZ | 43.81 | 24.23 | 16.56 | - |
| YUV | 119.06 | 121.77 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 108 | 0 | 0.78 | 0.57 | 0.02 | 343.55 | 0.96 | 0.6 |
| Hex | FB | 36 | 6C | 0 | 4E | 39 | 2 | 158 | 60 | 3C |
| Octal | 373 | 66 | 154 | 0 | 116 | 71 | 2 | 530 | 140 | 74 |
| Binary | 11111011 | 110110 | 1101100 | 0 | 1001110 | 111001 | 10 | 101011000 | 1100000 | 111100 |
Color Harmonies of #FB366C
Complementary color
Monochromatic Colors of #FB366C
Black with #FB366C
Text Example
Text Example
White with #FB366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB366C; }
p { color: rgb(251,54,108); }
H1.HeaderClassName
{
color: #FB366C;
}
.AnyTagClassName
{
color: #FB366C;
}
</style>
background-color css
<style>
a { background-color: #FB366C; }
a { background-color: rgb(251,54,108); }
div.DivClassName
{
background-color: #FB366C;
}
.BgClassName
{
background-color: #FB366C;
}
</style>
border-color css
<style>
span { border-color: #FB366C; }
span { border-color: rgb(251,54,108); }
td.TdClassName
{
border-color: #FB366C;
}
.TagClassName
{
border-color: #FB366C;
}
</style>