Shades of Radical Red #FF3E63
Tints of Radical Red #FF3E63
RGB
CMYK
RGB Variations
Color information
#FF3E63 (or 0xFF3E63) is known color: Radical Red. HEX triplet: FF, 3E and 63. RGB value is (255,62,99). Sum of RGB (Red+Green+Blue) = 255+62+99=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3E63 is #00C19C. Grayscale: #7B7B7B. Windows color (decimal): -49565 or 6504191. OLE color: 6504191.
HSL color Cylindrical-coordinate representation of color #FF3E63: hue angle of 348.5º 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 #FF3E63 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 99 | - |
| CMYK | 0 | 0.76 | 0.61 | 0 |
| HSL | 348.5º | 1% | 0.62% | - |
| HSV(B) | 348.5º | 0.76% | 1% | - |
| XYZ | 45.21 | 25.61 | 14.36 | - |
| YUV | 123.93 | 113.94 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 99 | 0 | 0.76 | 0.61 | 0 | 348.5 | 1 | 0.62 |
| Hex | FF | 3E | 63 | 0 | 4C | 3D | 0 | 15C | 64 | 3E |
| Octal | 377 | 76 | 143 | 0 | 114 | 75 | 0 | 534 | 144 | 76 |
| Binary | 11111111 | 111110 | 1100011 | 0 | 1001100 | 111101 | 0 | 101011100 | 1100100 | 111110 |
Color Harmonies of #FF3E63
Complementary color
Monochromatic Colors of #FF3E63
Black with #FF3E63
Text Example
Text Example
White with #FF3E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E63; }
p { color: rgb(255,62,99); }
H1.HeaderClassName
{
color: #FF3E63;
}
.AnyTagClassName
{
color: #FF3E63;
}
</style>
background-color css
<style>
a { background-color: #FF3E63; }
a { background-color: rgb(255,62,99); }
div.DivClassName
{
background-color: #FF3E63;
}
.BgClassName
{
background-color: #FF3E63;
}
</style>
border-color css
<style>
span { border-color: #FF3E63; }
span { border-color: rgb(255,62,99); }
td.TdClassName
{
border-color: #FF3E63;
}
.TagClassName
{
border-color: #FF3E63;
}
</style>