Shades of Pink Flamingo #F641FF
Tints of Pink Flamingo #F641FF
RGB
CMYK
RGB Variations
Color information
#F641FF (or 0xF641FF) is known color: Pink Flamingo. HEX triplet: F6, 41 and FF. RGB value is (246,65,255). Sum of RGB (Red+Green+Blue) = 246+65+255=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 65 (25.78% from 255 or 11.48% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #F641FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F641FF is #09BE00. Grayscale: #8C8C8C. Windows color (decimal): -638465 or 16728566. OLE color: 16728566.
HSL color Cylindrical-coordinate representation of color #F641FF: hue angle of 297.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F641FF is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 65 | 255 | - |
| CMYK | 0.04 | 0.75 | 0 | 0 |
| HSL | 297.16º | 1% | 0.63% | - |
| HSV(B) | 297.16º | 0.75% | 1% | - |
| XYZ | 57.95 | 30.59 | 97.46 | - |
| YUV | 140.78 | 192.47 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 255 | 0.04 | 0.75 | 0 | 0 | 297.16 | 1 | 0.63 |
| Hex | F6 | 41 | FF | 4 | 4B | 0 | 0 | 129 | 64 | 3F |
| Octal | 366 | 101 | 377 | 4 | 113 | 0 | 0 | 451 | 144 | 77 |
| Binary | 11110110 | 1000001 | 11111111 | 100 | 1001011 | 0 | 0 | 100101001 | 1100100 | 111111 |
Color Harmonies of #F641FF
Complementary color
Monochromatic Colors of #F641FF
Black with #F641FF
Text Example
Text Example
White with #F641FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F641FF; }
p { color: rgb(246,65,255); }
H1.HeaderClassName
{
color: #F641FF;
}
.AnyTagClassName
{
color: #F641FF;
}
</style>
background-color css
<style>
a { background-color: #F641FF; }
a { background-color: rgb(246,65,255); }
div.DivClassName
{
background-color: #F641FF;
}
.BgClassName
{
background-color: #F641FF;
}
</style>
border-color css
<style>
span { border-color: #F641FF; }
span { border-color: rgb(246,65,255); }
td.TdClassName
{
border-color: #F641FF;
}
.TagClassName
{
border-color: #F641FF;
}
</style>