Shades of Pink Flamingo #F640FF
Tints of Pink Flamingo #F640FF
RGB
CMYK
RGB Variations
Color information
#F640FF (or 0xF640FF) is known color: Pink Flamingo. HEX triplet: F6, 40 and FF. RGB value is (246,64,255). Sum of RGB (Red+Green+Blue) = 246+64+255=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 64 (25.39% from 255 or 11.33% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #F640FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F640FF is #09BF00. Grayscale: #8B8B8B. Windows color (decimal): -638721 or 16728310. OLE color: 16728310.
HSL color Cylindrical-coordinate representation of color #F640FF: hue angle of 297.17º 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 #F640FF is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 64 | 255 | - |
| CMYK | 0.04 | 0.75 | 0 | 0 |
| HSL | 297.17º | 1% | 0.63% | - |
| HSV(B) | 297.17º | 0.75% | 1% | - |
| XYZ | 57.89 | 30.48 | 97.44 | - |
| YUV | 140.19 | 192.8 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 255 | 0.04 | 0.75 | 0 | 0 | 297.17 | 1 | 0.63 |
| Hex | F6 | 40 | FF | 4 | 4B | 0 | 0 | 129 | 64 | 3F |
| Octal | 366 | 100 | 377 | 4 | 113 | 0 | 0 | 451 | 144 | 77 |
| Binary | 11110110 | 1000000 | 11111111 | 100 | 1001011 | 0 | 0 | 100101001 | 1100100 | 111111 |
Color Harmonies of #F640FF
Complementary color
Monochromatic Colors of #F640FF
Black with #F640FF
Text Example
Text Example
White with #F640FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F640FF; }
p { color: rgb(246,64,255); }
H1.HeaderClassName
{
color: #F640FF;
}
.AnyTagClassName
{
color: #F640FF;
}
</style>
background-color css
<style>
a { background-color: #F640FF; }
a { background-color: rgb(246,64,255); }
div.DivClassName
{
background-color: #F640FF;
}
.BgClassName
{
background-color: #F640FF;
}
</style>
border-color css
<style>
span { border-color: #F640FF; }
span { border-color: rgb(246,64,255); }
td.TdClassName
{
border-color: #F640FF;
}
.TagClassName
{
border-color: #F640FF;
}
</style>