Shades of Pink Flamingo #F64BFC
Tints of Pink Flamingo #F64BFC
RGB
CMYK
RGB Variations
Color information
#F64BFC (or 0xF64BFC) is known color: Pink Flamingo. HEX triplet: F6, 4B and FC. RGB value is (246,75,252). Sum of RGB (Red+Green+Blue) = 246+75+252=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 75 (29.69% from 255 or 13.09% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #F64BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64BFC is #09B403. Grayscale: #919191. Windows color (decimal): -635908 or 16534518. OLE color: 16534518.
HSL color Cylindrical-coordinate representation of color #F64BFC: hue angle of 297.97º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64BFC is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 75 | 252 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.01 |
| HSL | 297.97º | 0.97% | 0.64% | - |
| HSV(B) | 297.97º | 0.7% | 0.99% | - |
| XYZ | 58.09 | 31.65 | 95.14 | - |
| YUV | 146.31 | 187.65 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 252 | 0.02 | 0.70 | 0 | 0.01 | 297.97 | 0.97 | 0.64 |
| Hex | F6 | 4B | FC | 2 | 46 | 0 | 1 | 12A | 61 | 40 |
| Octal | 366 | 113 | 374 | 2 | 106 | 0 | 1 | 452 | 141 | 100 |
| Binary | 11110110 | 1001011 | 11111100 | 10 | 1000110 | 0 | 1 | 100101010 | 1100001 | 1000000 |
Color Harmonies of #F64BFC
Complementary color
Monochromatic Colors of #F64BFC
Black with #F64BFC
Text Example
Text Example
White with #F64BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BFC; }
p { color: rgb(246,75,252); }
H1.HeaderClassName
{
color: #F64BFC;
}
.AnyTagClassName
{
color: #F64BFC;
}
</style>
background-color css
<style>
a { background-color: #F64BFC; }
a { background-color: rgb(246,75,252); }
div.DivClassName
{
background-color: #F64BFC;
}
.BgClassName
{
background-color: #F64BFC;
}
</style>
border-color css
<style>
span { border-color: #F64BFC; }
span { border-color: rgb(246,75,252); }
td.TdClassName
{
border-color: #F64BFC;
}
.TagClassName
{
border-color: #F64BFC;
}
</style>