Shades of Radical Red #FF426B
Tints of Radical Red #FF426B
RGB
CMYK
RGB Variations
Color information
#FF426B (or 0xFF426B) is known color: Radical Red. HEX triplet: FF, 42 and 6B. RGB value is (255,66,107). Sum of RGB (Red+Green+Blue) = 255+66+107=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF426B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF426B is #00BD94. Grayscale: #7F7F7F. Windows color (decimal): -48533 or 7029503. OLE color: 7029503.
HSL color Cylindrical-coordinate representation of color #FF426B: hue angle of 346.98º 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 #FF426B is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 107 | - |
| CMYK | 0 | 0.74 | 0.58 | 0 |
| HSL | 346.98º | 1% | 0.63% | - |
| HSV(B) | 346.98º | 0.74% | 1% | - |
| XYZ | 45.84 | 26.22 | 16.55 | - |
| YUV | 127.19 | 116.62 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 107 | 0 | 0.74 | 0.58 | 0 | 346.98 | 1 | 0.63 |
| Hex | FF | 42 | 6B | 0 | 4A | 3A | 0 | 15B | 64 | 3F |
| Octal | 377 | 102 | 153 | 0 | 112 | 72 | 0 | 533 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1101011 | 0 | 1001010 | 111010 | 0 | 101011011 | 1100100 | 111111 |
Color Harmonies of #FF426B
Complementary color
Monochromatic Colors of #FF426B
Black with #FF426B
Text Example
Text Example
White with #FF426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF426B; }
p { color: rgb(255,66,107); }
H1.HeaderClassName
{
color: #FF426B;
}
.AnyTagClassName
{
color: #FF426B;
}
</style>
background-color css
<style>
a { background-color: #FF426B; }
a { background-color: rgb(255,66,107); }
div.DivClassName
{
background-color: #FF426B;
}
.BgClassName
{
background-color: #FF426B;
}
</style>
border-color css
<style>
span { border-color: #FF426B; }
span { border-color: rgb(255,66,107); }
td.TdClassName
{
border-color: #FF426B;
}
.TagClassName
{
border-color: #FF426B;
}
</style>