Shades of Radical Red #FF3F6F
Tints of Radical Red #FF3F6F
RGB
CMYK
RGB Variations
Color information
#FF3F6F (or 0xFF3F6F) is known color: Radical Red. HEX triplet: FF, 3F and 6F. RGB value is (255,63,111). Sum of RGB (Red+Green+Blue) = 255+63+111=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F6F is #00C090. Grayscale: #7D7D7D. Windows color (decimal): -49297 or 7290879. OLE color: 7290879.
HSL color Cylindrical-coordinate representation of color #FF3F6F: hue angle of 345º 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 #FF3F6F is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 111 | - |
| CMYK | 0 | 0.75 | 0.56 | 0 |
| HSL | 345º | 1% | 0.62% | - |
| HSV(B) | 345º | 0.75% | 1% | - |
| XYZ | 45.89 | 25.96 | 17.63 | - |
| YUV | 125.88 | 119.61 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 111 | 0 | 0.75 | 0.56 | 0 | 345 | 1 | 0.62 |
| Hex | FF | 3F | 6F | 0 | 4B | 38 | 0 | 159 | 64 | 3E |
| Octal | 377 | 77 | 157 | 0 | 113 | 70 | 0 | 531 | 144 | 76 |
| Binary | 11111111 | 111111 | 1101111 | 0 | 1001011 | 111000 | 0 | 101011001 | 1100100 | 111110 |
Color Harmonies of #FF3F6F
Complementary color
Monochromatic Colors of #FF3F6F
Black with #FF3F6F
Text Example
Text Example
White with #FF3F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F6F; }
p { color: rgb(255,63,111); }
H1.HeaderClassName
{
color: #FF3F6F;
}
.AnyTagClassName
{
color: #FF3F6F;
}
</style>
background-color css
<style>
a { background-color: #FF3F6F; }
a { background-color: rgb(255,63,111); }
div.DivClassName
{
background-color: #FF3F6F;
}
.BgClassName
{
background-color: #FF3F6F;
}
</style>
border-color css
<style>
span { border-color: #FF3F6F; }
span { border-color: rgb(255,63,111); }
td.TdClassName
{
border-color: #FF3F6F;
}
.TagClassName
{
border-color: #FF3F6F;
}
</style>