Shades of Radical Red #FD2769
Tints of Radical Red #FD2769
RGB
CMYK
RGB Variations
Color information
#FD2769 (or 0xFD2769) is known color: Radical Red. HEX triplet: FD, 27 and 69. RGB value is (253,39,105). Sum of RGB (Red+Green+Blue) = 253+39+105=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2769 is #02D896. Grayscale: #6E6E6E. Windows color (decimal): -186519 or 6891517. OLE color: 6891517.
HSL color Cylindrical-coordinate representation of color #FD2769: hue angle of 341.5º 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 #FD2769 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 39 | 105 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.01 |
| HSL | 341.5º | 0.98% | 0.57% | - |
| HSV(B) | 341.5º | 0.85% | 0.99% | - |
| XYZ | 43.78 | 23.35 | 15.56 | - |
| YUV | 110.51 | 124.9 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 105 | 0 | 0.85 | 0.58 | 0.01 | 341.5 | 0.98 | 0.57 |
| Hex | FD | 27 | 69 | 0 | 55 | 3A | 1 | 155 | 62 | 39 |
| Octal | 375 | 47 | 151 | 0 | 125 | 72 | 1 | 525 | 142 | 71 |
| Binary | 11111101 | 100111 | 1101001 | 0 | 1010101 | 111010 | 1 | 101010101 | 1100010 | 111001 |
Color Harmonies of #FD2769
Complementary color
Monochromatic Colors of #FD2769
Black with #FD2769
Text Example
Text Example
White with #FD2769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2769; }
p { color: rgb(253,39,105); }
H1.HeaderClassName
{
color: #FD2769;
}
.AnyTagClassName
{
color: #FD2769;
}
</style>
background-color css
<style>
a { background-color: #FD2769; }
a { background-color: rgb(253,39,105); }
div.DivClassName
{
background-color: #FD2769;
}
.BgClassName
{
background-color: #FD2769;
}
</style>
border-color css
<style>
span { border-color: #FD2769; }
span { border-color: rgb(253,39,105); }
td.TdClassName
{
border-color: #FD2769;
}
.TagClassName
{
border-color: #FD2769;
}
</style>