Shades of Radical Red #FB3365
Tints of Radical Red #FB3365
RGB
CMYK
RGB Variations
Color information
#FB3365 (or 0xFB3365) is known color: Radical Red. HEX triplet: FB, 33 and 65. RGB value is (251,51,101). Sum of RGB (Red+Green+Blue) = 251+51+101=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3365 is #04CC9A. Grayscale: #747474. Windows color (decimal): -314523 or 6632443. OLE color: 6632443.
HSL color Cylindrical-coordinate representation of color #FB3365: hue angle of 345º 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 #FB3365 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 101 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.02 |
| HSL | 345º | 0.96% | 0.59% | - |
| HSV(B) | 345º | 0.8% | 0.98% | - |
| XYZ | 43.32 | 23.82 | 14.63 | - |
| YUV | 116.5 | 119.26 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 101 | 0 | 0.80 | 0.60 | 0.02 | 345 | 0.96 | 0.59 |
| Hex | FB | 33 | 65 | 0 | 50 | 3C | 2 | 159 | 60 | 3B |
| Octal | 373 | 63 | 145 | 0 | 120 | 74 | 2 | 531 | 140 | 73 |
| Binary | 11111011 | 110011 | 1100101 | 0 | 1010000 | 111100 | 10 | 101011001 | 1100000 | 111011 |
Color Harmonies of #FB3365
Complementary color
Monochromatic Colors of #FB3365
Black with #FB3365
Text Example
Text Example
White with #FB3365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3365; }
p { color: rgb(251,51,101); }
H1.HeaderClassName
{
color: #FB3365;
}
.AnyTagClassName
{
color: #FB3365;
}
</style>
background-color css
<style>
a { background-color: #FB3365; }
a { background-color: rgb(251,51,101); }
div.DivClassName
{
background-color: #FB3365;
}
.BgClassName
{
background-color: #FB3365;
}
</style>
border-color css
<style>
span { border-color: #FB3365; }
span { border-color: rgb(251,51,101); }
td.TdClassName
{
border-color: #FB3365;
}
.TagClassName
{
border-color: #FB3365;
}
</style>