Shades of Radical Red #FB366A
Tints of Radical Red #FB366A
RGB
CMYK
RGB Variations
Color information
#FB366A (or 0xFB366A) is known color: Radical Red. HEX triplet: FB, 36 and 6A. RGB value is (251,54,106). Sum of RGB (Red+Green+Blue) = 251+54+106=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB366A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB366A is #04C995. Grayscale: #767676. Windows color (decimal): -313750 or 6960891. OLE color: 6960891.
HSL color Cylindrical-coordinate representation of color #FB366A: hue angle of 344.16º 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 #FB366A is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 106 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.02 |
| HSL | 344.16º | 0.96% | 0.6% | - |
| HSV(B) | 344.16º | 0.78% | 0.98% | - |
| XYZ | 43.7 | 24.19 | 16 | - |
| YUV | 118.83 | 120.77 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 106 | 0 | 0.78 | 0.58 | 0.02 | 344.16 | 0.96 | 0.6 |
| Hex | FB | 36 | 6A | 0 | 4E | 3A | 2 | 158 | 60 | 3C |
| Octal | 373 | 66 | 152 | 0 | 116 | 72 | 2 | 530 | 140 | 74 |
| Binary | 11111011 | 110110 | 1101010 | 0 | 1001110 | 111010 | 10 | 101011000 | 1100000 | 111100 |
Color Harmonies of #FB366A
Complementary color
Monochromatic Colors of #FB366A
Black with #FB366A
Text Example
Text Example
White with #FB366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB366A; }
p { color: rgb(251,54,106); }
H1.HeaderClassName
{
color: #FB366A;
}
.AnyTagClassName
{
color: #FB366A;
}
</style>
background-color css
<style>
a { background-color: #FB366A; }
a { background-color: rgb(251,54,106); }
div.DivClassName
{
background-color: #FB366A;
}
.BgClassName
{
background-color: #FB366A;
}
</style>
border-color css
<style>
span { border-color: #FB366A; }
span { border-color: rgb(251,54,106); }
td.TdClassName
{
border-color: #FB366A;
}
.TagClassName
{
border-color: #FB366A;
}
</style>