Shades of Radical Red #FF3F4D
Tints of Radical Red #FF3F4D
RGB
CMYK
RGB Variations
Color information
#FF3F4D (or 0xFF3F4D) is known color: Radical Red. HEX triplet: FF, 3F and 4D. RGB value is (255,63,77). Sum of RGB (Red+Green+Blue) = 255+63+77=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F4D is #00C0B2. Grayscale: #7A7A7A. Windows color (decimal): -49331 or 5062655. OLE color: 5062655.
HSL color Cylindrical-coordinate representation of color #FF3F4D: hue angle of 355.62º 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 #FF3F4D is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 77 | - |
| CMYK | 0 | 0.75 | 0.70 | 0 |
| HSL | 355.63º | 1% | 0.62% | - |
| HSV(B) | 355.63º | 0.75% | 1% | - |
| XYZ | 44.36 | 25.35 | 9.58 | - |
| YUV | 122 | 102.61 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 77 | 0 | 0.75 | 0.70 | 0 | 355.63 | 1 | 0.62 |
| Hex | FF | 3F | 4D | 0 | 4B | 46 | 0 | 164 | 64 | 3E |
| Octal | 377 | 77 | 115 | 0 | 113 | 106 | 0 | 544 | 144 | 76 |
| Binary | 11111111 | 111111 | 1001101 | 0 | 1001011 | 1000110 | 0 | 101100100 | 1100100 | 111110 |
Color Harmonies of #FF3F4D
Complementary color
Monochromatic Colors of #FF3F4D
Black with #FF3F4D
Text Example
Text Example
White with #FF3F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F4D; }
p { color: rgb(255,63,77); }
H1.HeaderClassName
{
color: #FF3F4D;
}
.AnyTagClassName
{
color: #FF3F4D;
}
</style>
background-color css
<style>
a { background-color: #FF3F4D; }
a { background-color: rgb(255,63,77); }
div.DivClassName
{
background-color: #FF3F4D;
}
.BgClassName
{
background-color: #FF3F4D;
}
</style>
border-color css
<style>
span { border-color: #FF3F4D; }
span { border-color: rgb(255,63,77); }
td.TdClassName
{
border-color: #FF3F4D;
}
.TagClassName
{
border-color: #FF3F4D;
}
</style>