Shades of Radical Red #F64269
Tints of Radical Red #F64269
RGB
CMYK
RGB Variations
Color information
#F64269 (or 0xF64269) is known color: Radical Red. HEX triplet: F6, 42 and 69. RGB value is (246,66,105). Sum of RGB (Red+Green+Blue) = 246+66+105=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F64269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F64269 is #09BD96. Grayscale: #7C7C7C. Windows color (decimal): -638359 or 6898422. OLE color: 6898422.
HSL color Cylindrical-coordinate representation of color #F64269: hue angle of 347º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F64269 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 105 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.04 |
| HSL | 347º | 0.91% | 0.61% | - |
| HSV(B) | 347º | 0.73% | 0.96% | - |
| XYZ | 42.5 | 24.51 | 15.86 | - |
| YUV | 124.27 | 117.13 | 214.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 105 | 0 | 0.73 | 0.57 | 0.04 | 347 | 0.91 | 0.61 |
| Hex | F6 | 42 | 69 | 0 | 49 | 39 | 4 | 15B | 5B | 3D |
| Octal | 366 | 102 | 151 | 0 | 111 | 71 | 4 | 533 | 133 | 75 |
| Binary | 11110110 | 1000010 | 1101001 | 0 | 1001001 | 111001 | 100 | 101011011 | 1011011 | 111101 |
Color Harmonies of #F64269
Complementary color
Monochromatic Colors of #F64269
Black with #F64269
Text Example
Text Example
White with #F64269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64269; }
p { color: rgb(246,66,105); }
H1.HeaderClassName
{
color: #F64269;
}
.AnyTagClassName
{
color: #F64269;
}
</style>
background-color css
<style>
a { background-color: #F64269; }
a { background-color: rgb(246,66,105); }
div.DivClassName
{
background-color: #F64269;
}
.BgClassName
{
background-color: #F64269;
}
</style>
border-color css
<style>
span { border-color: #F64269; }
span { border-color: rgb(246,66,105); }
td.TdClassName
{
border-color: #F64269;
}
.TagClassName
{
border-color: #F64269;
}
</style>