Shades of Radical Red #F82667
Tints of Radical Red #F82667
RGB
CMYK
RGB Variations
Color information
#F82667 (or 0xF82667) is known color: Radical Red. HEX triplet: F8, 26 and 67. RGB value is (248,38,103). Sum of RGB (Red+Green+Blue) = 248+38+103=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F82667 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82667 is #07D998. Grayscale: #6C6C6C. Windows color (decimal): -514457 or 6760184. OLE color: 6760184.
HSL color Cylindrical-coordinate representation of color #F82667: hue angle of 341.43º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F82667 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 103 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.03 |
| HSL | 341.43º | 0.94% | 0.56% | - |
| HSV(B) | 341.43º | 0.85% | 0.97% | - |
| XYZ | 41.85 | 22.32 | 14.93 | - |
| YUV | 108.2 | 125.07 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 103 | 0 | 0.85 | 0.58 | 0.03 | 341.43 | 0.94 | 0.56 |
| Hex | F8 | 26 | 67 | 0 | 55 | 3A | 3 | 155 | 5E | 38 |
| Octal | 370 | 46 | 147 | 0 | 125 | 72 | 3 | 525 | 136 | 70 |
| Binary | 11111000 | 100110 | 1100111 | 0 | 1010101 | 111010 | 11 | 101010101 | 1011110 | 111000 |
Color Harmonies of #F82667
Complementary color
Monochromatic Colors of #F82667
Black with #F82667
Text Example
Text Example
White with #F82667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82667; }
p { color: rgb(248,38,103); }
H1.HeaderClassName
{
color: #F82667;
}
.AnyTagClassName
{
color: #F82667;
}
</style>
background-color css
<style>
a { background-color: #F82667; }
a { background-color: rgb(248,38,103); }
div.DivClassName
{
background-color: #F82667;
}
.BgClassName
{
background-color: #F82667;
}
</style>
border-color css
<style>
span { border-color: #F82667; }
span { border-color: rgb(248,38,103); }
td.TdClassName
{
border-color: #F82667;
}
.TagClassName
{
border-color: #F82667;
}
</style>