Shades of Radical Red #FF3F58
Tints of Radical Red #FF3F58
RGB
CMYK
RGB Variations
Color information
#FF3F58 (or 0xFF3F58) is known color: Radical Red. HEX triplet: FF, 3F and 58. RGB value is (255,63,88). Sum of RGB (Red+Green+Blue) = 255+63+88=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F58 is #00C0A7. Grayscale: #7B7B7B. Windows color (decimal): -49320 or 5783551. OLE color: 5783551.
HSL color Cylindrical-coordinate representation of color #FF3F58: hue angle of 352.19º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3F58 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 88 | - |
| CMYK | 0 | 0.75 | 0.65 | 0 |
| HSL | 352.19º | 1% | 0.62% | - |
| HSV(B) | 352.19º | 0.75% | 1% | - |
| XYZ | 44.78 | 25.52 | 11.8 | - |
| YUV | 123.26 | 108.11 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 88 | 0 | 0.75 | 0.65 | 0 | 352.19 | 1 | 0.62 |
| Hex | FF | 3F | 58 | 0 | 4B | 41 | 0 | 160 | 64 | 3E |
| Octal | 377 | 77 | 130 | 0 | 113 | 101 | 0 | 540 | 144 | 76 |
| Binary | 11111111 | 111111 | 1011000 | 0 | 1001011 | 1000001 | 0 | 101100000 | 1100100 | 111110 |
Color Harmonies of #FF3F58
Complementary color
Monochromatic Colors of #FF3F58
Black with #FF3F58
Text Example
Text Example
White with #FF3F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F58; }
p { color: rgb(255,63,88); }
H1.HeaderClassName
{
color: #FF3F58;
}
.AnyTagClassName
{
color: #FF3F58;
}
</style>
background-color css
<style>
a { background-color: #FF3F58; }
a { background-color: rgb(255,63,88); }
div.DivClassName
{
background-color: #FF3F58;
}
.BgClassName
{
background-color: #FF3F58;
}
</style>
border-color css
<style>
span { border-color: #FF3F58; }
span { border-color: rgb(255,63,88); }
td.TdClassName
{
border-color: #FF3F58;
}
.TagClassName
{
border-color: #FF3F58;
}
</style>