Shades of Pink Flamingo #F466FC
Tints of Pink Flamingo #F466FC
RGB
CMYK
RGB Variations
Color information
#F466FC (or 0xF466FC) is known color: Pink Flamingo. HEX triplet: F4, 66 and FC. RGB value is (244,102,252). Sum of RGB (Red+Green+Blue) = 244+102+252=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 102 (40.23% from 255 or 17.06% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #F466FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F466FC is #0B9903. Grayscale: #A1A1A1. Windows color (decimal): -760068 or 16541428. OLE color: 16541428.
HSL color Cylindrical-coordinate representation of color #F466FC: hue angle of 296.8º 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 #F466FC is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 102 | 252 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.01 |
| HSL | 296.8º | 0.96% | 0.69% | - |
| HSV(B) | 296.8º | 0.6% | 0.99% | - |
| XYZ | 59.63 | 35.76 | 95.86 | - |
| YUV | 161.56 | 179.04 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 252 | 0.03 | 0.60 | 0 | 0.01 | 296.8 | 0.96 | 0.69 |
| Hex | F4 | 66 | FC | 3 | 3C | 0 | 1 | 129 | 60 | 45 |
| Octal | 364 | 146 | 374 | 3 | 74 | 0 | 1 | 451 | 140 | 105 |
| Binary | 11110100 | 1100110 | 11111100 | 11 | 111100 | 0 | 1 | 100101001 | 1100000 | 1000101 |
Color Harmonies of #F466FC
Complementary color
Monochromatic Colors of #F466FC
Black with #F466FC
Text Example
Text Example
White with #F466FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F466FC; }
p { color: rgb(244,102,252); }
H1.HeaderClassName
{
color: #F466FC;
}
.AnyTagClassName
{
color: #F466FC;
}
</style>
background-color css
<style>
a { background-color: #F466FC; }
a { background-color: rgb(244,102,252); }
div.DivClassName
{
background-color: #F466FC;
}
.BgClassName
{
background-color: #F466FC;
}
</style>
border-color css
<style>
span { border-color: #F466FC; }
span { border-color: rgb(244,102,252); }
td.TdClassName
{
border-color: #F466FC;
}
.TagClassName
{
border-color: #F466FC;
}
</style>