Shades of Radical Red #FB4154
Tints of Radical Red #FB4154
RGB
CMYK
RGB Variations
Color information
#FB4154 (or 0xFB4154) is known color: Radical Red. HEX triplet: FB, 41 and 54. RGB value is (251,65,84). Sum of RGB (Red+Green+Blue) = 251+65+84=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4154 is #04BEAB. Grayscale: #7A7A7A. Windows color (decimal): -310956 or 5521915. OLE color: 5521915.
HSL color Cylindrical-coordinate representation of color #FB4154: hue angle of 353.87º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB4154 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 84 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.02 |
| HSL | 353.87º | 0.96% | 0.62% | - |
| HSV(B) | 353.87º | 0.74% | 0.98% | - |
| XYZ | 43.27 | 24.93 | 10.92 | - |
| YUV | 122.78 | 106.12 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 84 | 0 | 0.74 | 0.67 | 0.02 | 353.87 | 0.96 | 0.62 |
| Hex | FB | 41 | 54 | 0 | 4A | 43 | 2 | 162 | 60 | 3E |
| Octal | 373 | 101 | 124 | 0 | 112 | 103 | 2 | 542 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1010100 | 0 | 1001010 | 1000011 | 10 | 101100010 | 1100000 | 111110 |
Color Harmonies of #FB4154
Complementary color
Monochromatic Colors of #FB4154
Black with #FB4154
Text Example
Text Example
White with #FB4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4154; }
p { color: rgb(251,65,84); }
H1.HeaderClassName
{
color: #FB4154;
}
.AnyTagClassName
{
color: #FB4154;
}
</style>
background-color css
<style>
a { background-color: #FB4154; }
a { background-color: rgb(251,65,84); }
div.DivClassName
{
background-color: #FB4154;
}
.BgClassName
{
background-color: #FB4154;
}
</style>
border-color css
<style>
span { border-color: #FB4154; }
span { border-color: rgb(251,65,84); }
td.TdClassName
{
border-color: #FB4154;
}
.TagClassName
{
border-color: #FB4154;
}
</style>