Shades of Radical Red #FF3062
Tints of Radical Red #FF3062
RGB
CMYK
RGB Variations
Color information
#FF3062 (or 0xFF3062) is known color: Radical Red. HEX triplet: FF, 30 and 62. RGB value is (255,48,98). Sum of RGB (Red+Green+Blue) = 255+48+98=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3062 is #00CF9D. Grayscale: #737373. Windows color (decimal): -53150 or 6435071. OLE color: 6435071.
HSL color Cylindrical-coordinate representation of color #FF3062: hue angle of 345.51º 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 #FF3062 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 98 | - |
| CMYK | 0 | 0.81 | 0.62 | 0 |
| HSL | 345.51º | 1% | 0.59% | - |
| HSV(B) | 345.51º | 0.81% | 1% | - |
| XYZ | 44.5 | 24.26 | 13.89 | - |
| YUV | 115.59 | 118.08 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 98 | 0 | 0.81 | 0.62 | 0 | 345.51 | 1 | 0.59 |
| Hex | FF | 30 | 62 | 0 | 51 | 3E | 0 | 15A | 64 | 3B |
| Octal | 377 | 60 | 142 | 0 | 121 | 76 | 0 | 532 | 144 | 73 |
| Binary | 11111111 | 110000 | 1100010 | 0 | 1010001 | 111110 | 0 | 101011010 | 1100100 | 111011 |
Color Harmonies of #FF3062
Complementary color
Monochromatic Colors of #FF3062
Black with #FF3062
Text Example
Text Example
White with #FF3062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3062; }
p { color: rgb(255,48,98); }
H1.HeaderClassName
{
color: #FF3062;
}
.AnyTagClassName
{
color: #FF3062;
}
</style>
background-color css
<style>
a { background-color: #FF3062; }
a { background-color: rgb(255,48,98); }
div.DivClassName
{
background-color: #FF3062;
}
.BgClassName
{
background-color: #FF3062;
}
</style>
border-color css
<style>
span { border-color: #FF3062; }
span { border-color: rgb(255,48,98); }
td.TdClassName
{
border-color: #FF3062;
}
.TagClassName
{
border-color: #FF3062;
}
</style>