Shades of Radical Red #FD4768
Tints of Radical Red #FD4768
RGB
CMYK
RGB Variations
Color information
#FD4768 (or 0xFD4768) is known color: Radical Red. HEX triplet: FD, 47 and 68. RGB value is (253,71,104). Sum of RGB (Red+Green+Blue) = 253+71+104=428 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.11% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4768 is #02B897. Grayscale: #818181. Windows color (decimal): -178328 or 6834173. OLE color: 6834173.
HSL color Cylindrical-coordinate representation of color #FD4768: hue angle of 349.12º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD4768 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 71 | 104 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.01 |
| HSL | 349.12º | 0.98% | 0.64% | - |
| HSV(B) | 349.12º | 0.72% | 0.99% | - |
| XYZ | 45.26 | 26.39 | 15.8 | - |
| YUV | 129.18 | 113.8 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 71 | 104 | 0 | 0.72 | 0.59 | 0.01 | 349.12 | 0.98 | 0.64 |
| Hex | FD | 47 | 68 | 0 | 48 | 3B | 1 | 15D | 62 | 40 |
| Octal | 375 | 107 | 150 | 0 | 110 | 73 | 1 | 535 | 142 | 100 |
| Binary | 11111101 | 1000111 | 1101000 | 0 | 1001000 | 111011 | 1 | 101011101 | 1100010 | 1000000 |
Color Harmonies of #FD4768
Complementary color
Monochromatic Colors of #FD4768
Black with #FD4768
Text Example
Text Example
White with #FD4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4768; }
p { color: rgb(253,71,104); }
H1.HeaderClassName
{
color: #FD4768;
}
.AnyTagClassName
{
color: #FD4768;
}
</style>
background-color css
<style>
a { background-color: #FD4768; }
a { background-color: rgb(253,71,104); }
div.DivClassName
{
background-color: #FD4768;
}
.BgClassName
{
background-color: #FD4768;
}
</style>
border-color css
<style>
span { border-color: #FD4768; }
span { border-color: rgb(253,71,104); }
td.TdClassName
{
border-color: #FD4768;
}
.TagClassName
{
border-color: #FD4768;
}
</style>