Shades of Radical Red #FF1D68
Tints of Radical Red #FF1D68
RGB
CMYK
RGB Variations
Color information
#FF1D68 (or 0xFF1D68) is known color: Radical Red. HEX triplet: FF, 1D and 68. RGB value is (255,29,104). Sum of RGB (Red+Green+Blue) = 255+29+104=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1D68 is #00E297. Grayscale: #696969. Windows color (decimal): -58008 or 6823423. OLE color: 6823423.
HSL color Cylindrical-coordinate representation of color #FF1D68: hue angle of 340.09º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D68 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 104 | - |
| CMYK | 0 | 0.89 | 0.59 | 0 |
| HSL | 340.09º | 1% | 0.56% | - |
| HSV(B) | 340.09º | 0.89% | 1% | - |
| XYZ | 44.18 | 23.14 | 15.23 | - |
| YUV | 105.12 | 127.37 | 234.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 104 | 0 | 0.89 | 0.59 | 0 | 340.09 | 1 | 0.56 |
| Hex | FF | 1D | 68 | 0 | 59 | 3B | 0 | 154 | 64 | 38 |
| Octal | 377 | 35 | 150 | 0 | 131 | 73 | 0 | 524 | 144 | 70 |
| Binary | 11111111 | 11101 | 1101000 | 0 | 1011001 | 111011 | 0 | 101010100 | 1100100 | 111000 |
Color Harmonies of #FF1D68
Complementary color
Monochromatic Colors of #FF1D68
Black with #FF1D68
Text Example
Text Example
White with #FF1D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D68; }
p { color: rgb(255,29,104); }
H1.HeaderClassName
{
color: #FF1D68;
}
.AnyTagClassName
{
color: #FF1D68;
}
</style>
background-color css
<style>
a { background-color: #FF1D68; }
a { background-color: rgb(255,29,104); }
div.DivClassName
{
background-color: #FF1D68;
}
.BgClassName
{
background-color: #FF1D68;
}
</style>
border-color css
<style>
span { border-color: #FF1D68; }
span { border-color: rgb(255,29,104); }
td.TdClassName
{
border-color: #FF1D68;
}
.TagClassName
{
border-color: #FF1D68;
}
</style>