Shades of Radical Red #FD255A
Tints of Radical Red #FD255A
RGB
CMYK
RGB Variations
Color information
#FD255A (or 0xFD255A) is known color: Radical Red. HEX triplet: FD, 25 and 5A. RGB value is (253,37,90). Sum of RGB (Red+Green+Blue) = 253+37+90=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD255A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD255A is #02DAA5. Grayscale: #6B6B6B. Windows color (decimal): -187046 or 5907965. OLE color: 5907965.
HSL color Cylindrical-coordinate representation of color #FD255A: hue angle of 345.28º 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 #FD255A is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 90 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.01 |
| HSL | 345.28º | 0.98% | 0.57% | - |
| HSV(B) | 345.28º | 0.85% | 0.99% | - |
| XYZ | 43.02 | 22.94 | 11.83 | - |
| YUV | 107.63 | 118.06 | 231.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 90 | 0 | 0.85 | 0.64 | 0.01 | 345.28 | 0.98 | 0.57 |
| Hex | FD | 25 | 5A | 0 | 55 | 40 | 1 | 159 | 62 | 39 |
| Octal | 375 | 45 | 132 | 0 | 125 | 100 | 1 | 531 | 142 | 71 |
| Binary | 11111101 | 100101 | 1011010 | 0 | 1010101 | 1000000 | 1 | 101011001 | 1100010 | 111001 |
Color Harmonies of #FD255A
Complementary color
Monochromatic Colors of #FD255A
Black with #FD255A
Text Example
Text Example
White with #FD255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD255A; }
p { color: rgb(253,37,90); }
H1.HeaderClassName
{
color: #FD255A;
}
.AnyTagClassName
{
color: #FD255A;
}
</style>
background-color css
<style>
a { background-color: #FD255A; }
a { background-color: rgb(253,37,90); }
div.DivClassName
{
background-color: #FD255A;
}
.BgClassName
{
background-color: #FD255A;
}
</style>
border-color css
<style>
span { border-color: #FD255A; }
span { border-color: rgb(253,37,90); }
td.TdClassName
{
border-color: #FD255A;
}
.TagClassName
{
border-color: #FD255A;
}
</style>