Shades of Radical Red #FF3F6B
Tints of Radical Red #FF3F6B
RGB
CMYK
RGB Variations
Color information
#FF3F6B (or 0xFF3F6B) is known color: Radical Red. HEX triplet: FF, 3F and 6B. RGB value is (255,63,107). Sum of RGB (Red+Green+Blue) = 255+63+107=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F6B is #00C094. Grayscale: #7D7D7D. Windows color (decimal): -49301 or 7028735. OLE color: 7028735.
HSL color Cylindrical-coordinate representation of color #FF3F6B: hue angle of 346.25º 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 #FF3F6B is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 107 | - |
| CMYK | 0 | 0.75 | 0.58 | 0 |
| HSL | 346.25º | 1% | 0.62% | - |
| HSV(B) | 346.25º | 0.75% | 1% | - |
| XYZ | 45.67 | 25.88 | 16.5 | - |
| YUV | 125.42 | 117.61 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 107 | 0 | 0.75 | 0.58 | 0 | 346.25 | 1 | 0.62 |
| Hex | FF | 3F | 6B | 0 | 4B | 3A | 0 | 15A | 64 | 3E |
| Octal | 377 | 77 | 153 | 0 | 113 | 72 | 0 | 532 | 144 | 76 |
| Binary | 11111111 | 111111 | 1101011 | 0 | 1001011 | 111010 | 0 | 101011010 | 1100100 | 111110 |
Color Harmonies of #FF3F6B
Complementary color
Monochromatic Colors of #FF3F6B
Black with #FF3F6B
Text Example
Text Example
White with #FF3F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F6B; }
p { color: rgb(255,63,107); }
H1.HeaderClassName
{
color: #FF3F6B;
}
.AnyTagClassName
{
color: #FF3F6B;
}
</style>
background-color css
<style>
a { background-color: #FF3F6B; }
a { background-color: rgb(255,63,107); }
div.DivClassName
{
background-color: #FF3F6B;
}
.BgClassName
{
background-color: #FF3F6B;
}
</style>
border-color css
<style>
span { border-color: #FF3F6B; }
span { border-color: rgb(255,63,107); }
td.TdClassName
{
border-color: #FF3F6B;
}
.TagClassName
{
border-color: #FF3F6B;
}
</style>