Shades of Radical Red #FF3868
Tints of Radical Red #FF3868
RGB
CMYK
RGB Variations
Color information
#FF3868 (or 0xFF3868) is known color: Radical Red. HEX triplet: FF, 38 and 68. RGB value is (255,56,104). Sum of RGB (Red+Green+Blue) = 255+56+104=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3868 is #00C797. Grayscale: #787878. Windows color (decimal): -51096 or 6830335. OLE color: 6830335.
HSL color Cylindrical-coordinate representation of color #FF3868: hue angle of 345.53º 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 #FF3868 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 104 | - |
| CMYK | 0 | 0.78 | 0.59 | 0 |
| HSL | 345.53º | 1% | 0.61% | - |
| HSV(B) | 345.53º | 0.78% | 1% | - |
| XYZ | 45.15 | 25.09 | 15.56 | - |
| YUV | 120.97 | 118.43 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 104 | 0 | 0.78 | 0.59 | 0 | 345.53 | 1 | 0.61 |
| Hex | FF | 38 | 68 | 0 | 4E | 3B | 0 | 15A | 64 | 3D |
| Octal | 377 | 70 | 150 | 0 | 116 | 73 | 0 | 532 | 144 | 75 |
| Binary | 11111111 | 111000 | 1101000 | 0 | 1001110 | 111011 | 0 | 101011010 | 1100100 | 111101 |
Color Harmonies of #FF3868
Complementary color
Monochromatic Colors of #FF3868
Black with #FF3868
Text Example
Text Example
White with #FF3868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3868; }
p { color: rgb(255,56,104); }
H1.HeaderClassName
{
color: #FF3868;
}
.AnyTagClassName
{
color: #FF3868;
}
</style>
background-color css
<style>
a { background-color: #FF3868; }
a { background-color: rgb(255,56,104); }
div.DivClassName
{
background-color: #FF3868;
}
.BgClassName
{
background-color: #FF3868;
}
</style>
border-color css
<style>
span { border-color: #FF3868; }
span { border-color: rgb(255,56,104); }
td.TdClassName
{
border-color: #FF3868;
}
.TagClassName
{
border-color: #FF3868;
}
</style>