Shades of Radical Red #FF2362
Tints of Radical Red #FF2362
RGB
CMYK
RGB Variations
Color information
#FF2362 (or 0xFF2362) is known color: Radical Red. HEX triplet: FF, 23 and 62. RGB value is (255,35,98). Sum of RGB (Red+Green+Blue) = 255+35+98=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2362 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2362 is #00DC9D. Grayscale: #6B6B6B. Windows color (decimal): -56478 or 6431743. OLE color: 6431743.
HSL color Cylindrical-coordinate representation of color #FF2362: hue angle of 342.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 #FF2362 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 98 | - |
| CMYK | 0 | 0.86 | 0.62 | 0 |
| HSL | 342.82º | 1% | 0.57% | - |
| HSV(B) | 342.82º | 0.86% | 1% | - |
| XYZ | 44.05 | 23.34 | 13.74 | - |
| YUV | 107.96 | 122.39 | 232.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 98 | 0 | 0.86 | 0.62 | 0 | 342.82 | 1 | 0.57 |
| Hex | FF | 23 | 62 | 0 | 56 | 3E | 0 | 157 | 64 | 39 |
| Octal | 377 | 43 | 142 | 0 | 126 | 76 | 0 | 527 | 144 | 71 |
| Binary | 11111111 | 100011 | 1100010 | 0 | 1010110 | 111110 | 0 | 101010111 | 1100100 | 111001 |
Color Harmonies of #FF2362
Complementary color
Monochromatic Colors of #FF2362
Black with #FF2362
Text Example
Text Example
White with #FF2362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2362; }
p { color: rgb(255,35,98); }
H1.HeaderClassName
{
color: #FF2362;
}
.AnyTagClassName
{
color: #FF2362;
}
</style>
background-color css
<style>
a { background-color: #FF2362; }
a { background-color: rgb(255,35,98); }
div.DivClassName
{
background-color: #FF2362;
}
.BgClassName
{
background-color: #FF2362;
}
</style>
border-color css
<style>
span { border-color: #FF2362; }
span { border-color: rgb(255,35,98); }
td.TdClassName
{
border-color: #FF2362;
}
.TagClassName
{
border-color: #FF2362;
}
</style>