Shades of Pink Flamingo #F544F6
Tints of Pink Flamingo #F544F6
RGB
CMYK
RGB Variations
Color information
#F544F6 (or 0xF544F6) is known color: Pink Flamingo. HEX triplet: F5, 44 and F6. RGB value is (245,68,246). Sum of RGB (Red+Green+Blue) = 245+68+246=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 68 (26.95% from 255 or 12.16% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #F544F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F544F6 is #0ABB09. Grayscale: #8C8C8C. Windows color (decimal): -703242 or 16139509. OLE color: 16139509.
HSL color Cylindrical-coordinate representation of color #F544F6: hue angle of 299.66º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F544F6 is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 246 | - |
| CMYK | 0.00 | 0.72 | 0 | 0.04 |
| HSL | 299.66º | 0.91% | 0.62% | - |
| HSV(B) | 299.66º | 0.72% | 0.96% | - |
| XYZ | 56.36 | 30.2 | 90.05 | - |
| YUV | 141.22 | 187.14 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 246 | 0.00 | 0.72 | 0 | 0.04 | 299.66 | 0.91 | 0.62 |
| Hex | F5 | 44 | F6 | 0 | 48 | 0 | 4 | 12C | 5B | 3E |
| Octal | 365 | 104 | 366 | 0 | 110 | 0 | 4 | 454 | 133 | 76 |
| Binary | 11110101 | 1000100 | 11110110 | 0 | 1001000 | 0 | 100 | 100101100 | 1011011 | 111110 |
Color Harmonies of #F544F6
Complementary color
Monochromatic Colors of #F544F6
Black with #F544F6
Text Example
Text Example
White with #F544F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F544F6; }
p { color: rgb(245,68,246); }
H1.HeaderClassName
{
color: #F544F6;
}
.AnyTagClassName
{
color: #F544F6;
}
</style>
background-color css
<style>
a { background-color: #F544F6; }
a { background-color: rgb(245,68,246); }
div.DivClassName
{
background-color: #F544F6;
}
.BgClassName
{
background-color: #F544F6;
}
</style>
border-color css
<style>
span { border-color: #F544F6; }
span { border-color: rgb(245,68,246); }
td.TdClassName
{
border-color: #F544F6;
}
.TagClassName
{
border-color: #F544F6;
}
</style>