Shades of Radical Red #FB3D4E
Tints of Radical Red #FB3D4E
RGB
CMYK
RGB Variations
Color information
#FB3D4E (or 0xFB3D4E) is known color: Radical Red. HEX triplet: FB, 3D and 4E. RGB value is (251,61,78). Sum of RGB (Red+Green+Blue) = 251+61+78=390 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.36% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3D4E is #04C2B1. Grayscale: #777777. Windows color (decimal): -311986 or 5127675. OLE color: 5127675.
HSL color Cylindrical-coordinate representation of color #FB3D4E: hue angle of 354.63º 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 #FB3D4E is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 61 | 78 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.02 |
| HSL | 354.63º | 0.96% | 0.61% | - |
| HSV(B) | 354.63º | 0.76% | 0.98% | - |
| XYZ | 42.83 | 24.4 | 9.66 | - |
| YUV | 119.75 | 104.45 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 61 | 78 | 0 | 0.76 | 0.69 | 0.02 | 354.63 | 0.96 | 0.61 |
| Hex | FB | 3D | 4E | 0 | 4C | 45 | 2 | 163 | 60 | 3D |
| Octal | 373 | 75 | 116 | 0 | 114 | 105 | 2 | 543 | 140 | 75 |
| Binary | 11111011 | 111101 | 1001110 | 0 | 1001100 | 1000101 | 10 | 101100011 | 1100000 | 111101 |
Color Harmonies of #FB3D4E
Complementary color
Monochromatic Colors of #FB3D4E
Black with #FB3D4E
Text Example
Text Example
White with #FB3D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3D4E; }
p { color: rgb(251,61,78); }
H1.HeaderClassName
{
color: #FB3D4E;
}
.AnyTagClassName
{
color: #FB3D4E;
}
</style>
background-color css
<style>
a { background-color: #FB3D4E; }
a { background-color: rgb(251,61,78); }
div.DivClassName
{
background-color: #FB3D4E;
}
.BgClassName
{
background-color: #FB3D4E;
}
</style>
border-color css
<style>
span { border-color: #FB3D4E; }
span { border-color: rgb(251,61,78); }
td.TdClassName
{
border-color: #FB3D4E;
}
.TagClassName
{
border-color: #FB3D4E;
}
</style>