Shades of Radical Red #F63F4F
Tints of Radical Red #F63F4F
RGB
CMYK
RGB Variations
Color information
#F63F4F (or 0xF63F4F) is known color: Radical Red. HEX triplet: F6, 3F and 4F. RGB value is (246,63,79). Sum of RGB (Red+Green+Blue) = 246+63+79=388 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.40% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63F4F is #09C0B0. Grayscale: #777777. Windows color (decimal): -639153 or 5193718. OLE color: 5193718.
HSL color Cylindrical-coordinate representation of color #F63F4F: hue angle of 354.75º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F63F4F is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 79 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.04 |
| HSL | 354.75º | 0.91% | 0.61% | - |
| HSV(B) | 354.75º | 0.74% | 0.96% | - |
| XYZ | 41.19 | 23.71 | 9.8 | - |
| YUV | 119.54 | 105.13 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 79 | 0 | 0.74 | 0.68 | 0.04 | 354.75 | 0.91 | 0.61 |
| Hex | F6 | 3F | 4F | 0 | 4A | 44 | 4 | 163 | 5B | 3D |
| Octal | 366 | 77 | 117 | 0 | 112 | 104 | 4 | 543 | 133 | 75 |
| Binary | 11110110 | 111111 | 1001111 | 0 | 1001010 | 1000100 | 100 | 101100011 | 1011011 | 111101 |
Color Harmonies of #F63F4F
Complementary color
Monochromatic Colors of #F63F4F
Black with #F63F4F
Text Example
Text Example
White with #F63F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F4F; }
p { color: rgb(246,63,79); }
H1.HeaderClassName
{
color: #F63F4F;
}
.AnyTagClassName
{
color: #F63F4F;
}
</style>
background-color css
<style>
a { background-color: #F63F4F; }
a { background-color: rgb(246,63,79); }
div.DivClassName
{
background-color: #F63F4F;
}
.BgClassName
{
background-color: #F63F4F;
}
</style>
border-color css
<style>
span { border-color: #F63F4F; }
span { border-color: rgb(246,63,79); }
td.TdClassName
{
border-color: #F63F4F;
}
.TagClassName
{
border-color: #F63F4F;
}
</style>