Shades of Radical Red #FB434D
Tints of Radical Red #FB434D
RGB
CMYK
RGB Variations
Color information
#FB434D (or 0xFB434D) is known color: Radical Red. HEX triplet: FB, 43 and 4D. RGB value is (251,67,77). Sum of RGB (Red+Green+Blue) = 251+67+77=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB434D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB434D is #04BCB2. Grayscale: #7B7B7B. Windows color (decimal): -310451 or 5063675. OLE color: 5063675.
HSL color Cylindrical-coordinate representation of color #FB434D: hue angle of 356.74º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB434D is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 77 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.02 |
| HSL | 356.74º | 0.96% | 0.62% | - |
| HSV(B) | 356.74º | 0.73% | 0.98% | - |
| XYZ | 43.13 | 25.06 | 9.58 | - |
| YUV | 123.16 | 101.96 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 77 | 0 | 0.73 | 0.69 | 0.02 | 356.74 | 0.96 | 0.62 |
| Hex | FB | 43 | 4D | 0 | 49 | 45 | 2 | 165 | 60 | 3E |
| Octal | 373 | 103 | 115 | 0 | 111 | 105 | 2 | 545 | 140 | 76 |
| Binary | 11111011 | 1000011 | 1001101 | 0 | 1001001 | 1000101 | 10 | 101100101 | 1100000 | 111110 |
Color Harmonies of #FB434D
Complementary color
Monochromatic Colors of #FB434D
Black with #FB434D
Text Example
Text Example
White with #FB434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB434D; }
p { color: rgb(251,67,77); }
H1.HeaderClassName
{
color: #FB434D;
}
.AnyTagClassName
{
color: #FB434D;
}
</style>
background-color css
<style>
a { background-color: #FB434D; }
a { background-color: rgb(251,67,77); }
div.DivClassName
{
background-color: #FB434D;
}
.BgClassName
{
background-color: #FB434D;
}
</style>
border-color css
<style>
span { border-color: #FB434D; }
span { border-color: rgb(251,67,77); }
td.TdClassName
{
border-color: #FB434D;
}
.TagClassName
{
border-color: #FB434D;
}
</style>