Shades of Radical Red #FF236F
Tints of Radical Red #FF236F
RGB
CMYK
RGB Variations
Color information
#FF236F (or 0xFF236F) is known color: Radical Red. HEX triplet: FF, 23 and 6F. RGB value is (255,35,111). Sum of RGB (Red+Green+Blue) = 255+35+111=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF236F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF236F is #00DC90. Grayscale: #6D6D6D. Windows color (decimal): -56465 or 7283711. OLE color: 7283711.
HSL color Cylindrical-coordinate representation of color #FF236F: hue angle of 339.27º 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 #FF236F is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 111 | - |
| CMYK | 0 | 0.86 | 0.56 | 0 |
| HSL | 339.27º | 1% | 0.57% | - |
| HSV(B) | 339.27º | 0.86% | 1% | - |
| XYZ | 44.71 | 23.61 | 17.24 | - |
| YUV | 109.44 | 128.89 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 111 | 0 | 0.86 | 0.56 | 0 | 339.27 | 1 | 0.57 |
| Hex | FF | 23 | 6F | 0 | 56 | 38 | 0 | 153 | 64 | 39 |
| Octal | 377 | 43 | 157 | 0 | 126 | 70 | 0 | 523 | 144 | 71 |
| Binary | 11111111 | 100011 | 1101111 | 0 | 1010110 | 111000 | 0 | 101010011 | 1100100 | 111001 |
Color Harmonies of #FF236F
Complementary color
Monochromatic Colors of #FF236F
Black with #FF236F
Text Example
Text Example
White with #FF236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF236F; }
p { color: rgb(255,35,111); }
H1.HeaderClassName
{
color: #FF236F;
}
.AnyTagClassName
{
color: #FF236F;
}
</style>
background-color css
<style>
a { background-color: #FF236F; }
a { background-color: rgb(255,35,111); }
div.DivClassName
{
background-color: #FF236F;
}
.BgClassName
{
background-color: #FF236F;
}
</style>
border-color css
<style>
span { border-color: #FF236F; }
span { border-color: rgb(255,35,111); }
td.TdClassName
{
border-color: #FF236F;
}
.TagClassName
{
border-color: #FF236F;
}
</style>