Shades of Radical Red #FB3E4A
Tints of Radical Red #FB3E4A
RGB
CMYK
RGB Variations
Color information
#FB3E4A (or 0xFB3E4A) is known color: Radical Red. HEX triplet: FB, 3E and 4A. RGB value is (251,62,74). Sum of RGB (Red+Green+Blue) = 251+62+74=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3E4A is #04C1B5. Grayscale: #787878. Windows color (decimal): -311734 or 4865787. OLE color: 4865787.
HSL color Cylindrical-coordinate representation of color #FB3E4A: hue angle of 356.19º 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 #FB3E4A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 74 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.02 |
| HSL | 356.19º | 0.96% | 0.61% | - |
| HSV(B) | 356.19º | 0.75% | 0.98% | - |
| XYZ | 42.74 | 24.45 | 8.94 | - |
| YUV | 119.88 | 102.12 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 74 | 0 | 0.75 | 0.71 | 0.02 | 356.19 | 0.96 | 0.61 |
| Hex | FB | 3E | 4A | 0 | 4B | 47 | 2 | 164 | 60 | 3D |
| Octal | 373 | 76 | 112 | 0 | 113 | 107 | 2 | 544 | 140 | 75 |
| Binary | 11111011 | 111110 | 1001010 | 0 | 1001011 | 1000111 | 10 | 101100100 | 1100000 | 111101 |
Color Harmonies of #FB3E4A
Complementary color
Monochromatic Colors of #FB3E4A
Black with #FB3E4A
Text Example
Text Example
White with #FB3E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3E4A; }
p { color: rgb(251,62,74); }
H1.HeaderClassName
{
color: #FB3E4A;
}
.AnyTagClassName
{
color: #FB3E4A;
}
</style>
background-color css
<style>
a { background-color: #FB3E4A; }
a { background-color: rgb(251,62,74); }
div.DivClassName
{
background-color: #FB3E4A;
}
.BgClassName
{
background-color: #FB3E4A;
}
</style>
border-color css
<style>
span { border-color: #FB3E4A; }
span { border-color: rgb(251,62,74); }
td.TdClassName
{
border-color: #FB3E4A;
}
.TagClassName
{
border-color: #FB3E4A;
}
</style>