Shades of Radical Red #FF2F76
Tints of Radical Red #FF2F76
RGB
CMYK
RGB Variations
Color information
#FF2F76 (or 0xFF2F76) is known color: Radical Red. HEX triplet: FF, 2F and 76. RGB value is (255,47,118). Sum of RGB (Red+Green+Blue) = 255+47+118=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2F76 is #00D089. Grayscale: #757575. Windows color (decimal): -53386 or 7745535. OLE color: 7745535.
HSL color Cylindrical-coordinate representation of color #FF2F76: hue angle of 339.52º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2F76 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 118 | - |
| CMYK | 0 | 0.82 | 0.54 | 0 |
| HSL | 339.52º | 1% | 0.59% | - |
| HSV(B) | 339.52º | 0.82% | 1% | - |
| XYZ | 45.53 | 24.6 | 19.49 | - |
| YUV | 117.29 | 128.41 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 118 | 0 | 0.82 | 0.54 | 0 | 339.52 | 1 | 0.59 |
| Hex | FF | 2F | 76 | 0 | 52 | 36 | 0 | 154 | 64 | 3B |
| Octal | 377 | 57 | 166 | 0 | 122 | 66 | 0 | 524 | 144 | 73 |
| Binary | 11111111 | 101111 | 1110110 | 0 | 1010010 | 110110 | 0 | 101010100 | 1100100 | 111011 |
Color Harmonies of #FF2F76
Complementary color
Monochromatic Colors of #FF2F76
Black with #FF2F76
Text Example
Text Example
White with #FF2F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F76; }
p { color: rgb(255,47,118); }
H1.HeaderClassName
{
color: #FF2F76;
}
.AnyTagClassName
{
color: #FF2F76;
}
</style>
background-color css
<style>
a { background-color: #FF2F76; }
a { background-color: rgb(255,47,118); }
div.DivClassName
{
background-color: #FF2F76;
}
.BgClassName
{
background-color: #FF2F76;
}
</style>
border-color css
<style>
span { border-color: #FF2F76; }
span { border-color: rgb(255,47,118); }
td.TdClassName
{
border-color: #FF2F76;
}
.TagClassName
{
border-color: #FF2F76;
}
</style>