Shades of Radical Red #FF3075
Tints of Radical Red #FF3075
RGB
CMYK
RGB Variations
Color information
#FF3075 (or 0xFF3075) is known color: Radical Red. HEX triplet: FF, 30 and 75. RGB value is (255,48,117). Sum of RGB (Red+Green+Blue) = 255+48+117=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3075 is #00CF8A. Grayscale: #757575. Windows color (decimal): -53131 or 7680255. OLE color: 7680255.
HSL color Cylindrical-coordinate representation of color #FF3075: hue angle of 340º 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 #FF3075 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 117 | - |
| CMYK | 0 | 0.81 | 0.54 | 0 |
| HSL | 340º | 1% | 0.59% | - |
| HSV(B) | 340º | 0.81% | 1% | - |
| XYZ | 45.51 | 24.66 | 19.19 | - |
| YUV | 117.76 | 127.58 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 117 | 0 | 0.81 | 0.54 | 0 | 340 | 1 | 0.59 |
| Hex | FF | 30 | 75 | 0 | 51 | 36 | 0 | 154 | 64 | 3B |
| Octal | 377 | 60 | 165 | 0 | 121 | 66 | 0 | 524 | 144 | 73 |
| Binary | 11111111 | 110000 | 1110101 | 0 | 1010001 | 110110 | 0 | 101010100 | 1100100 | 111011 |
Color Harmonies of #FF3075
Complementary color
Monochromatic Colors of #FF3075
Black with #FF3075
Text Example
Text Example
White with #FF3075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3075; }
p { color: rgb(255,48,117); }
H1.HeaderClassName
{
color: #FF3075;
}
.AnyTagClassName
{
color: #FF3075;
}
</style>
background-color css
<style>
a { background-color: #FF3075; }
a { background-color: rgb(255,48,117); }
div.DivClassName
{
background-color: #FF3075;
}
.BgClassName
{
background-color: #FF3075;
}
</style>
border-color css
<style>
span { border-color: #FF3075; }
span { border-color: rgb(255,48,117); }
td.TdClassName
{
border-color: #FF3075;
}
.TagClassName
{
border-color: #FF3075;
}
</style>