Shades of Radical Red #FB335D
Tints of Radical Red #FB335D
RGB
CMYK
RGB Variations
Color information
#FB335D (or 0xFB335D) is known color: Radical Red. HEX triplet: FB, 33 and 5D. RGB value is (251,51,93). Sum of RGB (Red+Green+Blue) = 251+51+93=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB335D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB335D is #04CCA2. Grayscale: #737373. Windows color (decimal): -314531 or 6108155. OLE color: 6108155.
HSL color Cylindrical-coordinate representation of color #FB335D: hue angle of 347.4º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB335D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 93 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.02 |
| HSL | 347.4º | 0.96% | 0.59% | - |
| HSV(B) | 347.4º | 0.8% | 0.98% | - |
| XYZ | 42.94 | 23.67 | 12.66 | - |
| YUV | 115.59 | 115.26 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 93 | 0 | 0.80 | 0.63 | 0.02 | 347.4 | 0.96 | 0.59 |
| Hex | FB | 33 | 5D | 0 | 50 | 3F | 2 | 15B | 60 | 3B |
| Octal | 373 | 63 | 135 | 0 | 120 | 77 | 2 | 533 | 140 | 73 |
| Binary | 11111011 | 110011 | 1011101 | 0 | 1010000 | 111111 | 10 | 101011011 | 1100000 | 111011 |
Color Harmonies of #FB335D
Complementary color
Monochromatic Colors of #FB335D
Black with #FB335D
Text Example
Text Example
White with #FB335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB335D; }
p { color: rgb(251,51,93); }
H1.HeaderClassName
{
color: #FB335D;
}
.AnyTagClassName
{
color: #FB335D;
}
</style>
background-color css
<style>
a { background-color: #FB335D; }
a { background-color: rgb(251,51,93); }
div.DivClassName
{
background-color: #FB335D;
}
.BgClassName
{
background-color: #FB335D;
}
</style>
border-color css
<style>
span { border-color: #FB335D; }
span { border-color: rgb(251,51,93); }
td.TdClassName
{
border-color: #FB335D;
}
.TagClassName
{
border-color: #FB335D;
}
</style>