Shades of Radical Red #FF3D70
Tints of Radical Red #FF3D70
RGB
CMYK
RGB Variations
Color information
#FF3D70 (or 0xFF3D70) is known color: Radical Red. HEX triplet: FF, 3D and 70. RGB value is (255,61,112). Sum of RGB (Red+Green+Blue) = 255+61+112=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3D70 is #00C28F. Grayscale: #7C7C7C. Windows color (decimal): -49808 or 7355903. OLE color: 7355903.
HSL color Cylindrical-coordinate representation of color #FF3D70: hue angle of 344.23º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3D70 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 112 | - |
| CMYK | 0 | 0.76 | 0.56 | 0 |
| HSL | 344.23º | 1% | 0.62% | - |
| HSV(B) | 344.23º | 0.76% | 1% | - |
| XYZ | 45.83 | 25.77 | 17.89 | - |
| YUV | 124.82 | 120.77 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 112 | 0 | 0.76 | 0.56 | 0 | 344.23 | 1 | 0.62 |
| Hex | FF | 3D | 70 | 0 | 4C | 38 | 0 | 158 | 64 | 3E |
| Octal | 377 | 75 | 160 | 0 | 114 | 70 | 0 | 530 | 144 | 76 |
| Binary | 11111111 | 111101 | 1110000 | 0 | 1001100 | 111000 | 0 | 101011000 | 1100100 | 111110 |
Color Harmonies of #FF3D70
Complementary color
Monochromatic Colors of #FF3D70
Black with #FF3D70
Text Example
Text Example
White with #FF3D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D70; }
p { color: rgb(255,61,112); }
H1.HeaderClassName
{
color: #FF3D70;
}
.AnyTagClassName
{
color: #FF3D70;
}
</style>
background-color css
<style>
a { background-color: #FF3D70; }
a { background-color: rgb(255,61,112); }
div.DivClassName
{
background-color: #FF3D70;
}
.BgClassName
{
background-color: #FF3D70;
}
</style>
border-color css
<style>
span { border-color: #FF3D70; }
span { border-color: rgb(255,61,112); }
td.TdClassName
{
border-color: #FF3D70;
}
.TagClassName
{
border-color: #FF3D70;
}
</style>