Shades of Radical Red #FF3866
Tints of Radical Red #FF3866
RGB
CMYK
RGB Variations
Color information
#FF3866 (or 0xFF3866) is known color: Radical Red. HEX triplet: FF, 38 and 66. RGB value is (255,56,102). Sum of RGB (Red+Green+Blue) = 255+56+102=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3866 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3866 is #00C799. Grayscale: #787878. Windows color (decimal): -51098 or 6699263. OLE color: 6699263.
HSL color Cylindrical-coordinate representation of color #FF3866: hue angle of 346.13º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3866 is Cyan = 0, Magento = 0.78, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 102 | - |
| CMYK | 0 | 0.78 | 0.6 | 0 |
| HSL | 346.13º | 1% | 0.61% | - |
| HSV(B) | 346.13º | 0.78% | 1% | - |
| XYZ | 45.05 | 25.05 | 15.03 | - |
| YUV | 120.75 | 117.43 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 102 | 0 | 0.78 | 0.6 | 0 | 346.13 | 1 | 0.61 |
| Hex | FF | 38 | 66 | 0 | 4E | 3C | 0 | 15A | 64 | 3D |
| Octal | 377 | 70 | 146 | 0 | 116 | 74 | 0 | 532 | 144 | 75 |
| Binary | 11111111 | 111000 | 1100110 | 0 | 1001110 | 111100 | 0 | 101011010 | 1100100 | 111101 |
Color Harmonies of #FF3866
Complementary color
Monochromatic Colors of #FF3866
Black with #FF3866
Text Example
Text Example
White with #FF3866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3866; }
p { color: rgb(255,56,102); }
H1.HeaderClassName
{
color: #FF3866;
}
.AnyTagClassName
{
color: #FF3866;
}
</style>
background-color css
<style>
a { background-color: #FF3866; }
a { background-color: rgb(255,56,102); }
div.DivClassName
{
background-color: #FF3866;
}
.BgClassName
{
background-color: #FF3866;
}
</style>
border-color css
<style>
span { border-color: #FF3866; }
span { border-color: rgb(255,56,102); }
td.TdClassName
{
border-color: #FF3866;
}
.TagClassName
{
border-color: #FF3866;
}
</style>