Shades of Radical Red #FD275A
Tints of Radical Red #FD275A
RGB
CMYK
RGB Variations
Color information
#FD275A (or 0xFD275A) is known color: Radical Red. HEX triplet: FD, 27 and 5A. RGB value is (253,39,90). Sum of RGB (Red+Green+Blue) = 253+39+90=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD275A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD275A is #02D8A5. Grayscale: #6C6C6C. Windows color (decimal): -186534 or 5908477. OLE color: 5908477.
HSL color Cylindrical-coordinate representation of color #FD275A: hue angle of 345.7º 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 #FD275A is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 90 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.01 |
| HSL | 345.7º | 0.98% | 0.57% | - |
| HSV(B) | 345.7º | 0.85% | 0.99% | - |
| XYZ | 43.08 | 23.07 | 11.86 | - |
| YUV | 108.8 | 117.4 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 90 | 0 | 0.85 | 0.64 | 0.01 | 345.7 | 0.98 | 0.57 |
| Hex | FD | 27 | 5A | 0 | 55 | 40 | 1 | 15A | 62 | 39 |
| Octal | 375 | 47 | 132 | 0 | 125 | 100 | 1 | 532 | 142 | 71 |
| Binary | 11111101 | 100111 | 1011010 | 0 | 1010101 | 1000000 | 1 | 101011010 | 1100010 | 111001 |
Color Harmonies of #FD275A
Complementary color
Monochromatic Colors of #FD275A
Black with #FD275A
Text Example
Text Example
White with #FD275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD275A; }
p { color: rgb(253,39,90); }
H1.HeaderClassName
{
color: #FD275A;
}
.AnyTagClassName
{
color: #FD275A;
}
</style>
background-color css
<style>
a { background-color: #FD275A; }
a { background-color: rgb(253,39,90); }
div.DivClassName
{
background-color: #FD275A;
}
.BgClassName
{
background-color: #FD275A;
}
</style>
border-color css
<style>
span { border-color: #FD275A; }
span { border-color: rgb(253,39,90); }
td.TdClassName
{
border-color: #FD275A;
}
.TagClassName
{
border-color: #FD275A;
}
</style>