Shades of Radical Red #FB434B
Tints of Radical Red #FB434B
RGB
CMYK
RGB Variations
Color information
#FB434B (or 0xFB434B) is known color: Radical Red. HEX triplet: FB, 43 and 4B. RGB value is (251,67,75). Sum of RGB (Red+Green+Blue) = 251+67+75=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB434B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB434B is #04BCB4. Grayscale: #7B7B7B. Windows color (decimal): -310453 or 4932603. OLE color: 4932603.
HSL color Cylindrical-coordinate representation of color #FB434B: hue angle of 357.39º 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 #FB434B is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 75 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.02 |
| HSL | 357.39º | 0.96% | 0.62% | - |
| HSV(B) | 357.39º | 0.73% | 0.98% | - |
| XYZ | 43.06 | 25.03 | 9.22 | - |
| YUV | 122.93 | 100.96 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 75 | 0 | 0.73 | 0.70 | 0.02 | 357.39 | 0.96 | 0.62 |
| Hex | FB | 43 | 4B | 0 | 49 | 46 | 2 | 165 | 60 | 3E |
| Octal | 373 | 103 | 113 | 0 | 111 | 106 | 2 | 545 | 140 | 76 |
| Binary | 11111011 | 1000011 | 1001011 | 0 | 1001001 | 1000110 | 10 | 101100101 | 1100000 | 111110 |
Color Harmonies of #FB434B
Complementary color
Monochromatic Colors of #FB434B
Black with #FB434B
Text Example
Text Example
White with #FB434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB434B; }
p { color: rgb(251,67,75); }
H1.HeaderClassName
{
color: #FB434B;
}
.AnyTagClassName
{
color: #FB434B;
}
</style>
background-color css
<style>
a { background-color: #FB434B; }
a { background-color: rgb(251,67,75); }
div.DivClassName
{
background-color: #FB434B;
}
.BgClassName
{
background-color: #FB434B;
}
</style>
border-color css
<style>
span { border-color: #FB434B; }
span { border-color: rgb(251,67,75); }
td.TdClassName
{
border-color: #FB434B;
}
.TagClassName
{
border-color: #FB434B;
}
</style>