Shades of Radical Red #FF226B
Tints of Radical Red #FF226B
RGB
CMYK
RGB Variations
Color information
#FF226B (or 0xFF226B) is known color: Radical Red. HEX triplet: FF, 22 and 6B. RGB value is (255,34,107). Sum of RGB (Red+Green+Blue) = 255+34+107=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF226B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF226B is #00DD94. Grayscale: #6C6C6C. Windows color (decimal): -56725 or 7021311. OLE color: 7021311.
HSL color Cylindrical-coordinate representation of color #FF226B: hue angle of 340.18º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF226B is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 107 | - |
| CMYK | 0 | 0.87 | 0.58 | 0 |
| HSL | 340.18º | 1% | 0.57% | - |
| HSV(B) | 340.18º | 0.87% | 1% | - |
| XYZ | 44.47 | 23.47 | 16.1 | - |
| YUV | 108.4 | 127.22 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 107 | 0 | 0.87 | 0.58 | 0 | 340.18 | 1 | 0.57 |
| Hex | FF | 22 | 6B | 0 | 57 | 3A | 0 | 154 | 64 | 39 |
| Octal | 377 | 42 | 153 | 0 | 127 | 72 | 0 | 524 | 144 | 71 |
| Binary | 11111111 | 100010 | 1101011 | 0 | 1010111 | 111010 | 0 | 101010100 | 1100100 | 111001 |
Color Harmonies of #FF226B
Complementary color
Monochromatic Colors of #FF226B
Black with #FF226B
Text Example
Text Example
White with #FF226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF226B; }
p { color: rgb(255,34,107); }
H1.HeaderClassName
{
color: #FF226B;
}
.AnyTagClassName
{
color: #FF226B;
}
</style>
background-color css
<style>
a { background-color: #FF226B; }
a { background-color: rgb(255,34,107); }
div.DivClassName
{
background-color: #FF226B;
}
.BgClassName
{
background-color: #FF226B;
}
</style>
border-color css
<style>
span { border-color: #FF226B; }
span { border-color: rgb(255,34,107); }
td.TdClassName
{
border-color: #FF226B;
}
.TagClassName
{
border-color: #FF226B;
}
</style>