Shades of Pink Flamingo #F064FC
Tints of Pink Flamingo #F064FC
RGB
CMYK
RGB Variations
Color information
#F064FC (or 0xF064FC) is known color: Pink Flamingo. HEX triplet: F0, 64 and FC. RGB value is (240,100,252). Sum of RGB (Red+Green+Blue) = 240+100+252=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 100 (39.45% from 255 or 16.89% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #F064FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F064FC is #0F9B03. Grayscale: #9E9E9E. Windows color (decimal): -1022724 or 16540912. OLE color: 16540912.
HSL color Cylindrical-coordinate representation of color #F064FC: hue angle of 295.26º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F064FC is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 100 | 252 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.01 |
| HSL | 295.26º | 0.96% | 0.69% | - |
| HSV(B) | 295.26º | 0.6% | 0.99% | - |
| XYZ | 58.06 | 34.67 | 95.73 | - |
| YUV | 159.19 | 180.38 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 252 | 0.05 | 0.60 | 0 | 0.01 | 295.26 | 0.96 | 0.69 |
| Hex | F0 | 64 | FC | 5 | 3C | 0 | 1 | 127 | 60 | 45 |
| Octal | 360 | 144 | 374 | 5 | 74 | 0 | 1 | 447 | 140 | 105 |
| Binary | 11110000 | 1100100 | 11111100 | 101 | 111100 | 0 | 1 | 100100111 | 1100000 | 1000101 |
Color Harmonies of #F064FC
Complementary color
Monochromatic Colors of #F064FC
Black with #F064FC
Text Example
Text Example
White with #F064FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F064FC; }
p { color: rgb(240,100,252); }
H1.HeaderClassName
{
color: #F064FC;
}
.AnyTagClassName
{
color: #F064FC;
}
</style>
background-color css
<style>
a { background-color: #F064FC; }
a { background-color: rgb(240,100,252); }
div.DivClassName
{
background-color: #F064FC;
}
.BgClassName
{
background-color: #F064FC;
}
</style>
border-color css
<style>
span { border-color: #F064FC; }
span { border-color: rgb(240,100,252); }
td.TdClassName
{
border-color: #F064FC;
}
.TagClassName
{
border-color: #F064FC;
}
</style>