Shades of Radical Red #FB3E64
Tints of Radical Red #FB3E64
RGB
CMYK
RGB Variations
Color information
#FB3E64 (or 0xFB3E64) is known color: Radical Red. HEX triplet: FB, 3E and 64. RGB value is (251,62,100). Sum of RGB (Red+Green+Blue) = 251+62+100=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3E64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3E64 is #04C19B. Grayscale: #7A7A7A. Windows color (decimal): -311708 or 6569723. OLE color: 6569723.
HSL color Cylindrical-coordinate representation of color #FB3E64: hue angle of 347.94º 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 #FB3E64 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 62 | 100 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.02 |
| HSL | 347.94º | 0.96% | 0.61% | - |
| HSV(B) | 347.94º | 0.75% | 0.98% | - |
| XYZ | 43.81 | 24.87 | 14.55 | - |
| YUV | 122.84 | 115.12 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 62 | 100 | 0 | 0.75 | 0.60 | 0.02 | 347.94 | 0.96 | 0.61 |
| Hex | FB | 3E | 64 | 0 | 4B | 3C | 2 | 15C | 60 | 3D |
| Octal | 373 | 76 | 144 | 0 | 113 | 74 | 2 | 534 | 140 | 75 |
| Binary | 11111011 | 111110 | 1100100 | 0 | 1001011 | 111100 | 10 | 101011100 | 1100000 | 111101 |
Color Harmonies of #FB3E64
Complementary color
Monochromatic Colors of #FB3E64
Black with #FB3E64
Text Example
Text Example
White with #FB3E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3E64; }
p { color: rgb(251,62,100); }
H1.HeaderClassName
{
color: #FB3E64;
}
.AnyTagClassName
{
color: #FB3E64;
}
</style>
background-color css
<style>
a { background-color: #FB3E64; }
a { background-color: rgb(251,62,100); }
div.DivClassName
{
background-color: #FB3E64;
}
.BgClassName
{
background-color: #FB3E64;
}
</style>
border-color css
<style>
span { border-color: #FB3E64; }
span { border-color: rgb(251,62,100); }
td.TdClassName
{
border-color: #FB3E64;
}
.TagClassName
{
border-color: #FB3E64;
}
</style>