Shades of Radical Red #FF3F6C
Tints of Radical Red #FF3F6C
RGB
CMYK
RGB Variations
Color information
#FF3F6C (or 0xFF3F6C) is known color: Radical Red. HEX triplet: FF, 3F and 6C. RGB value is (255,63,108). Sum of RGB (Red+Green+Blue) = 255+63+108=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F6C is #00C093. Grayscale: #7D7D7D. Windows color (decimal): -49300 or 7094271. OLE color: 7094271.
HSL color Cylindrical-coordinate representation of color #FF3F6C: hue angle of 345.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 #FF3F6C is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 108 | - |
| CMYK | 0 | 0.75 | 0.58 | 0 |
| HSL | 345.94º | 1% | 0.62% | - |
| HSV(B) | 345.94º | 0.75% | 1% | - |
| XYZ | 45.72 | 25.9 | 16.78 | - |
| YUV | 125.54 | 118.11 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 108 | 0 | 0.75 | 0.58 | 0 | 345.94 | 1 | 0.62 |
| Hex | FF | 3F | 6C | 0 | 4B | 3A | 0 | 15A | 64 | 3E |
| Octal | 377 | 77 | 154 | 0 | 113 | 72 | 0 | 532 | 144 | 76 |
| Binary | 11111111 | 111111 | 1101100 | 0 | 1001011 | 111010 | 0 | 101011010 | 1100100 | 111110 |
Color Harmonies of #FF3F6C
Complementary color
Monochromatic Colors of #FF3F6C
Black with #FF3F6C
Text Example
Text Example
White with #FF3F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F6C; }
p { color: rgb(255,63,108); }
H1.HeaderClassName
{
color: #FF3F6C;
}
.AnyTagClassName
{
color: #FF3F6C;
}
</style>
background-color css
<style>
a { background-color: #FF3F6C; }
a { background-color: rgb(255,63,108); }
div.DivClassName
{
background-color: #FF3F6C;
}
.BgClassName
{
background-color: #FF3F6C;
}
</style>
border-color css
<style>
span { border-color: #FF3F6C; }
span { border-color: rgb(255,63,108); }
td.TdClassName
{
border-color: #FF3F6C;
}
.TagClassName
{
border-color: #FF3F6C;
}
</style>