Shades of Radical Red #F42665
Tints of Radical Red #F42665
RGB
CMYK
RGB Variations
Color information
#F42665 (or 0xF42665) is known color: Radical Red. HEX triplet: F4, 26 and 65. RGB value is (244,38,101). Sum of RGB (Red+Green+Blue) = 244+38+101=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F42665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42665 is #0BD99A. Grayscale: #6A6A6A. Windows color (decimal): -776603 or 6629108. OLE color: 6629108.
HSL color Cylindrical-coordinate representation of color #F42665: hue angle of 341.65º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42665 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 101 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.04 |
| HSL | 341.65º | 0.9% | 0.55% | - |
| HSV(B) | 341.65º | 0.84% | 0.96% | - |
| XYZ | 40.35 | 21.56 | 14.35 | - |
| YUV | 106.78 | 124.75 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 101 | 0 | 0.84 | 0.59 | 0.04 | 341.65 | 0.9 | 0.55 |
| Hex | F4 | 26 | 65 | 0 | 54 | 3B | 4 | 156 | 5A | 37 |
| Octal | 364 | 46 | 145 | 0 | 124 | 73 | 4 | 526 | 132 | 67 |
| Binary | 11110100 | 100110 | 1100101 | 0 | 1010100 | 111011 | 100 | 101010110 | 1011010 | 110111 |
Color Harmonies of #F42665
Complementary color
Monochromatic Colors of #F42665
Black with #F42665
Text Example
Text Example
White with #F42665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42665; }
p { color: rgb(244,38,101); }
H1.HeaderClassName
{
color: #F42665;
}
.AnyTagClassName
{
color: #F42665;
}
</style>
background-color css
<style>
a { background-color: #F42665; }
a { background-color: rgb(244,38,101); }
div.DivClassName
{
background-color: #F42665;
}
.BgClassName
{
background-color: #F42665;
}
</style>
border-color css
<style>
span { border-color: #F42665; }
span { border-color: rgb(244,38,101); }
td.TdClassName
{
border-color: #F42665;
}
.TagClassName
{
border-color: #F42665;
}
</style>