Shades of Pink Flamingo #F667F5
Tints of Pink Flamingo #F667F5
RGB
CMYK
RGB Variations
Color information
#F667F5 (or 0xF667F5) is known color: Pink Flamingo. HEX triplet: F6, 67 and F5. RGB value is (246,103,245). Sum of RGB (Red+Green+Blue) = 246+103+245=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 103 (40.62% from 255 or 17.34% from 594); Blue value is 245 (96.09% from 255 or 41.25% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F667F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F667F5 is #09980A. Grayscale: #A1A1A1. Windows color (decimal): -628747 or 16082934. OLE color: 16082934.
HSL color Cylindrical-coordinate representation of color #F667F5: hue angle of 300.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F667F5 is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 103 | 245 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.04 |
| HSL | 300.42º | 0.89% | 0.68% | - |
| HSV(B) | 300.42º | 0.58% | 0.96% | - |
| XYZ | 59.34 | 35.89 | 90.19 | - |
| YUV | 161.95 | 174.88 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 103 | 245 | 0 | 0.58 | 0.00 | 0.04 | 300.42 | 0.89 | 0.68 |
| Hex | F6 | 67 | F5 | 0 | 3A | 0 | 4 | 12C | 59 | 44 |
| Octal | 366 | 147 | 365 | 0 | 72 | 0 | 4 | 454 | 131 | 104 |
| Binary | 11110110 | 1100111 | 11110101 | 0 | 111010 | 0 | 100 | 100101100 | 1011001 | 1000100 |
Color Harmonies of #F667F5
Complementary color
Monochromatic Colors of #F667F5
Black with #F667F5
Text Example
Text Example
White with #F667F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F667F5; }
p { color: rgb(246,103,245); }
H1.HeaderClassName
{
color: #F667F5;
}
.AnyTagClassName
{
color: #F667F5;
}
</style>
background-color css
<style>
a { background-color: #F667F5; }
a { background-color: rgb(246,103,245); }
div.DivClassName
{
background-color: #F667F5;
}
.BgClassName
{
background-color: #F667F5;
}
</style>
border-color css
<style>
span { border-color: #F667F5; }
span { border-color: rgb(246,103,245); }
td.TdClassName
{
border-color: #F667F5;
}
.TagClassName
{
border-color: #F667F5;
}
</style>