Shades of Pink Flamingo #F466FF
Tints of Pink Flamingo #F466FF
RGB
CMYK
RGB Variations
Color information
#F466FF (or 0xF466FF) is known color: Pink Flamingo. HEX triplet: F4, 66 and FF. RGB value is (244,102,255). Sum of RGB (Red+Green+Blue) = 244+102+255=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 102 (40.23% from 255 or 16.97% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #F466FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F466FF is #0B9900. Grayscale: #A1A1A1. Windows color (decimal): -760065 or 16738036. OLE color: 16738036.
HSL color Cylindrical-coordinate representation of color #F466FF: hue angle of 295.69º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F466FF is Cyan = 0.04, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 102 | 255 | - |
| CMYK | 0.04 | 0.6 | 0 | 0 |
| HSL | 295.69º | 1% | 0.7% | - |
| HSV(B) | 295.69º | 0.6% | 1% | - |
| XYZ | 60.11 | 35.96 | 98.38 | - |
| YUV | 161.9 | 180.54 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 255 | 0.04 | 0.6 | 0 | 0 | 295.69 | 1 | 0.7 |
| Hex | F4 | 66 | FF | 4 | 3C | 0 | 0 | 128 | 64 | 46 |
| Octal | 364 | 146 | 377 | 4 | 74 | 0 | 0 | 450 | 144 | 106 |
| Binary | 11110100 | 1100110 | 11111111 | 100 | 111100 | 0 | 0 | 100101000 | 1100100 | 1000110 |
Color Harmonies of #F466FF
Complementary color
Monochromatic Colors of #F466FF
Black with #F466FF
Text Example
Text Example
White with #F466FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F466FF; }
p { color: rgb(244,102,255); }
H1.HeaderClassName
{
color: #F466FF;
}
.AnyTagClassName
{
color: #F466FF;
}
</style>
background-color css
<style>
a { background-color: #F466FF; }
a { background-color: rgb(244,102,255); }
div.DivClassName
{
background-color: #F466FF;
}
.BgClassName
{
background-color: #F466FF;
}
</style>
border-color css
<style>
span { border-color: #F466FF; }
span { border-color: rgb(244,102,255); }
td.TdClassName
{
border-color: #F466FF;
}
.TagClassName
{
border-color: #F466FF;
}
</style>