Shades of Radical Red #F42667
Tints of Radical Red #F42667
RGB
CMYK
RGB Variations
Color information
#F42667 (or 0xF42667) is known color: Radical Red. HEX triplet: F4, 26 and 67. RGB value is (244,38,103). Sum of RGB (Red+Green+Blue) = 244+38+103=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F42667 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42667 is #0BD998. Grayscale: #6A6A6A. Windows color (decimal): -776601 or 6760180. OLE color: 6760180.
HSL color Cylindrical-coordinate representation of color #F42667: hue angle of 341.07º 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 #F42667 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 103 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.04 |
| HSL | 341.07º | 0.9% | 0.55% | - |
| HSV(B) | 341.07º | 0.84% | 0.96% | - |
| XYZ | 40.45 | 21.6 | 14.87 | - |
| YUV | 107 | 125.75 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 103 | 0 | 0.84 | 0.58 | 0.04 | 341.07 | 0.9 | 0.55 |
| Hex | F4 | 26 | 67 | 0 | 54 | 3A | 4 | 155 | 5A | 37 |
| Octal | 364 | 46 | 147 | 0 | 124 | 72 | 4 | 525 | 132 | 67 |
| Binary | 11110100 | 100110 | 1100111 | 0 | 1010100 | 111010 | 100 | 101010101 | 1011010 | 110111 |
Color Harmonies of #F42667
Complementary color
Monochromatic Colors of #F42667
Black with #F42667
Text Example
Text Example
White with #F42667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42667; }
p { color: rgb(244,38,103); }
H1.HeaderClassName
{
color: #F42667;
}
.AnyTagClassName
{
color: #F42667;
}
</style>
background-color css
<style>
a { background-color: #F42667; }
a { background-color: rgb(244,38,103); }
div.DivClassName
{
background-color: #F42667;
}
.BgClassName
{
background-color: #F42667;
}
</style>
border-color css
<style>
span { border-color: #F42667; }
span { border-color: rgb(244,38,103); }
td.TdClassName
{
border-color: #F42667;
}
.TagClassName
{
border-color: #F42667;
}
</style>