Shades of Radical Red #FB3E4D
Tints of Radical Red #FB3E4D
RGB
CMYK
RGB Variations
Color information
#FB3E4D (or 0xFB3E4D) is known color: Radical Red. HEX triplet: FB, 3E and 4D. RGB value is (251,62,77). Sum of RGB (Red+Green+Blue) = 251+62+77=390 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.36% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3E4D is #04C1B2. Grayscale: #787878. Windows color (decimal): -311731 or 5062395. OLE color: 5062395.
HSL color Cylindrical-coordinate representation of color #FB3E4D: hue angle of 355.24º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3E4D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 77 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.02 |
| HSL | 355.24º | 0.96% | 0.61% | - |
| HSV(B) | 355.24º | 0.75% | 0.98% | - |
| XYZ | 42.85 | 24.49 | 9.49 | - |
| YUV | 120.22 | 103.62 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 77 | 0 | 0.75 | 0.69 | 0.02 | 355.24 | 0.96 | 0.61 |
| Hex | FB | 3E | 4D | 0 | 4B | 45 | 2 | 163 | 60 | 3D |
| Octal | 373 | 76 | 115 | 0 | 113 | 105 | 2 | 543 | 140 | 75 |
| Binary | 11111011 | 111110 | 1001101 | 0 | 1001011 | 1000101 | 10 | 101100011 | 1100000 | 111101 |
Color Harmonies of #FB3E4D
Complementary color
Monochromatic Colors of #FB3E4D
Black with #FB3E4D
Text Example
Text Example
White with #FB3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3E4D; }
p { color: rgb(251,62,77); }
H1.HeaderClassName
{
color: #FB3E4D;
}
.AnyTagClassName
{
color: #FB3E4D;
}
</style>
background-color css
<style>
a { background-color: #FB3E4D; }
a { background-color: rgb(251,62,77); }
div.DivClassName
{
background-color: #FB3E4D;
}
.BgClassName
{
background-color: #FB3E4D;
}
</style>
border-color css
<style>
span { border-color: #FB3E4D; }
span { border-color: rgb(251,62,77); }
td.TdClassName
{
border-color: #FB3E4D;
}
.TagClassName
{
border-color: #FB3E4D;
}
</style>