Shades of Pink Flamingo #F464FA
Tints of Pink Flamingo #F464FA
RGB
CMYK
RGB Variations
Color information
#F464FA (or 0xF464FA) is known color: Pink Flamingo. HEX triplet: F4, 64 and FA. RGB value is (244,100,250). Sum of RGB (Red+Green+Blue) = 244+100+250=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 100 (39.45% from 255 or 16.84% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #F464FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F464FA is #0B9B05. Grayscale: #9F9F9F. Windows color (decimal): -760582 or 16409844. OLE color: 16409844.
HSL color Cylindrical-coordinate representation of color #F464FA: hue angle of 297.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F464FA is Cyan = 0.02, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 100 | 250 | - |
| CMYK | 0.02 | 0.6 | 0 | 0.02 |
| HSL | 297.6º | 0.94% | 0.69% | - |
| HSV(B) | 297.6º | 0.6% | 0.98% | - |
| XYZ | 59.12 | 35.25 | 94.13 | - |
| YUV | 160.16 | 178.71 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 250 | 0.02 | 0.6 | 0 | 0.02 | 297.6 | 0.94 | 0.69 |
| Hex | F4 | 64 | FA | 2 | 3C | 0 | 2 | 12A | 5E | 45 |
| Octal | 364 | 144 | 372 | 2 | 74 | 0 | 2 | 452 | 136 | 105 |
| Binary | 11110100 | 1100100 | 11111010 | 10 | 111100 | 0 | 10 | 100101010 | 1011110 | 1000101 |
Color Harmonies of #F464FA
Complementary color
Monochromatic Colors of #F464FA
Black with #F464FA
Text Example
Text Example
White with #F464FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F464FA; }
p { color: rgb(244,100,250); }
H1.HeaderClassName
{
color: #F464FA;
}
.AnyTagClassName
{
color: #F464FA;
}
</style>
background-color css
<style>
a { background-color: #F464FA; }
a { background-color: rgb(244,100,250); }
div.DivClassName
{
background-color: #F464FA;
}
.BgClassName
{
background-color: #F464FA;
}
</style>
border-color css
<style>
span { border-color: #F464FA; }
span { border-color: rgb(244,100,250); }
td.TdClassName
{
border-color: #F464FA;
}
.TagClassName
{
border-color: #F464FA;
}
</style>