Shades of Pink Flamingo #F668F8
Tints of Pink Flamingo #F668F8
RGB
CMYK
RGB Variations
Color information
#F668F8 (or 0xF668F8) is known color: Pink Flamingo. HEX triplet: F6, 68 and F8. RGB value is (246,104,248). Sum of RGB (Red+Green+Blue) = 246+104+248=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 104 (41.02% from 255 or 17.39% from 598); Blue value is 248 (97.27% from 255 or 41.47% from 598); Max value from RGB is 248 - color contains mainly: blue. Hex color #F668F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F668F8 is #099707. Grayscale: #A2A2A2. Windows color (decimal): -628488 or 16279798. OLE color: 16279798.
HSL color Cylindrical-coordinate representation of color #F668F8: hue angle of 299.17º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F668F8 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 104 | 248 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.03 |
| HSL | 299.17º | 0.91% | 0.69% | - |
| HSV(B) | 299.17º | 0.58% | 0.97% | - |
| XYZ | 59.9 | 36.27 | 92.65 | - |
| YUV | 162.87 | 176.04 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 248 | 0.01 | 0.58 | 0 | 0.03 | 299.17 | 0.91 | 0.69 |
| Hex | F6 | 68 | F8 | 1 | 3A | 0 | 3 | 12B | 5B | 45 |
| Octal | 366 | 150 | 370 | 1 | 72 | 0 | 3 | 453 | 133 | 105 |
| Binary | 11110110 | 1101000 | 11111000 | 1 | 111010 | 0 | 11 | 100101011 | 1011011 | 1000101 |
Color Harmonies of #F668F8
Complementary color
Monochromatic Colors of #F668F8
Black with #F668F8
Text Example
Text Example
White with #F668F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F668F8; }
p { color: rgb(246,104,248); }
H1.HeaderClassName
{
color: #F668F8;
}
.AnyTagClassName
{
color: #F668F8;
}
</style>
background-color css
<style>
a { background-color: #F668F8; }
a { background-color: rgb(246,104,248); }
div.DivClassName
{
background-color: #F668F8;
}
.BgClassName
{
background-color: #F668F8;
}
</style>
border-color css
<style>
span { border-color: #F668F8; }
span { border-color: rgb(246,104,248); }
td.TdClassName
{
border-color: #F668F8;
}
.TagClassName
{
border-color: #F668F8;
}
</style>