Shades of Radical Red #FD4067
Tints of Radical Red #FD4067
RGB
CMYK
RGB Variations
Color information
#FD4067 (or 0xFD4067) is known color: Radical Red. HEX triplet: FD, 40 and 67. RGB value is (253,64,103). Sum of RGB (Red+Green+Blue) = 253+64+103=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4067 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4067 is #02BF98. Grayscale: #7C7C7C. Windows color (decimal): -180121 or 6766845. OLE color: 6766845.
HSL color Cylindrical-coordinate representation of color #FD4067: hue angle of 347.62º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD4067 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 64 | 103 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.01 |
| HSL | 347.62º | 0.98% | 0.62% | - |
| HSV(B) | 347.62º | 0.75% | 0.99% | - |
| XYZ | 44.79 | 25.53 | 15.4 | - |
| YUV | 124.96 | 115.62 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 64 | 103 | 0 | 0.75 | 0.59 | 0.01 | 347.62 | 0.98 | 0.62 |
| Hex | FD | 40 | 67 | 0 | 4B | 3B | 1 | 15C | 62 | 3E |
| Octal | 375 | 100 | 147 | 0 | 113 | 73 | 1 | 534 | 142 | 76 |
| Binary | 11111101 | 1000000 | 1100111 | 0 | 1001011 | 111011 | 1 | 101011100 | 1100010 | 111110 |
Color Harmonies of #FD4067
Complementary color
Monochromatic Colors of #FD4067
Black with #FD4067
Text Example
Text Example
White with #FD4067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4067; }
p { color: rgb(253,64,103); }
H1.HeaderClassName
{
color: #FD4067;
}
.AnyTagClassName
{
color: #FD4067;
}
</style>
background-color css
<style>
a { background-color: #FD4067; }
a { background-color: rgb(253,64,103); }
div.DivClassName
{
background-color: #FD4067;
}
.BgClassName
{
background-color: #FD4067;
}
</style>
border-color css
<style>
span { border-color: #FD4067; }
span { border-color: rgb(253,64,103); }
td.TdClassName
{
border-color: #FD4067;
}
.TagClassName
{
border-color: #FD4067;
}
</style>