Shades of Radical Red #FF3F62
Tints of Radical Red #FF3F62
RGB
CMYK
RGB Variations
Color information
#FF3F62 (or 0xFF3F62) is known color: Radical Red. HEX triplet: FF, 3F and 62. RGB value is (255,63,98). Sum of RGB (Red+Green+Blue) = 255+63+98=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F62 is #00C09D. Grayscale: #7C7C7C. Windows color (decimal): -49310 or 6438911. OLE color: 6438911.
HSL color Cylindrical-coordinate representation of color #FF3F62: hue angle of 349.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3F62 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 98 | - |
| CMYK | 0 | 0.75 | 0.62 | 0 |
| HSL | 349.06º | 1% | 0.62% | - |
| HSV(B) | 349.06º | 0.75% | 1% | - |
| XYZ | 45.22 | 25.7 | 14.13 | - |
| YUV | 124.4 | 113.11 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 98 | 0 | 0.75 | 0.62 | 0 | 349.06 | 1 | 0.62 |
| Hex | FF | 3F | 62 | 0 | 4B | 3E | 0 | 15D | 64 | 3E |
| Octal | 377 | 77 | 142 | 0 | 113 | 76 | 0 | 535 | 144 | 76 |
| Binary | 11111111 | 111111 | 1100010 | 0 | 1001011 | 111110 | 0 | 101011101 | 1100100 | 111110 |
Color Harmonies of #FF3F62
Complementary color
Monochromatic Colors of #FF3F62
Black with #FF3F62
Text Example
Text Example
White with #FF3F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F62; }
p { color: rgb(255,63,98); }
H1.HeaderClassName
{
color: #FF3F62;
}
.AnyTagClassName
{
color: #FF3F62;
}
</style>
background-color css
<style>
a { background-color: #FF3F62; }
a { background-color: rgb(255,63,98); }
div.DivClassName
{
background-color: #FF3F62;
}
.BgClassName
{
background-color: #FF3F62;
}
</style>
border-color css
<style>
span { border-color: #FF3F62; }
span { border-color: rgb(255,63,98); }
td.TdClassName
{
border-color: #FF3F62;
}
.TagClassName
{
border-color: #FF3F62;
}
</style>