Shades of Radical Red #FF3D4F
Tints of Radical Red #FF3D4F
RGB
CMYK
RGB Variations
Color information
#FF3D4F (or 0xFF3D4F) is known color: Radical Red. HEX triplet: FF, 3D and 4F. RGB value is (255,61,79). Sum of RGB (Red+Green+Blue) = 255+61+79=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 79 (31.25% from 255 or 20% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3D4F is #00C2B0. Grayscale: #797979. Windows color (decimal): -49841 or 5193215. OLE color: 5193215.
HSL color Cylindrical-coordinate representation of color #FF3D4F: hue angle of 354.43º 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 #FF3D4F is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 79 | - |
| CMYK | 0 | 0.76 | 0.69 | 0 |
| HSL | 354.43º | 1% | 0.62% | - |
| HSV(B) | 354.43º | 0.76% | 1% | - |
| XYZ | 44.32 | 25.16 | 9.92 | - |
| YUV | 121.06 | 104.27 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 79 | 0 | 0.76 | 0.69 | 0 | 354.43 | 1 | 0.62 |
| Hex | FF | 3D | 4F | 0 | 4C | 45 | 0 | 162 | 64 | 3E |
| Octal | 377 | 75 | 117 | 0 | 114 | 105 | 0 | 542 | 144 | 76 |
| Binary | 11111111 | 111101 | 1001111 | 0 | 1001100 | 1000101 | 0 | 101100010 | 1100100 | 111110 |
Color Harmonies of #FF3D4F
Complementary color
Monochromatic Colors of #FF3D4F
Black with #FF3D4F
Text Example
Text Example
White with #FF3D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D4F; }
p { color: rgb(255,61,79); }
H1.HeaderClassName
{
color: #FF3D4F;
}
.AnyTagClassName
{
color: #FF3D4F;
}
</style>
background-color css
<style>
a { background-color: #FF3D4F; }
a { background-color: rgb(255,61,79); }
div.DivClassName
{
background-color: #FF3D4F;
}
.BgClassName
{
background-color: #FF3D4F;
}
</style>
border-color css
<style>
span { border-color: #FF3D4F; }
span { border-color: rgb(255,61,79); }
td.TdClassName
{
border-color: #FF3D4F;
}
.TagClassName
{
border-color: #FF3D4F;
}
</style>