Shades of Radical Red #FF426D
Tints of Radical Red #FF426D
RGB
CMYK
RGB Variations
Color information
#FF426D (or 0xFF426D) is known color: Radical Red. HEX triplet: FF, 42 and 6D. RGB value is (255,66,109). Sum of RGB (Red+Green+Blue) = 255+66+109=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF426D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF426D is #00BD92. Grayscale: #7F7F7F. Windows color (decimal): -48531 or 7160575. OLE color: 7160575.
HSL color Cylindrical-coordinate representation of color #FF426D: hue angle of 346.35º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF426D is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 109 | - |
| CMYK | 0 | 0.74 | 0.57 | 0 |
| HSL | 346.35º | 1% | 0.63% | - |
| HSV(B) | 346.35º | 0.74% | 1% | - |
| XYZ | 45.95 | 26.26 | 17.12 | - |
| YUV | 127.41 | 117.62 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 109 | 0 | 0.74 | 0.57 | 0 | 346.35 | 1 | 0.63 |
| Hex | FF | 42 | 6D | 0 | 4A | 39 | 0 | 15A | 64 | 3F |
| Octal | 377 | 102 | 155 | 0 | 112 | 71 | 0 | 532 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1101101 | 0 | 1001010 | 111001 | 0 | 101011010 | 1100100 | 111111 |
Color Harmonies of #FF426D
Complementary color
Monochromatic Colors of #FF426D
Black with #FF426D
Text Example
Text Example
White with #FF426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF426D; }
p { color: rgb(255,66,109); }
H1.HeaderClassName
{
color: #FF426D;
}
.AnyTagClassName
{
color: #FF426D;
}
</style>
background-color css
<style>
a { background-color: #FF426D; }
a { background-color: rgb(255,66,109); }
div.DivClassName
{
background-color: #FF426D;
}
.BgClassName
{
background-color: #FF426D;
}
</style>
border-color css
<style>
span { border-color: #FF426D; }
span { border-color: rgb(255,66,109); }
td.TdClassName
{
border-color: #FF426D;
}
.TagClassName
{
border-color: #FF426D;
}
</style>