Shades of Pink Flamingo #F64FFE
Tints of Pink Flamingo #F64FFE
RGB
CMYK
RGB Variations
Color information
#F64FFE (or 0xF64FFE) is known color: Pink Flamingo. HEX triplet: F6, 4F and FE. RGB value is (246,79,254). Sum of RGB (Red+Green+Blue) = 246+79+254=579 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.49% from 579); Green value is 79 (31.25% from 255 or 13.64% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #F64FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64FFE is #09B001. Grayscale: #949494. Windows color (decimal): -634882 or 16666614. OLE color: 16666614.
HSL color Cylindrical-coordinate representation of color #F64FFE: hue angle of 297.26º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64FFE is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 79 | 254 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.00 |
| HSL | 297.26º | 0.99% | 0.65% | - |
| HSV(B) | 297.26º | 0.69% | 1% | - |
| XYZ | 58.69 | 32.34 | 96.91 | - |
| YUV | 148.88 | 187.33 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 254 | 0.03 | 0.69 | 0 | 0.00 | 297.26 | 0.99 | 0.65 |
| Hex | F6 | 4F | FE | 3 | 45 | 0 | 0 | 129 | 63 | 41 |
| Octal | 366 | 117 | 376 | 3 | 105 | 0 | 0 | 451 | 143 | 101 |
| Binary | 11110110 | 1001111 | 11111110 | 11 | 1000101 | 0 | 0 | 100101001 | 1100011 | 1000001 |
Color Harmonies of #F64FFE
Complementary color
Monochromatic Colors of #F64FFE
Black with #F64FFE
Text Example
Text Example
White with #F64FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FFE; }
p { color: rgb(246,79,254); }
H1.HeaderClassName
{
color: #F64FFE;
}
.AnyTagClassName
{
color: #F64FFE;
}
</style>
background-color css
<style>
a { background-color: #F64FFE; }
a { background-color: rgb(246,79,254); }
div.DivClassName
{
background-color: #F64FFE;
}
.BgClassName
{
background-color: #F64FFE;
}
</style>
border-color css
<style>
span { border-color: #F64FFE; }
span { border-color: rgb(246,79,254); }
td.TdClassName
{
border-color: #F64FFE;
}
.TagClassName
{
border-color: #F64FFE;
}
</style>