Shades of Radical Red #FB424F
Tints of Radical Red #FB424F
RGB
CMYK
RGB Variations
Color information
#FB424F (or 0xFB424F) is known color: Radical Red. HEX triplet: FB, 42 and 4F. RGB value is (251,66,79). Sum of RGB (Red+Green+Blue) = 251+66+79=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB424F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB424F is #04BDB0. Grayscale: #7A7A7A. Windows color (decimal): -310705 or 5194491. OLE color: 5194491.
HSL color Cylindrical-coordinate representation of color #FB424F: hue angle of 355.78º 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 #FB424F is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 79 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.02 |
| HSL | 355.78º | 0.96% | 0.62% | - |
| HSV(B) | 355.78º | 0.74% | 0.98% | - |
| XYZ | 43.14 | 24.97 | 9.94 | - |
| YUV | 122.8 | 103.29 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 79 | 0 | 0.74 | 0.69 | 0.02 | 355.78 | 0.96 | 0.62 |
| Hex | FB | 42 | 4F | 0 | 4A | 45 | 2 | 164 | 60 | 3E |
| Octal | 373 | 102 | 117 | 0 | 112 | 105 | 2 | 544 | 140 | 76 |
| Binary | 11111011 | 1000010 | 1001111 | 0 | 1001010 | 1000101 | 10 | 101100100 | 1100000 | 111110 |
Color Harmonies of #FB424F
Complementary color
Monochromatic Colors of #FB424F
Black with #FB424F
Text Example
Text Example
White with #FB424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB424F; }
p { color: rgb(251,66,79); }
H1.HeaderClassName
{
color: #FB424F;
}
.AnyTagClassName
{
color: #FB424F;
}
</style>
background-color css
<style>
a { background-color: #FB424F; }
a { background-color: rgb(251,66,79); }
div.DivClassName
{
background-color: #FB424F;
}
.BgClassName
{
background-color: #FB424F;
}
</style>
border-color css
<style>
span { border-color: #FB424F; }
span { border-color: rgb(251,66,79); }
td.TdClassName
{
border-color: #FB424F;
}
.TagClassName
{
border-color: #FB424F;
}
</style>