Shades of Radical Red #FB2353
Tints of Radical Red #FB2353
RGB
CMYK
RGB Variations
Color information
#FB2353 (or 0xFB2353) is known color: Radical Red. HEX triplet: FB, 23 and 53. RGB value is (251,35,83). Sum of RGB (Red+Green+Blue) = 251+35+83=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2353 is #04DCAC. Grayscale: #696969. Windows color (decimal): -318637 or 5448699. OLE color: 5448699.
HSL color Cylindrical-coordinate representation of color #FB2353: hue angle of 346.67º 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 #FB2353 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 83 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.02 |
| HSL | 346.67º | 0.96% | 0.56% | - |
| HSV(B) | 346.67º | 0.86% | 0.98% | - |
| XYZ | 41.95 | 22.34 | 10.28 | - |
| YUV | 105.06 | 115.56 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 83 | 0 | 0.86 | 0.67 | 0.02 | 346.67 | 0.96 | 0.56 |
| Hex | FB | 23 | 53 | 0 | 56 | 43 | 2 | 15B | 60 | 38 |
| Octal | 373 | 43 | 123 | 0 | 126 | 103 | 2 | 533 | 140 | 70 |
| Binary | 11111011 | 100011 | 1010011 | 0 | 1010110 | 1000011 | 10 | 101011011 | 1100000 | 111000 |
Color Harmonies of #FB2353
Complementary color
Monochromatic Colors of #FB2353
Black with #FB2353
Text Example
Text Example
White with #FB2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2353; }
p { color: rgb(251,35,83); }
H1.HeaderClassName
{
color: #FB2353;
}
.AnyTagClassName
{
color: #FB2353;
}
</style>
background-color css
<style>
a { background-color: #FB2353; }
a { background-color: rgb(251,35,83); }
div.DivClassName
{
background-color: #FB2353;
}
.BgClassName
{
background-color: #FB2353;
}
</style>
border-color css
<style>
span { border-color: #FB2353; }
span { border-color: rgb(251,35,83); }
td.TdClassName
{
border-color: #FB2353;
}
.TagClassName
{
border-color: #FB2353;
}
</style>