Shades of Pink Flamingo #F667FD
Tints of Pink Flamingo #F667FD
RGB
CMYK
RGB Variations
Color information
#F667FD (or 0xF667FD) is known color: Pink Flamingo. HEX triplet: F6, 67 and FD. RGB value is (246,103,253). Sum of RGB (Red+Green+Blue) = 246+103+253=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 103 (40.62% from 255 or 17.11% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #F667FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F667FD is #099802. Grayscale: #A2A2A2. Windows color (decimal): -628739 or 16607222. OLE color: 16607222.
HSL color Cylindrical-coordinate representation of color #F667FD: hue angle of 297.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F667FD is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 103 | 253 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.01 |
| HSL | 297.2º | 0.97% | 0.7% | - |
| HSV(B) | 297.2º | 0.59% | 0.99% | - |
| XYZ | 60.59 | 36.39 | 96.76 | - |
| YUV | 162.86 | 178.88 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 253 | 0.03 | 0.59 | 0 | 0.01 | 297.2 | 0.97 | 0.7 |
| Hex | F6 | 67 | FD | 3 | 3B | 0 | 1 | 129 | 61 | 46 |
| Octal | 366 | 147 | 375 | 3 | 73 | 0 | 1 | 451 | 141 | 106 |
| Binary | 11110110 | 1100111 | 11111101 | 11 | 111011 | 0 | 1 | 100101001 | 1100001 | 1000110 |
Color Harmonies of #F667FD
Complementary color
Monochromatic Colors of #F667FD
Black with #F667FD
Text Example
Text Example
White with #F667FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F667FD; }
p { color: rgb(246,103,253); }
H1.HeaderClassName
{
color: #F667FD;
}
.AnyTagClassName
{
color: #F667FD;
}
</style>
background-color css
<style>
a { background-color: #F667FD; }
a { background-color: rgb(246,103,253); }
div.DivClassName
{
background-color: #F667FD;
}
.BgClassName
{
background-color: #F667FD;
}
</style>
border-color css
<style>
span { border-color: #F667FD; }
span { border-color: rgb(246,103,253); }
td.TdClassName
{
border-color: #F667FD;
}
.TagClassName
{
border-color: #F667FD;
}
</style>