Shades of Radical Red #FF3F4C
Tints of Radical Red #FF3F4C
RGB
CMYK
RGB Variations
Color information
#FF3F4C (or 0xFF3F4C) is known color: Radical Red. HEX triplet: FF, 3F and 4C. RGB value is (255,63,76). Sum of RGB (Red+Green+Blue) = 255+63+76=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F4C is #00C0B3. Grayscale: #7A7A7A. Windows color (decimal): -49332 or 4997119. OLE color: 4997119.
HSL color Cylindrical-coordinate representation of color #FF3F4C: hue angle of 355.94º 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 #FF3F4C is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 76 | - |
| CMYK | 0 | 0.75 | 0.70 | 0 |
| HSL | 355.94º | 1% | 0.62% | - |
| HSV(B) | 355.94º | 0.75% | 1% | - |
| XYZ | 44.32 | 25.34 | 9.39 | - |
| YUV | 121.89 | 102.11 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 76 | 0 | 0.75 | 0.70 | 0 | 355.94 | 1 | 0.62 |
| Hex | FF | 3F | 4C | 0 | 4B | 46 | 0 | 164 | 64 | 3E |
| Octal | 377 | 77 | 114 | 0 | 113 | 106 | 0 | 544 | 144 | 76 |
| Binary | 11111111 | 111111 | 1001100 | 0 | 1001011 | 1000110 | 0 | 101100100 | 1100100 | 111110 |
Color Harmonies of #FF3F4C
Complementary color
Monochromatic Colors of #FF3F4C
Black with #FF3F4C
Text Example
Text Example
White with #FF3F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F4C; }
p { color: rgb(255,63,76); }
H1.HeaderClassName
{
color: #FF3F4C;
}
.AnyTagClassName
{
color: #FF3F4C;
}
</style>
background-color css
<style>
a { background-color: #FF3F4C; }
a { background-color: rgb(255,63,76); }
div.DivClassName
{
background-color: #FF3F4C;
}
.BgClassName
{
background-color: #FF3F4C;
}
</style>
border-color css
<style>
span { border-color: #FF3F4C; }
span { border-color: rgb(255,63,76); }
td.TdClassName
{
border-color: #FF3F4C;
}
.TagClassName
{
border-color: #FF3F4C;
}
</style>