Shades of Radical Red #FF2674
Tints of Radical Red #FF2674
RGB
CMYK
RGB Variations
Color information
#FF2674 (or 0xFF2674) is known color: Radical Red. HEX triplet: FF, 26 and 74. RGB value is (255,38,116). Sum of RGB (Red+Green+Blue) = 255+38+116=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2674 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2674 is #00D98B. Grayscale: #6F6F6F. Windows color (decimal): -55692 or 7612159. OLE color: 7612159.
HSL color Cylindrical-coordinate representation of color #FF2674: hue angle of 338.43º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2674 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 116 | - |
| CMYK | 0 | 0.85 | 0.55 | 0 |
| HSL | 338.43º | 1% | 0.57% | - |
| HSV(B) | 338.43º | 0.85% | 1% | - |
| XYZ | 45.09 | 23.91 | 18.76 | - |
| YUV | 111.78 | 130.39 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 116 | 0 | 0.85 | 0.55 | 0 | 338.43 | 1 | 0.57 |
| Hex | FF | 26 | 74 | 0 | 55 | 37 | 0 | 152 | 64 | 39 |
| Octal | 377 | 46 | 164 | 0 | 125 | 67 | 0 | 522 | 144 | 71 |
| Binary | 11111111 | 100110 | 1110100 | 0 | 1010101 | 110111 | 0 | 101010010 | 1100100 | 111001 |
Color Harmonies of #FF2674
Complementary color
Monochromatic Colors of #FF2674
Black with #FF2674
Text Example
Text Example
White with #FF2674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2674; }
p { color: rgb(255,38,116); }
H1.HeaderClassName
{
color: #FF2674;
}
.AnyTagClassName
{
color: #FF2674;
}
</style>
background-color css
<style>
a { background-color: #FF2674; }
a { background-color: rgb(255,38,116); }
div.DivClassName
{
background-color: #FF2674;
}
.BgClassName
{
background-color: #FF2674;
}
</style>
border-color css
<style>
span { border-color: #FF2674; }
span { border-color: rgb(255,38,116); }
td.TdClassName
{
border-color: #FF2674;
}
.TagClassName
{
border-color: #FF2674;
}
</style>