Shades of Pink Flamingo #F464FF
Tints of Pink Flamingo #F464FF
RGB
CMYK
RGB Variations
Color information
#F464FF (or 0xF464FF) is known color: Pink Flamingo. HEX triplet: F4, 64 and FF. RGB value is (244,100,255). Sum of RGB (Red+Green+Blue) = 244+100+255=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 100 (39.45% from 255 or 16.69% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #F464FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F464FF is #0B9B00. Grayscale: #A0A0A0. Windows color (decimal): -760577 or 16737524. OLE color: 16737524.
HSL color Cylindrical-coordinate representation of color #F464FF: hue angle of 295.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F464FF is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 100 | 255 | - |
| CMYK | 0.04 | 0.61 | 0 | 0 |
| HSL | 295.74º | 1% | 0.7% | - |
| HSV(B) | 295.74º | 0.61% | 1% | - |
| XYZ | 59.92 | 35.57 | 98.32 | - |
| YUV | 160.73 | 181.21 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 255 | 0.04 | 0.61 | 0 | 0 | 295.74 | 1 | 0.7 |
| Hex | F4 | 64 | FF | 4 | 3D | 0 | 0 | 128 | 64 | 46 |
| Octal | 364 | 144 | 377 | 4 | 75 | 0 | 0 | 450 | 144 | 106 |
| Binary | 11110100 | 1100100 | 11111111 | 100 | 111101 | 0 | 0 | 100101000 | 1100100 | 1000110 |
Color Harmonies of #F464FF
Complementary color
Monochromatic Colors of #F464FF
Black with #F464FF
Text Example
Text Example
White with #F464FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F464FF; }
p { color: rgb(244,100,255); }
H1.HeaderClassName
{
color: #F464FF;
}
.AnyTagClassName
{
color: #F464FF;
}
</style>
background-color css
<style>
a { background-color: #F464FF; }
a { background-color: rgb(244,100,255); }
div.DivClassName
{
background-color: #F464FF;
}
.BgClassName
{
background-color: #F464FF;
}
</style>
border-color css
<style>
span { border-color: #F464FF; }
span { border-color: rgb(244,100,255); }
td.TdClassName
{
border-color: #F464FF;
}
.TagClassName
{
border-color: #F464FF;
}
</style>