Shades of Radical Red #FB3C6B
Tints of Radical Red #FB3C6B
RGB
CMYK
RGB Variations
Color information
#FB3C6B (or 0xFB3C6B) is known color: Radical Red. HEX triplet: FB, 3C and 6B. RGB value is (251,60,107). Sum of RGB (Red+Green+Blue) = 251+60+107=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3C6B is #04C394. Grayscale: #7A7A7A. Windows color (decimal): -312213 or 7027963. OLE color: 7027963.
HSL color Cylindrical-coordinate representation of color #FB3C6B: hue angle of 345.24º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3C6B is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 107 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.02 |
| HSL | 345.24º | 0.96% | 0.61% | - |
| HSV(B) | 345.24º | 0.76% | 0.98% | - |
| XYZ | 44.05 | 24.8 | 16.38 | - |
| YUV | 122.47 | 119.28 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 107 | 0 | 0.76 | 0.57 | 0.02 | 345.24 | 0.96 | 0.61 |
| Hex | FB | 3C | 6B | 0 | 4C | 39 | 2 | 159 | 60 | 3D |
| Octal | 373 | 74 | 153 | 0 | 114 | 71 | 2 | 531 | 140 | 75 |
| Binary | 11111011 | 111100 | 1101011 | 0 | 1001100 | 111001 | 10 | 101011001 | 1100000 | 111101 |
Color Harmonies of #FB3C6B
Complementary color
Monochromatic Colors of #FB3C6B
Black with #FB3C6B
Text Example
Text Example
White with #FB3C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C6B; }
p { color: rgb(251,60,107); }
H1.HeaderClassName
{
color: #FB3C6B;
}
.AnyTagClassName
{
color: #FB3C6B;
}
</style>
background-color css
<style>
a { background-color: #FB3C6B; }
a { background-color: rgb(251,60,107); }
div.DivClassName
{
background-color: #FB3C6B;
}
.BgClassName
{
background-color: #FB3C6B;
}
</style>
border-color css
<style>
span { border-color: #FB3C6B; }
span { border-color: rgb(251,60,107); }
td.TdClassName
{
border-color: #FB3C6B;
}
.TagClassName
{
border-color: #FB3C6B;
}
</style>