Shades of Radical Red #FF1868
Tints of Radical Red #FF1868
RGB
CMYK
RGB Variations
Color information
#FF1868 (or 0xFF1868) is known color: Radical Red. HEX triplet: FF, 18 and 68. RGB value is (255,24,104). Sum of RGB (Red+Green+Blue) = 255+24+104=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1868 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1868 is #00E797. Grayscale: #666666. Windows color (decimal): -59288 or 6822143. OLE color: 6822143.
HSL color Cylindrical-coordinate representation of color #FF1868: hue angle of 339.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1868 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 104 | - |
| CMYK | 0 | 0.91 | 0.59 | 0 |
| HSL | 339.22º | 1% | 0.55% | - |
| HSV(B) | 339.22º | 0.91% | 1% | - |
| XYZ | 44.07 | 22.91 | 15.2 | - |
| YUV | 102.19 | 129.03 | 237 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 104 | 0 | 0.91 | 0.59 | 0 | 339.22 | 1 | 0.55 |
| Hex | FF | 18 | 68 | 0 | 5B | 3B | 0 | 153 | 64 | 37 |
| Octal | 377 | 30 | 150 | 0 | 133 | 73 | 0 | 523 | 144 | 67 |
| Binary | 11111111 | 11000 | 1101000 | 0 | 1011011 | 111011 | 0 | 101010011 | 1100100 | 110111 |
Color Harmonies of #FF1868
Complementary color
Monochromatic Colors of #FF1868
Black with #FF1868
Text Example
Text Example
White with #FF1868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1868; }
p { color: rgb(255,24,104); }
H1.HeaderClassName
{
color: #FF1868;
}
.AnyTagClassName
{
color: #FF1868;
}
</style>
background-color css
<style>
a { background-color: #FF1868; }
a { background-color: rgb(255,24,104); }
div.DivClassName
{
background-color: #FF1868;
}
.BgClassName
{
background-color: #FF1868;
}
</style>
border-color css
<style>
span { border-color: #FF1868; }
span { border-color: rgb(255,24,104); }
td.TdClassName
{
border-color: #FF1868;
}
.TagClassName
{
border-color: #FF1868;
}
</style>