Shades of Pink Flamingo #F663F5
Tints of Pink Flamingo #F663F5
RGB
CMYK
RGB Variations
Color information
#F663F5 (or 0xF663F5) is known color: Pink Flamingo. HEX triplet: F6, 63 and F5. RGB value is (246,99,245). Sum of RGB (Red+Green+Blue) = 246+99+245=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 99 (39.06% from 255 or 16.78% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F663F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F663F5 is #099C0A. Grayscale: #9F9F9F. Windows color (decimal): -629771 or 16081910. OLE color: 16081910.
HSL color Cylindrical-coordinate representation of color #F663F5: hue angle of 300.41º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F663F5 is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 99 | 245 | - |
| CMYK | 0 | 0.60 | 0.00 | 0.04 |
| HSL | 300.41º | 0.89% | 0.68% | - |
| HSV(B) | 300.41º | 0.6% | 0.96% | - |
| XYZ | 58.95 | 35.11 | 90.06 | - |
| YUV | 159.6 | 176.2 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 99 | 245 | 0 | 0.60 | 0.00 | 0.04 | 300.41 | 0.89 | 0.68 |
| Hex | F6 | 63 | F5 | 0 | 3C | 0 | 4 | 12C | 59 | 44 |
| Octal | 366 | 143 | 365 | 0 | 74 | 0 | 4 | 454 | 131 | 104 |
| Binary | 11110110 | 1100011 | 11110101 | 0 | 111100 | 0 | 100 | 100101100 | 1011001 | 1000100 |
Color Harmonies of #F663F5
Complementary color
Monochromatic Colors of #F663F5
Black with #F663F5
Text Example
Text Example
White with #F663F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F663F5; }
p { color: rgb(246,99,245); }
H1.HeaderClassName
{
color: #F663F5;
}
.AnyTagClassName
{
color: #F663F5;
}
</style>
background-color css
<style>
a { background-color: #F663F5; }
a { background-color: rgb(246,99,245); }
div.DivClassName
{
background-color: #F663F5;
}
.BgClassName
{
background-color: #F663F5;
}
</style>
border-color css
<style>
span { border-color: #F663F5; }
span { border-color: rgb(246,99,245); }
td.TdClassName
{
border-color: #F663F5;
}
.TagClassName
{
border-color: #F663F5;
}
</style>