Shades of Radical Red #FF3262
Tints of Radical Red #FF3262
RGB
CMYK
RGB Variations
Color information
#FF3262 (or 0xFF3262) is known color: Radical Red. HEX triplet: FF, 32 and 62. RGB value is (255,50,98). Sum of RGB (Red+Green+Blue) = 255+50+98=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3262 is #00CD9D. Grayscale: #747474. Windows color (decimal): -52638 or 6435583. OLE color: 6435583.
HSL color Cylindrical-coordinate representation of color #FF3262: hue angle of 345.95º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3262 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 98 | - |
| CMYK | 0 | 0.80 | 0.62 | 0 |
| HSL | 345.95º | 1% | 0.6% | - |
| HSV(B) | 345.95º | 0.8% | 1% | - |
| XYZ | 44.59 | 24.42 | 13.92 | - |
| YUV | 116.77 | 117.42 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 98 | 0 | 0.80 | 0.62 | 0 | 345.95 | 1 | 0.6 |
| Hex | FF | 32 | 62 | 0 | 50 | 3E | 0 | 15A | 64 | 3C |
| Octal | 377 | 62 | 142 | 0 | 120 | 76 | 0 | 532 | 144 | 74 |
| Binary | 11111111 | 110010 | 1100010 | 0 | 1010000 | 111110 | 0 | 101011010 | 1100100 | 111100 |
Color Harmonies of #FF3262
Complementary color
Monochromatic Colors of #FF3262
Black with #FF3262
Text Example
Text Example
White with #FF3262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3262; }
p { color: rgb(255,50,98); }
H1.HeaderClassName
{
color: #FF3262;
}
.AnyTagClassName
{
color: #FF3262;
}
</style>
background-color css
<style>
a { background-color: #FF3262; }
a { background-color: rgb(255,50,98); }
div.DivClassName
{
background-color: #FF3262;
}
.BgClassName
{
background-color: #FF3262;
}
</style>
border-color css
<style>
span { border-color: #FF3262; }
span { border-color: rgb(255,50,98); }
td.TdClassName
{
border-color: #FF3262;
}
.TagClassName
{
border-color: #FF3262;
}
</style>