Shades of Radical Red #FF3B73
Tints of Radical Red #FF3B73
RGB
CMYK
RGB Variations
Color information
#FF3B73 (or 0xFF3B73) is known color: Radical Red. HEX triplet: FF, 3B and 73. RGB value is (255,59,115). Sum of RGB (Red+Green+Blue) = 255+59+115=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3B73 is #00C48C. Grayscale: #7B7B7B. Windows color (decimal): -50317 or 7551999. OLE color: 7551999.
HSL color Cylindrical-coordinate representation of color #FF3B73: hue angle of 342.86º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3B73 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 115 | - |
| CMYK | 0 | 0.77 | 0.55 | 0 |
| HSL | 342.86º | 1% | 0.62% | - |
| HSV(B) | 342.86º | 0.77% | 1% | - |
| XYZ | 45.9 | 25.63 | 18.75 | - |
| YUV | 123.99 | 122.93 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 115 | 0 | 0.77 | 0.55 | 0 | 342.86 | 1 | 0.62 |
| Hex | FF | 3B | 73 | 0 | 4D | 37 | 0 | 157 | 64 | 3E |
| Octal | 377 | 73 | 163 | 0 | 115 | 67 | 0 | 527 | 144 | 76 |
| Binary | 11111111 | 111011 | 1110011 | 0 | 1001101 | 110111 | 0 | 101010111 | 1100100 | 111110 |
Color Harmonies of #FF3B73
Complementary color
Monochromatic Colors of #FF3B73
Black with #FF3B73
Text Example
Text Example
White with #FF3B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B73; }
p { color: rgb(255,59,115); }
H1.HeaderClassName
{
color: #FF3B73;
}
.AnyTagClassName
{
color: #FF3B73;
}
</style>
background-color css
<style>
a { background-color: #FF3B73; }
a { background-color: rgb(255,59,115); }
div.DivClassName
{
background-color: #FF3B73;
}
.BgClassName
{
background-color: #FF3B73;
}
</style>
border-color css
<style>
span { border-color: #FF3B73; }
span { border-color: rgb(255,59,115); }
td.TdClassName
{
border-color: #FF3B73;
}
.TagClassName
{
border-color: #FF3B73;
}
</style>