Shades of Radical Red #FF2F44
Tints of Radical Red #FF2F44
RGB
CMYK
RGB Variations
Color information
#FF2F44 (or 0xFF2F44) is known color: Radical Red. HEX triplet: FF, 2F and 44. RGB value is (255,47,68). Sum of RGB (Red+Green+Blue) = 255+47+68=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2F44 is #00D0BB. Grayscale: #6F6F6F. Windows color (decimal): -53436 or 4468735. OLE color: 4468735.
HSL color Cylindrical-coordinate representation of color #FF2F44: hue angle of 353.94º 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 #FF2F44 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 68 | - |
| CMYK | 0 | 0.82 | 0.73 | 0 |
| HSL | 353.94º | 1% | 0.59% | - |
| HSV(B) | 353.94º | 0.82% | 1% | - |
| XYZ | 43.3 | 23.71 | 7.76 | - |
| YUV | 111.59 | 103.41 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 68 | 0 | 0.82 | 0.73 | 0 | 353.94 | 1 | 0.59 |
| Hex | FF | 2F | 44 | 0 | 52 | 49 | 0 | 162 | 64 | 3B |
| Octal | 377 | 57 | 104 | 0 | 122 | 111 | 0 | 542 | 144 | 73 |
| Binary | 11111111 | 101111 | 1000100 | 0 | 1010010 | 1001001 | 0 | 101100010 | 1100100 | 111011 |
Color Harmonies of #FF2F44
Complementary color
Monochromatic Colors of #FF2F44
Black with #FF2F44
Text Example
Text Example
White with #FF2F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F44; }
p { color: rgb(255,47,68); }
H1.HeaderClassName
{
color: #FF2F44;
}
.AnyTagClassName
{
color: #FF2F44;
}
</style>
background-color css
<style>
a { background-color: #FF2F44; }
a { background-color: rgb(255,47,68); }
div.DivClassName
{
background-color: #FF2F44;
}
.BgClassName
{
background-color: #FF2F44;
}
</style>
border-color css
<style>
span { border-color: #FF2F44; }
span { border-color: rgb(255,47,68); }
td.TdClassName
{
border-color: #FF2F44;
}
.TagClassName
{
border-color: #FF2F44;
}
</style>