Shades of Radical Red #FD266B
Tints of Radical Red #FD266B
RGB
CMYK
RGB Variations
Color information
#FD266B (or 0xFD266B) is known color: Radical Red. HEX triplet: FD, 26 and 6B. RGB value is (253,38,107). Sum of RGB (Red+Green+Blue) = 253+38+107=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD266B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD266B is #02D994. Grayscale: #6E6E6E. Windows color (decimal): -186773 or 7022333. OLE color: 7022333.
HSL color Cylindrical-coordinate representation of color #FD266B: hue angle of 340.74º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD266B is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 38 | 107 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.01 |
| HSL | 340.74º | 0.98% | 0.57% | - |
| HSV(B) | 340.74º | 0.85% | 0.99% | - |
| XYZ | 43.85 | 23.33 | 16.1 | - |
| YUV | 110.15 | 126.23 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 38 | 107 | 0 | 0.85 | 0.58 | 0.01 | 340.74 | 0.98 | 0.57 |
| Hex | FD | 26 | 6B | 0 | 55 | 3A | 1 | 155 | 62 | 39 |
| Octal | 375 | 46 | 153 | 0 | 125 | 72 | 1 | 525 | 142 | 71 |
| Binary | 11111101 | 100110 | 1101011 | 0 | 1010101 | 111010 | 1 | 101010101 | 1100010 | 111001 |
Color Harmonies of #FD266B
Complementary color
Monochromatic Colors of #FD266B
Black with #FD266B
Text Example
Text Example
White with #FD266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD266B; }
p { color: rgb(253,38,107); }
H1.HeaderClassName
{
color: #FD266B;
}
.AnyTagClassName
{
color: #FD266B;
}
</style>
background-color css
<style>
a { background-color: #FD266B; }
a { background-color: rgb(253,38,107); }
div.DivClassName
{
background-color: #FD266B;
}
.BgClassName
{
background-color: #FD266B;
}
</style>
border-color css
<style>
span { border-color: #FD266B; }
span { border-color: rgb(253,38,107); }
td.TdClassName
{
border-color: #FD266B;
}
.TagClassName
{
border-color: #FD266B;
}
</style>