Shades of Radical Red #FD3669
Tints of Radical Red #FD3669
RGB
CMYK
RGB Variations
Color information
#FD3669 (or 0xFD3669) is known color: Radical Red. HEX triplet: FD, 36 and 69. RGB value is (253,54,105). Sum of RGB (Red+Green+Blue) = 253+54+105=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3669 is #02C996. Grayscale: #777777. Windows color (decimal): -182679 or 6895357. OLE color: 6895357.
HSL color Cylindrical-coordinate representation of color #FD3669: hue angle of 344.62º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD3669 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 54 | 105 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.01 |
| HSL | 344.62º | 0.98% | 0.6% | - |
| HSV(B) | 344.62º | 0.79% | 0.99% | - |
| XYZ | 44.38 | 24.54 | 15.76 | - |
| YUV | 119.32 | 119.93 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 54 | 105 | 0 | 0.79 | 0.58 | 0.01 | 344.62 | 0.98 | 0.6 |
| Hex | FD | 36 | 69 | 0 | 4F | 3A | 1 | 159 | 62 | 3C |
| Octal | 375 | 66 | 151 | 0 | 117 | 72 | 1 | 531 | 142 | 74 |
| Binary | 11111101 | 110110 | 1101001 | 0 | 1001111 | 111010 | 1 | 101011001 | 1100010 | 111100 |
Color Harmonies of #FD3669
Complementary color
Monochromatic Colors of #FD3669
Black with #FD3669
Text Example
Text Example
White with #FD3669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3669; }
p { color: rgb(253,54,105); }
H1.HeaderClassName
{
color: #FD3669;
}
.AnyTagClassName
{
color: #FD3669;
}
</style>
background-color css
<style>
a { background-color: #FD3669; }
a { background-color: rgb(253,54,105); }
div.DivClassName
{
background-color: #FD3669;
}
.BgClassName
{
background-color: #FD3669;
}
</style>
border-color css
<style>
span { border-color: #FD3669; }
span { border-color: rgb(253,54,105); }
td.TdClassName
{
border-color: #FD3669;
}
.TagClassName
{
border-color: #FD3669;
}
</style>