Shades of Magenta #F605F4
Tints of Magenta #F605F4
RGB
CMYK
RGB Variations
Color information
#F605F4 (or 0xF605F4) is known color: Magenta. HEX triplet: F6, 05 and F4. RGB value is (246,5,244). Sum of RGB (Red+Green+Blue) = 246+5+244=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 5 (2.34% from 255 or 1.01% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F605F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F605F4 is #09FA0B. Grayscale: #676767. Windows color (decimal): -653836 or 15992310. OLE color: 15992310.
HSL color Cylindrical-coordinate representation of color #F605F4: hue angle of 300.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F605F4 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 244 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.04 |
| HSL | 300.5º | 0.96% | 0.49% | - |
| HSV(B) | 300.5º | 0.98% | 0.96% | - |
| XYZ | 54.39 | 26.23 | 87.78 | - |
| YUV | 104.31 | 206.84 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 244 | 0 | 0.98 | 0.01 | 0.04 | 300.5 | 0.96 | 0.49 |
| Hex | F6 | 5 | F4 | 0 | 62 | 1 | 4 | 12C | 60 | 31 |
| Octal | 366 | 5 | 364 | 0 | 142 | 1 | 4 | 454 | 140 | 61 |
| Binary | 11110110 | 101 | 11110100 | 0 | 1100010 | 1 | 100 | 100101100 | 1100000 | 110001 |
Color Harmonies of #F605F4
Complementary color
Monochromatic Colors of #F605F4
Black with #F605F4
Text Example
Text Example
White with #F605F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605F4; }
p { color: rgb(246,5,244); }
H1.HeaderClassName
{
color: #F605F4;
}
.AnyTagClassName
{
color: #F605F4;
}
</style>
background-color css
<style>
a { background-color: #F605F4; }
a { background-color: rgb(246,5,244); }
div.DivClassName
{
background-color: #F605F4;
}
.BgClassName
{
background-color: #F605F4;
}
</style>
border-color css
<style>
span { border-color: #F605F4; }
span { border-color: rgb(246,5,244); }
td.TdClassName
{
border-color: #F605F4;
}
.TagClassName
{
border-color: #F605F4;
}
</style>