Shades of Radical Red #FD435B
Tints of Radical Red #FD435B
RGB
CMYK
RGB Variations
Color information
#FD435B (or 0xFD435B) is known color: Radical Red. HEX triplet: FD, 43 and 5B. RGB value is (253,67,91). Sum of RGB (Red+Green+Blue) = 253+67+91=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD435B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD435B is #02BCA4. Grayscale: #7D7D7D. Windows color (decimal): -179365 or 5981181. OLE color: 5981181.
HSL color Cylindrical-coordinate representation of color #FD435B: hue angle of 352.26º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD435B is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 67 | 91 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.01 |
| HSL | 352.26º | 0.98% | 0.63% | - |
| HSV(B) | 352.26º | 0.74% | 0.99% | - |
| XYZ | 44.4 | 25.65 | 12.51 | - |
| YUV | 125.35 | 108.62 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 67 | 91 | 0 | 0.74 | 0.64 | 0.01 | 352.26 | 0.98 | 0.63 |
| Hex | FD | 43 | 5B | 0 | 4A | 40 | 1 | 160 | 62 | 3F |
| Octal | 375 | 103 | 133 | 0 | 112 | 100 | 1 | 540 | 142 | 77 |
| Binary | 11111101 | 1000011 | 1011011 | 0 | 1001010 | 1000000 | 1 | 101100000 | 1100010 | 111111 |
Color Harmonies of #FD435B
Complementary color
Monochromatic Colors of #FD435B
Black with #FD435B
Text Example
Text Example
White with #FD435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD435B; }
p { color: rgb(253,67,91); }
H1.HeaderClassName
{
color: #FD435B;
}
.AnyTagClassName
{
color: #FD435B;
}
</style>
background-color css
<style>
a { background-color: #FD435B; }
a { background-color: rgb(253,67,91); }
div.DivClassName
{
background-color: #FD435B;
}
.BgClassName
{
background-color: #FD435B;
}
</style>
border-color css
<style>
span { border-color: #FD435B; }
span { border-color: rgb(253,67,91); }
td.TdClassName
{
border-color: #FD435B;
}
.TagClassName
{
border-color: #FD435B;
}
</style>