Shades of Radical Red #FF236D
Tints of Radical Red #FF236D
RGB
CMYK
RGB Variations
Color information
#FF236D (or 0xFF236D) is known color: Radical Red. HEX triplet: FF, 23 and 6D. RGB value is (255,35,109). Sum of RGB (Red+Green+Blue) = 255+35+109=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF236D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF236D is #00DC92. Grayscale: #6D6D6D. Windows color (decimal): -56467 or 7152639. OLE color: 7152639.
HSL color Cylindrical-coordinate representation of color #FF236D: hue angle of 339.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF236D is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 109 | - |
| CMYK | 0 | 0.86 | 0.57 | 0 |
| HSL | 339.82º | 1% | 0.57% | - |
| HSV(B) | 339.82º | 0.86% | 1% | - |
| XYZ | 44.6 | 23.57 | 16.67 | - |
| YUV | 109.22 | 127.89 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 109 | 0 | 0.86 | 0.57 | 0 | 339.82 | 1 | 0.57 |
| Hex | FF | 23 | 6D | 0 | 56 | 39 | 0 | 154 | 64 | 39 |
| Octal | 377 | 43 | 155 | 0 | 126 | 71 | 0 | 524 | 144 | 71 |
| Binary | 11111111 | 100011 | 1101101 | 0 | 1010110 | 111001 | 0 | 101010100 | 1100100 | 111001 |
Color Harmonies of #FF236D
Complementary color
Monochromatic Colors of #FF236D
Black with #FF236D
Text Example
Text Example
White with #FF236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF236D; }
p { color: rgb(255,35,109); }
H1.HeaderClassName
{
color: #FF236D;
}
.AnyTagClassName
{
color: #FF236D;
}
</style>
background-color css
<style>
a { background-color: #FF236D; }
a { background-color: rgb(255,35,109); }
div.DivClassName
{
background-color: #FF236D;
}
.BgClassName
{
background-color: #FF236D;
}
</style>
border-color css
<style>
span { border-color: #FF236D; }
span { border-color: rgb(255,35,109); }
td.TdClassName
{
border-color: #FF236D;
}
.TagClassName
{
border-color: #FF236D;
}
</style>