Shades of Radical Red #FF426C
Tints of Radical Red #FF426C
RGB
CMYK
RGB Variations
Color information
#FF426C (or 0xFF426C) is known color: Radical Red. HEX triplet: FF, 42 and 6C. RGB value is (255,66,108). Sum of RGB (Red+Green+Blue) = 255+66+108=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF426C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF426C is #00BD93. Grayscale: #7F7F7F. Windows color (decimal): -48532 or 7095039. OLE color: 7095039.
HSL color Cylindrical-coordinate representation of color #FF426C: hue angle of 346.67º 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 #FF426C is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 108 | - |
| CMYK | 0 | 0.74 | 0.58 | 0 |
| HSL | 346.67º | 1% | 0.63% | - |
| HSV(B) | 346.67º | 0.74% | 1% | - |
| XYZ | 45.89 | 26.24 | 16.83 | - |
| YUV | 127.3 | 117.12 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 108 | 0 | 0.74 | 0.58 | 0 | 346.67 | 1 | 0.63 |
| Hex | FF | 42 | 6C | 0 | 4A | 3A | 0 | 15B | 64 | 3F |
| Octal | 377 | 102 | 154 | 0 | 112 | 72 | 0 | 533 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1101100 | 0 | 1001010 | 111010 | 0 | 101011011 | 1100100 | 111111 |
Color Harmonies of #FF426C
Complementary color
Monochromatic Colors of #FF426C
Black with #FF426C
Text Example
Text Example
White with #FF426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF426C; }
p { color: rgb(255,66,108); }
H1.HeaderClassName
{
color: #FF426C;
}
.AnyTagClassName
{
color: #FF426C;
}
</style>
background-color css
<style>
a { background-color: #FF426C; }
a { background-color: rgb(255,66,108); }
div.DivClassName
{
background-color: #FF426C;
}
.BgClassName
{
background-color: #FF426C;
}
</style>
border-color css
<style>
span { border-color: #FF426C; }
span { border-color: rgb(255,66,108); }
td.TdClassName
{
border-color: #FF426C;
}
.TagClassName
{
border-color: #FF426C;
}
</style>