Shades of Pink Flamingo #F667FE
Tints of Pink Flamingo #F667FE
RGB
CMYK
RGB Variations
Color information
#F667FE (or 0xF667FE) is known color: Pink Flamingo. HEX triplet: F6, 67 and FE. RGB value is (246,103,254). Sum of RGB (Red+Green+Blue) = 246+103+254=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 103 (40.62% from 255 or 17.08% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #F667FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F667FE is #099801. Grayscale: #A2A2A2. Windows color (decimal): -628738 or 16672758. OLE color: 16672758.
HSL color Cylindrical-coordinate representation of color #F667FE: hue angle of 296.82º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F667FE is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 103 | 254 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.00 |
| HSL | 296.82º | 0.99% | 0.7% | - |
| HSV(B) | 296.82º | 0.59% | 1% | - |
| XYZ | 60.75 | 36.45 | 97.6 | - |
| YUV | 162.97 | 179.38 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 254 | 0.03 | 0.59 | 0 | 0.00 | 296.82 | 0.99 | 0.7 |
| Hex | F6 | 67 | FE | 3 | 3B | 0 | 0 | 129 | 63 | 46 |
| Octal | 366 | 147 | 376 | 3 | 73 | 0 | 0 | 451 | 143 | 106 |
| Binary | 11110110 | 1100111 | 11111110 | 11 | 111011 | 0 | 0 | 100101001 | 1100011 | 1000110 |
Color Harmonies of #F667FE
Complementary color
Monochromatic Colors of #F667FE
Black with #F667FE
Text Example
Text Example
White with #F667FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F667FE; }
p { color: rgb(246,103,254); }
H1.HeaderClassName
{
color: #F667FE;
}
.AnyTagClassName
{
color: #F667FE;
}
</style>
background-color css
<style>
a { background-color: #F667FE; }
a { background-color: rgb(246,103,254); }
div.DivClassName
{
background-color: #F667FE;
}
.BgClassName
{
background-color: #F667FE;
}
</style>
border-color css
<style>
span { border-color: #F667FE; }
span { border-color: rgb(246,103,254); }
td.TdClassName
{
border-color: #F667FE;
}
.TagClassName
{
border-color: #F667FE;
}
</style>