Shades of Radical Red #FB2359
Tints of Radical Red #FB2359
RGB
CMYK
RGB Variations
Color information
#FB2359 (or 0xFB2359) is known color: Radical Red. HEX triplet: FB, 23 and 59. RGB value is (251,35,89). Sum of RGB (Red+Green+Blue) = 251+35+89=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2359 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2359 is #04DCA6. Grayscale: #696969. Windows color (decimal): -318631 or 5841915. OLE color: 5841915.
HSL color Cylindrical-coordinate representation of color #FB2359: hue angle of 345º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2359 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 89 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.02 |
| HSL | 345º | 0.96% | 0.56% | - |
| HSV(B) | 345º | 0.86% | 0.98% | - |
| XYZ | 42.19 | 22.43 | 11.56 | - |
| YUV | 105.74 | 118.56 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 89 | 0 | 0.86 | 0.65 | 0.02 | 345 | 0.96 | 0.56 |
| Hex | FB | 23 | 59 | 0 | 56 | 41 | 2 | 159 | 60 | 38 |
| Octal | 373 | 43 | 131 | 0 | 126 | 101 | 2 | 531 | 140 | 70 |
| Binary | 11111011 | 100011 | 1011001 | 0 | 1010110 | 1000001 | 10 | 101011001 | 1100000 | 111000 |
Color Harmonies of #FB2359
Complementary color
Monochromatic Colors of #FB2359
Black with #FB2359
Text Example
Text Example
White with #FB2359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2359; }
p { color: rgb(251,35,89); }
H1.HeaderClassName
{
color: #FB2359;
}
.AnyTagClassName
{
color: #FB2359;
}
</style>
background-color css
<style>
a { background-color: #FB2359; }
a { background-color: rgb(251,35,89); }
div.DivClassName
{
background-color: #FB2359;
}
.BgClassName
{
background-color: #FB2359;
}
</style>
border-color css
<style>
span { border-color: #FB2359; }
span { border-color: rgb(251,35,89); }
td.TdClassName
{
border-color: #FB2359;
}
.TagClassName
{
border-color: #FB2359;
}
</style>