Shades of Pink Flamingo #F64EFD
Tints of Pink Flamingo #F64EFD
RGB
CMYK
RGB Variations
Color information
#F64EFD (or 0xF64EFD) is known color: Pink Flamingo. HEX triplet: F6, 4E and FD. RGB value is (246,78,253). Sum of RGB (Red+Green+Blue) = 246+78+253=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 78 (30.86% from 255 or 13.52% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #F64EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64EFD is #09B102. Grayscale: #939393. Windows color (decimal): -635139 or 16600822. OLE color: 16600822.
HSL color Cylindrical-coordinate representation of color #F64EFD: hue angle of 297.6º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64EFD is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 78 | 253 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.01 |
| HSL | 297.6º | 0.98% | 0.65% | - |
| HSV(B) | 297.6º | 0.69% | 0.99% | - |
| XYZ | 58.46 | 32.13 | 96.05 | - |
| YUV | 148.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 253 | 0.03 | 0.69 | 0 | 0.01 | 297.6 | 0.98 | 0.65 |
| Hex | F6 | 4E | FD | 3 | 45 | 0 | 1 | 12A | 62 | 41 |
| Octal | 366 | 116 | 375 | 3 | 105 | 0 | 1 | 452 | 142 | 101 |
| Binary | 11110110 | 1001110 | 11111101 | 11 | 1000101 | 0 | 1 | 100101010 | 1100010 | 1000001 |
Color Harmonies of #F64EFD
Complementary color
Monochromatic Colors of #F64EFD
Black with #F64EFD
Text Example
Text Example
White with #F64EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64EFD; }
p { color: rgb(246,78,253); }
H1.HeaderClassName
{
color: #F64EFD;
}
.AnyTagClassName
{
color: #F64EFD;
}
</style>
background-color css
<style>
a { background-color: #F64EFD; }
a { background-color: rgb(246,78,253); }
div.DivClassName
{
background-color: #F64EFD;
}
.BgClassName
{
background-color: #F64EFD;
}
</style>
border-color css
<style>
span { border-color: #F64EFD; }
span { border-color: rgb(246,78,253); }
td.TdClassName
{
border-color: #F64EFD;
}
.TagClassName
{
border-color: #F64EFD;
}
</style>