Shades of Radical Red #FF204B
Tints of Radical Red #FF204B
RGB
CMYK
RGB Variations
Color information
#FF204B (or 0xFF204B) is known color: Radical Red. HEX triplet: FF, 20 and 4B. RGB value is (255,32,75). Sum of RGB (Red+Green+Blue) = 255+32+75=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF204B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF204B is #00DFB4. Grayscale: #676767. Windows color (decimal): -57269 or 4923647. OLE color: 4923647.
HSL color Cylindrical-coordinate representation of color #FF204B: hue angle of 348.43º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF204B is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 75 | - |
| CMYK | 0 | 0.87 | 0.71 | 0 |
| HSL | 348.43º | 1% | 0.56% | - |
| HSV(B) | 348.43º | 0.87% | 1% | - |
| XYZ | 43.03 | 22.8 | 8.79 | - |
| YUV | 103.58 | 111.88 | 236 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 75 | 0 | 0.87 | 0.71 | 0 | 348.43 | 1 | 0.56 |
| Hex | FF | 20 | 4B | 0 | 57 | 47 | 0 | 15C | 64 | 38 |
| Octal | 377 | 40 | 113 | 0 | 127 | 107 | 0 | 534 | 144 | 70 |
| Binary | 11111111 | 100000 | 1001011 | 0 | 1010111 | 1000111 | 0 | 101011100 | 1100100 | 111000 |
Color Harmonies of #FF204B
Complementary color
Monochromatic Colors of #FF204B
Black with #FF204B
Text Example
Text Example
White with #FF204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF204B; }
p { color: rgb(255,32,75); }
H1.HeaderClassName
{
color: #FF204B;
}
.AnyTagClassName
{
color: #FF204B;
}
</style>
background-color css
<style>
a { background-color: #FF204B; }
a { background-color: rgb(255,32,75); }
div.DivClassName
{
background-color: #FF204B;
}
.BgClassName
{
background-color: #FF204B;
}
</style>
border-color css
<style>
span { border-color: #FF204B; }
span { border-color: rgb(255,32,75); }
td.TdClassName
{
border-color: #FF204B;
}
.TagClassName
{
border-color: #FF204B;
}
</style>