Shades of Radical Red #FF3073
Tints of Radical Red #FF3073
RGB
CMYK
RGB Variations
Color information
#FF3073 (or 0xFF3073) is known color: Radical Red. HEX triplet: FF, 30 and 73. RGB value is (255,48,115). Sum of RGB (Red+Green+Blue) = 255+48+115=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3073 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3073 is #00CF8C. Grayscale: #757575. Windows color (decimal): -53133 or 7549183. OLE color: 7549183.
HSL color Cylindrical-coordinate representation of color #FF3073: hue angle of 340.58º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF3073 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 115 | - |
| CMYK | 0 | 0.81 | 0.55 | 0 |
| HSL | 340.58º | 1% | 0.59% | - |
| HSV(B) | 340.58º | 0.81% | 1% | - |
| XYZ | 45.39 | 24.61 | 18.58 | - |
| YUV | 117.53 | 126.58 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 115 | 0 | 0.81 | 0.55 | 0 | 340.58 | 1 | 0.59 |
| Hex | FF | 30 | 73 | 0 | 51 | 37 | 0 | 155 | 64 | 3B |
| Octal | 377 | 60 | 163 | 0 | 121 | 67 | 0 | 525 | 144 | 73 |
| Binary | 11111111 | 110000 | 1110011 | 0 | 1010001 | 110111 | 0 | 101010101 | 1100100 | 111011 |
Color Harmonies of #FF3073
Complementary color
Monochromatic Colors of #FF3073
Black with #FF3073
Text Example
Text Example
White with #FF3073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3073; }
p { color: rgb(255,48,115); }
H1.HeaderClassName
{
color: #FF3073;
}
.AnyTagClassName
{
color: #FF3073;
}
</style>
background-color css
<style>
a { background-color: #FF3073; }
a { background-color: rgb(255,48,115); }
div.DivClassName
{
background-color: #FF3073;
}
.BgClassName
{
background-color: #FF3073;
}
</style>
border-color css
<style>
span { border-color: #FF3073; }
span { border-color: rgb(255,48,115); }
td.TdClassName
{
border-color: #FF3073;
}
.TagClassName
{
border-color: #FF3073;
}
</style>