Shades of Radical Red #FB424E
Tints of Radical Red #FB424E
RGB
CMYK
RGB Variations
Color information
#FB424E (or 0xFB424E) is known color: Radical Red. HEX triplet: FB, 42 and 4E. RGB value is (251,66,78). Sum of RGB (Red+Green+Blue) = 251+66+78=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB424E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB424E is #04BDB1. Grayscale: #7A7A7A. Windows color (decimal): -310706 or 5128955. OLE color: 5128955.
HSL color Cylindrical-coordinate representation of color #FB424E: hue angle of 356.11º 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 #FB424E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 78 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.02 |
| HSL | 356.11º | 0.96% | 0.62% | - |
| HSV(B) | 356.11º | 0.74% | 0.98% | - |
| XYZ | 43.11 | 24.96 | 9.75 | - |
| YUV | 122.68 | 102.79 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 78 | 0 | 0.74 | 0.69 | 0.02 | 356.11 | 0.96 | 0.62 |
| Hex | FB | 42 | 4E | 0 | 4A | 45 | 2 | 164 | 60 | 3E |
| Octal | 373 | 102 | 116 | 0 | 112 | 105 | 2 | 544 | 140 | 76 |
| Binary | 11111011 | 1000010 | 1001110 | 0 | 1001010 | 1000101 | 10 | 101100100 | 1100000 | 111110 |
Color Harmonies of #FB424E
Complementary color
Monochromatic Colors of #FB424E
Black with #FB424E
Text Example
Text Example
White with #FB424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB424E; }
p { color: rgb(251,66,78); }
H1.HeaderClassName
{
color: #FB424E;
}
.AnyTagClassName
{
color: #FB424E;
}
</style>
background-color css
<style>
a { background-color: #FB424E; }
a { background-color: rgb(251,66,78); }
div.DivClassName
{
background-color: #FB424E;
}
.BgClassName
{
background-color: #FB424E;
}
</style>
border-color css
<style>
span { border-color: #FB424E; }
span { border-color: rgb(251,66,78); }
td.TdClassName
{
border-color: #FB424E;
}
.TagClassName
{
border-color: #FB424E;
}
</style>