Shades of Magenta #F627FF
Tints of Magenta #F627FF
RGB
CMYK
RGB Variations
Color information
#F627FF (or 0xF627FF) is known color: Magenta. HEX triplet: F6, 27 and FF. RGB value is (246,39,255). Sum of RGB (Red+Green+Blue) = 246+39+255=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 39 (15.62% from 255 or 7.22% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #F627FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F627FF is #09D800. Grayscale: #7C7C7C. Windows color (decimal): -645121 or 16721910. OLE color: 16721910.
HSL color Cylindrical-coordinate representation of color #F627FF: hue angle of 297.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F627FF is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 39 | 255 | - |
| CMYK | 0.04 | 0.85 | 0 | 0 |
| HSL | 297.5º | 1% | 0.58% | - |
| HSV(B) | 297.5º | 0.85% | 1% | - |
| XYZ | 56.78 | 28.26 | 97.07 | - |
| YUV | 125.52 | 201.08 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 39 | 255 | 0.04 | 0.85 | 0 | 0 | 297.5 | 1 | 0.58 |
| Hex | F6 | 27 | FF | 4 | 55 | 0 | 0 | 12A | 64 | 3A |
| Octal | 366 | 47 | 377 | 4 | 125 | 0 | 0 | 452 | 144 | 72 |
| Binary | 11110110 | 100111 | 11111111 | 100 | 1010101 | 0 | 0 | 100101010 | 1100100 | 111010 |
Color Harmonies of #F627FF
Complementary color
Monochromatic Colors of #F627FF
Black with #F627FF
Text Example
Text Example
White with #F627FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F627FF; }
p { color: rgb(246,39,255); }
H1.HeaderClassName
{
color: #F627FF;
}
.AnyTagClassName
{
color: #F627FF;
}
</style>
background-color css
<style>
a { background-color: #F627FF; }
a { background-color: rgb(246,39,255); }
div.DivClassName
{
background-color: #F627FF;
}
.BgClassName
{
background-color: #F627FF;
}
</style>
border-color css
<style>
span { border-color: #F627FF; }
span { border-color: rgb(246,39,255); }
td.TdClassName
{
border-color: #F627FF;
}
.TagClassName
{
border-color: #F627FF;
}
</style>