Shades of Radical Red #F22665
Tints of Radical Red #F22665
RGB
CMYK
RGB Variations
Color information
#F22665 (or 0xF22665) is known color: Radical Red. HEX triplet: F2, 26 and 65. RGB value is (242,38,101). Sum of RGB (Red+Green+Blue) = 242+38+101=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F22665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F22665 is #0DD99A. Grayscale: #6A6A6A. Windows color (decimal): -907675 or 6629106. OLE color: 6629106.
HSL color Cylindrical-coordinate representation of color #F22665: hue angle of 341.47º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F22665 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 101 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.05 |
| HSL | 341.47º | 0.89% | 0.55% | - |
| HSV(B) | 341.47º | 0.84% | 0.95% | - |
| XYZ | 39.66 | 21.2 | 14.31 | - |
| YUV | 106.18 | 125.09 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 101 | 0 | 0.84 | 0.58 | 0.05 | 341.47 | 0.89 | 0.55 |
| Hex | F2 | 26 | 65 | 0 | 54 | 3A | 5 | 155 | 59 | 37 |
| Octal | 362 | 46 | 145 | 0 | 124 | 72 | 5 | 525 | 131 | 67 |
| Binary | 11110010 | 100110 | 1100101 | 0 | 1010100 | 111010 | 101 | 101010101 | 1011001 | 110111 |
Color Harmonies of #F22665
Complementary color
Monochromatic Colors of #F22665
Black with #F22665
Text Example
Text Example
White with #F22665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22665; }
p { color: rgb(242,38,101); }
H1.HeaderClassName
{
color: #F22665;
}
.AnyTagClassName
{
color: #F22665;
}
</style>
background-color css
<style>
a { background-color: #F22665; }
a { background-color: rgb(242,38,101); }
div.DivClassName
{
background-color: #F22665;
}
.BgClassName
{
background-color: #F22665;
}
</style>
border-color css
<style>
span { border-color: #F22665; }
span { border-color: rgb(242,38,101); }
td.TdClassName
{
border-color: #F22665;
}
.TagClassName
{
border-color: #F22665;
}
</style>