Shades of Pink Flamingo #F666F8
Tints of Pink Flamingo #F666F8
RGB
CMYK
RGB Variations
Color information
#F666F8 (or 0xF666F8) is known color: Pink Flamingo. HEX triplet: F6, 66 and F8. RGB value is (246,102,248). Sum of RGB (Red+Green+Blue) = 246+102+248=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 102 (40.23% from 255 or 17.11% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #F666F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F666F8 is #099907. Grayscale: #A1A1A1. Windows color (decimal): -629000 or 16279286. OLE color: 16279286.
HSL color Cylindrical-coordinate representation of color #F666F8: hue angle of 299.18º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F666F8 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 102 | 248 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.03 |
| HSL | 299.18º | 0.91% | 0.69% | - |
| HSV(B) | 299.18º | 0.59% | 0.97% | - |
| XYZ | 59.7 | 35.87 | 92.58 | - |
| YUV | 161.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 248 | 0.01 | 0.59 | 0 | 0.03 | 299.18 | 0.91 | 0.69 |
| Hex | F6 | 66 | F8 | 1 | 3B | 0 | 3 | 12B | 5B | 45 |
| Octal | 366 | 146 | 370 | 1 | 73 | 0 | 3 | 453 | 133 | 105 |
| Binary | 11110110 | 1100110 | 11111000 | 1 | 111011 | 0 | 11 | 100101011 | 1011011 | 1000101 |
Color Harmonies of #F666F8
Complementary color
Monochromatic Colors of #F666F8
Black with #F666F8
Text Example
Text Example
White with #F666F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F666F8; }
p { color: rgb(246,102,248); }
H1.HeaderClassName
{
color: #F666F8;
}
.AnyTagClassName
{
color: #F666F8;
}
</style>
background-color css
<style>
a { background-color: #F666F8; }
a { background-color: rgb(246,102,248); }
div.DivClassName
{
background-color: #F666F8;
}
.BgClassName
{
background-color: #F666F8;
}
</style>
border-color css
<style>
span { border-color: #F666F8; }
span { border-color: rgb(246,102,248); }
td.TdClassName
{
border-color: #F666F8;
}
.TagClassName
{
border-color: #F666F8;
}
</style>