Shades of Radical Red #FF3063
Tints of Radical Red #FF3063
RGB
CMYK
RGB Variations
Color information
#FF3063 (or 0xFF3063) is known color: Radical Red. HEX triplet: FF, 30 and 63. RGB value is (255,48,99). Sum of RGB (Red+Green+Blue) = 255+48+99=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3063 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3063 is #00CF9C. Grayscale: #737373. Windows color (decimal): -53149 or 6500607. OLE color: 6500607.
HSL color Cylindrical-coordinate representation of color #FF3063: hue angle of 345.22º 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 #FF3063 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 99 | - |
| CMYK | 0 | 0.81 | 0.61 | 0 |
| HSL | 345.22º | 1% | 0.59% | - |
| HSV(B) | 345.22º | 0.81% | 1% | - |
| XYZ | 44.55 | 24.27 | 14.14 | - |
| YUV | 115.71 | 118.58 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 99 | 0 | 0.81 | 0.61 | 0 | 345.22 | 1 | 0.59 |
| Hex | FF | 30 | 63 | 0 | 51 | 3D | 0 | 159 | 64 | 3B |
| Octal | 377 | 60 | 143 | 0 | 121 | 75 | 0 | 531 | 144 | 73 |
| Binary | 11111111 | 110000 | 1100011 | 0 | 1010001 | 111101 | 0 | 101011001 | 1100100 | 111011 |
Color Harmonies of #FF3063
Complementary color
Monochromatic Colors of #FF3063
Black with #FF3063
Text Example
Text Example
White with #FF3063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3063; }
p { color: rgb(255,48,99); }
H1.HeaderClassName
{
color: #FF3063;
}
.AnyTagClassName
{
color: #FF3063;
}
</style>
background-color css
<style>
a { background-color: #FF3063; }
a { background-color: rgb(255,48,99); }
div.DivClassName
{
background-color: #FF3063;
}
.BgClassName
{
background-color: #FF3063;
}
</style>
border-color css
<style>
span { border-color: #FF3063; }
span { border-color: rgb(255,48,99); }
td.TdClassName
{
border-color: #FF3063;
}
.TagClassName
{
border-color: #FF3063;
}
</style>