Shades of Pink Flamingo #F64FFB
Tints of Pink Flamingo #F64FFB
RGB
CMYK
RGB Variations
Color information
#F64FFB (or 0xF64FFB) is known color: Pink Flamingo. HEX triplet: F6, 4F and FB. RGB value is (246,79,251). Sum of RGB (Red+Green+Blue) = 246+79+251=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 79 (31.25% from 255 or 13.72% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #F64FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64FFB is #09B004. Grayscale: #949494. Windows color (decimal): -634885 or 16470006. OLE color: 16470006.
HSL color Cylindrical-coordinate representation of color #F64FFB: hue angle of 298.26º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64FFB is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 79 | 251 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.02 |
| HSL | 298.26º | 0.96% | 0.65% | - |
| HSV(B) | 298.26º | 0.69% | 0.98% | - |
| XYZ | 58.21 | 32.15 | 94.4 | - |
| YUV | 148.54 | 185.83 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 251 | 0.02 | 0.69 | 0 | 0.02 | 298.26 | 0.96 | 0.65 |
| Hex | F6 | 4F | FB | 2 | 45 | 0 | 2 | 12A | 60 | 41 |
| Octal | 366 | 117 | 373 | 2 | 105 | 0 | 2 | 452 | 140 | 101 |
| Binary | 11110110 | 1001111 | 11111011 | 10 | 1000101 | 0 | 10 | 100101010 | 1100000 | 1000001 |
Color Harmonies of #F64FFB
Complementary color
Monochromatic Colors of #F64FFB
Black with #F64FFB
Text Example
Text Example
White with #F64FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FFB; }
p { color: rgb(246,79,251); }
H1.HeaderClassName
{
color: #F64FFB;
}
.AnyTagClassName
{
color: #F64FFB;
}
</style>
background-color css
<style>
a { background-color: #F64FFB; }
a { background-color: rgb(246,79,251); }
div.DivClassName
{
background-color: #F64FFB;
}
.BgClassName
{
background-color: #F64FFB;
}
</style>
border-color css
<style>
span { border-color: #F64FFB; }
span { border-color: rgb(246,79,251); }
td.TdClassName
{
border-color: #F64FFB;
}
.TagClassName
{
border-color: #F64FFB;
}
</style>