Shades of Radical Red #FD255B
Tints of Radical Red #FD255B
RGB
CMYK
RGB Variations
Color information
#FD255B (or 0xFD255B) is known color: Radical Red. HEX triplet: FD, 25 and 5B. RGB value is (253,37,91). Sum of RGB (Red+Green+Blue) = 253+37+91=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD255B is #02DAA4. Grayscale: #6B6B6B. Windows color (decimal): -187045 or 5973501. OLE color: 5973501.
HSL color Cylindrical-coordinate representation of color #FD255B: hue angle of 345º 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 #FD255B is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 91 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.01 |
| HSL | 345º | 0.98% | 0.57% | - |
| HSV(B) | 345º | 0.85% | 0.99% | - |
| XYZ | 43.06 | 22.96 | 12.06 | - |
| YUV | 107.74 | 118.56 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 91 | 0 | 0.85 | 0.64 | 0.01 | 345 | 0.98 | 0.57 |
| Hex | FD | 25 | 5B | 0 | 55 | 40 | 1 | 159 | 62 | 39 |
| Octal | 375 | 45 | 133 | 0 | 125 | 100 | 1 | 531 | 142 | 71 |
| Binary | 11111101 | 100101 | 1011011 | 0 | 1010101 | 1000000 | 1 | 101011001 | 1100010 | 111001 |
Color Harmonies of #FD255B
Complementary color
Monochromatic Colors of #FD255B
Black with #FD255B
Text Example
Text Example
White with #FD255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD255B; }
p { color: rgb(253,37,91); }
H1.HeaderClassName
{
color: #FD255B;
}
.AnyTagClassName
{
color: #FD255B;
}
</style>
background-color css
<style>
a { background-color: #FD255B; }
a { background-color: rgb(253,37,91); }
div.DivClassName
{
background-color: #FD255B;
}
.BgClassName
{
background-color: #FD255B;
}
</style>
border-color css
<style>
span { border-color: #FD255B; }
span { border-color: rgb(253,37,91); }
td.TdClassName
{
border-color: #FD255B;
}
.TagClassName
{
border-color: #FD255B;
}
</style>