Shades of Radical Red #FF3E6D
Tints of Radical Red #FF3E6D
RGB
CMYK
RGB Variations
Color information
#FF3E6D (or 0xFF3E6D) is known color: Radical Red. HEX triplet: FF, 3E and 6D. RGB value is (255,62,109). Sum of RGB (Red+Green+Blue) = 255+62+109=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3E6D is #00C192. Grayscale: #7D7D7D. Windows color (decimal): -49555 or 7159551. OLE color: 7159551.
HSL color Cylindrical-coordinate representation of color #FF3E6D: hue angle of 345.39º 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 #FF3E6D is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 109 | - |
| CMYK | 0 | 0.76 | 0.57 | 0 |
| HSL | 345.39º | 1% | 0.62% | - |
| HSV(B) | 345.39º | 0.76% | 1% | - |
| XYZ | 45.72 | 25.81 | 17.04 | - |
| YUV | 125.07 | 118.94 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 109 | 0 | 0.76 | 0.57 | 0 | 345.39 | 1 | 0.62 |
| Hex | FF | 3E | 6D | 0 | 4C | 39 | 0 | 159 | 64 | 3E |
| Octal | 377 | 76 | 155 | 0 | 114 | 71 | 0 | 531 | 144 | 76 |
| Binary | 11111111 | 111110 | 1101101 | 0 | 1001100 | 111001 | 0 | 101011001 | 1100100 | 111110 |
Color Harmonies of #FF3E6D
Complementary color
Monochromatic Colors of #FF3E6D
Black with #FF3E6D
Text Example
Text Example
White with #FF3E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E6D; }
p { color: rgb(255,62,109); }
H1.HeaderClassName
{
color: #FF3E6D;
}
.AnyTagClassName
{
color: #FF3E6D;
}
</style>
background-color css
<style>
a { background-color: #FF3E6D; }
a { background-color: rgb(255,62,109); }
div.DivClassName
{
background-color: #FF3E6D;
}
.BgClassName
{
background-color: #FF3E6D;
}
</style>
border-color css
<style>
span { border-color: #FF3E6D; }
span { border-color: rgb(255,62,109); }
td.TdClassName
{
border-color: #FF3E6D;
}
.TagClassName
{
border-color: #FF3E6D;
}
</style>