Shades of Pink Flamingo #F64BFB
Tints of Pink Flamingo #F64BFB
RGB
CMYK
RGB Variations
Color information
#F64BFB (or 0xF64BFB) is known color: Pink Flamingo. HEX triplet: F6, 4B and FB. RGB value is (246,75,251). Sum of RGB (Red+Green+Blue) = 246+75+251=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 75 (29.69% from 255 or 13.11% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #F64BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64BFB is #09B404. Grayscale: #919191. Windows color (decimal): -635909 or 16468982. OLE color: 16468982.
HSL color Cylindrical-coordinate representation of color #F64BFB: hue angle of 298.3º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64BFB is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 75 | 251 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.02 |
| HSL | 298.3º | 0.96% | 0.64% | - |
| HSV(B) | 298.3º | 0.7% | 0.98% | - |
| XYZ | 57.93 | 31.59 | 94.31 | - |
| YUV | 146.19 | 187.15 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 251 | 0.02 | 0.70 | 0 | 0.02 | 298.3 | 0.96 | 0.64 |
| Hex | F6 | 4B | FB | 2 | 46 | 0 | 2 | 12A | 60 | 40 |
| Octal | 366 | 113 | 373 | 2 | 106 | 0 | 2 | 452 | 140 | 100 |
| Binary | 11110110 | 1001011 | 11111011 | 10 | 1000110 | 0 | 10 | 100101010 | 1100000 | 1000000 |
Color Harmonies of #F64BFB
Complementary color
Monochromatic Colors of #F64BFB
Black with #F64BFB
Text Example
Text Example
White with #F64BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BFB; }
p { color: rgb(246,75,251); }
H1.HeaderClassName
{
color: #F64BFB;
}
.AnyTagClassName
{
color: #F64BFB;
}
</style>
background-color css
<style>
a { background-color: #F64BFB; }
a { background-color: rgb(246,75,251); }
div.DivClassName
{
background-color: #F64BFB;
}
.BgClassName
{
background-color: #F64BFB;
}
</style>
border-color css
<style>
span { border-color: #F64BFB; }
span { border-color: rgb(246,75,251); }
td.TdClassName
{
border-color: #F64BFB;
}
.TagClassName
{
border-color: #F64BFB;
}
</style>