Shades of Pink Flamingo #F466FE
Tints of Pink Flamingo #F466FE
RGB
CMYK
RGB Variations
Color information
#F466FE (or 0xF466FE) is known color: Pink Flamingo. HEX triplet: F4, 66 and FE. RGB value is (244,102,254). Sum of RGB (Red+Green+Blue) = 244+102+254=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 102 (40.23% from 255 or 17% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #F466FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F466FE is #0B9901. Grayscale: #A1A1A1. Windows color (decimal): -760066 or 16672500. OLE color: 16672500.
HSL color Cylindrical-coordinate representation of color #F466FE: hue angle of 296.05º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F466FE is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 102 | 254 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.00 |
| HSL | 296.05º | 0.99% | 0.7% | - |
| HSV(B) | 296.05º | 0.6% | 1% | - |
| XYZ | 59.95 | 35.89 | 97.53 | - |
| YUV | 161.79 | 180.04 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 254 | 0.04 | 0.60 | 0 | 0.00 | 296.05 | 0.99 | 0.7 |
| Hex | F4 | 66 | FE | 4 | 3C | 0 | 0 | 128 | 63 | 46 |
| Octal | 364 | 146 | 376 | 4 | 74 | 0 | 0 | 450 | 143 | 106 |
| Binary | 11110100 | 1100110 | 11111110 | 100 | 111100 | 0 | 0 | 100101000 | 1100011 | 1000110 |
Color Harmonies of #F466FE
Complementary color
Monochromatic Colors of #F466FE
Black with #F466FE
Text Example
Text Example
White with #F466FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F466FE; }
p { color: rgb(244,102,254); }
H1.HeaderClassName
{
color: #F466FE;
}
.AnyTagClassName
{
color: #F466FE;
}
</style>
background-color css
<style>
a { background-color: #F466FE; }
a { background-color: rgb(244,102,254); }
div.DivClassName
{
background-color: #F466FE;
}
.BgClassName
{
background-color: #F466FE;
}
</style>
border-color css
<style>
span { border-color: #F466FE; }
span { border-color: rgb(244,102,254); }
td.TdClassName
{
border-color: #F466FE;
}
.TagClassName
{
border-color: #F466FE;
}
</style>