Shades of Radical Red #FD4268
Tints of Radical Red #FD4268
RGB
CMYK
RGB Variations
Color information
#FD4268 (or 0xFD4268) is known color: Radical Red. HEX triplet: FD, 42 and 68. RGB value is (253,66,104). Sum of RGB (Red+Green+Blue) = 253+66+104=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4268 is #02BD97. Grayscale: #7E7E7E. Windows color (decimal): -179608 or 6832893. OLE color: 6832893.
HSL color Cylindrical-coordinate representation of color #FD4268: hue angle of 347.81º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD4268 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 66 | 104 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.01 |
| HSL | 347.81º | 0.98% | 0.63% | - |
| HSV(B) | 347.81º | 0.74% | 0.99% | - |
| XYZ | 44.95 | 25.78 | 15.7 | - |
| YUV | 126.25 | 115.45 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 104 | 0 | 0.74 | 0.59 | 0.01 | 347.81 | 0.98 | 0.63 |
| Hex | FD | 42 | 68 | 0 | 4A | 3B | 1 | 15C | 62 | 3F |
| Octal | 375 | 102 | 150 | 0 | 112 | 73 | 1 | 534 | 142 | 77 |
| Binary | 11111101 | 1000010 | 1101000 | 0 | 1001010 | 111011 | 1 | 101011100 | 1100010 | 111111 |
Color Harmonies of #FD4268
Complementary color
Monochromatic Colors of #FD4268
Black with #FD4268
Text Example
Text Example
White with #FD4268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4268; }
p { color: rgb(253,66,104); }
H1.HeaderClassName
{
color: #FD4268;
}
.AnyTagClassName
{
color: #FD4268;
}
</style>
background-color css
<style>
a { background-color: #FD4268; }
a { background-color: rgb(253,66,104); }
div.DivClassName
{
background-color: #FD4268;
}
.BgClassName
{
background-color: #FD4268;
}
</style>
border-color css
<style>
span { border-color: #FD4268; }
span { border-color: rgb(253,66,104); }
td.TdClassName
{
border-color: #FD4268;
}
.TagClassName
{
border-color: #FD4268;
}
</style>