Shades of Radical Red #FD1B68
Tints of Radical Red #FD1B68
RGB
CMYK
RGB Variations
Color information
#FD1B68 (or 0xFD1B68) is known color: Radical Red. HEX triplet: FD, 1B and 68. RGB value is (253,27,104). Sum of RGB (Red+Green+Blue) = 253+27+104=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1B68 is #02E497. Grayscale: #676767. Windows color (decimal): -189592 or 6822909. OLE color: 6822909.
HSL color Cylindrical-coordinate representation of color #FD1B68: hue angle of 339.56º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1B68 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 27 | 104 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.01 |
| HSL | 339.56º | 0.98% | 0.55% | - |
| HSV(B) | 339.56º | 0.89% | 0.99% | - |
| XYZ | 43.4 | 22.67 | 15.18 | - |
| YUV | 103.35 | 128.37 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 27 | 104 | 0 | 0.89 | 0.59 | 0.01 | 339.56 | 0.98 | 0.55 |
| Hex | FD | 1B | 68 | 0 | 59 | 3B | 1 | 154 | 62 | 37 |
| Octal | 375 | 33 | 150 | 0 | 131 | 73 | 1 | 524 | 142 | 67 |
| Binary | 11111101 | 11011 | 1101000 | 0 | 1011001 | 111011 | 1 | 101010100 | 1100010 | 110111 |
Color Harmonies of #FD1B68
Complementary color
Monochromatic Colors of #FD1B68
Black with #FD1B68
Text Example
Text Example
White with #FD1B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1B68; }
p { color: rgb(253,27,104); }
H1.HeaderClassName
{
color: #FD1B68;
}
.AnyTagClassName
{
color: #FD1B68;
}
</style>
background-color css
<style>
a { background-color: #FD1B68; }
a { background-color: rgb(253,27,104); }
div.DivClassName
{
background-color: #FD1B68;
}
.BgClassName
{
background-color: #FD1B68;
}
</style>
border-color css
<style>
span { border-color: #FD1B68; }
span { border-color: rgb(253,27,104); }
td.TdClassName
{
border-color: #FD1B68;
}
.TagClassName
{
border-color: #FD1B68;
}
</style>