Shades of Pink Flamingo #F568F4
Tints of Pink Flamingo #F568F4
RGB
CMYK
RGB Variations
Color information
#F568F4 (or 0xF568F4) is known color: Pink Flamingo. HEX triplet: F5, 68 and F4. RGB value is (245,104,244). Sum of RGB (Red+Green+Blue) = 245+104+244=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 104 (41.02% from 255 or 17.54% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F568F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F568F4 is #0A970B. Grayscale: #A1A1A1. Windows color (decimal): -694028 or 16017653. OLE color: 16017653.
HSL color Cylindrical-coordinate representation of color #F568F4: hue angle of 300.43º degrees, saturation: 0.88, 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 #F568F4 is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 244 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.04 |
| HSL | 300.43º | 0.88% | 0.68% | - |
| HSV(B) | 300.43º | 0.58% | 0.96% | - |
| XYZ | 58.94 | 35.84 | 89.4 | - |
| YUV | 162.12 | 174.21 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 244 | 0 | 0.58 | 0.00 | 0.04 | 300.43 | 0.88 | 0.68 |
| Hex | F5 | 68 | F4 | 0 | 3A | 0 | 4 | 12C | 58 | 44 |
| Octal | 365 | 150 | 364 | 0 | 72 | 0 | 4 | 454 | 130 | 104 |
| Binary | 11110101 | 1101000 | 11110100 | 0 | 111010 | 0 | 100 | 100101100 | 1011000 | 1000100 |
Color Harmonies of #F568F4
Complementary color
Monochromatic Colors of #F568F4
Black with #F568F4
Text Example
Text Example
White with #F568F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568F4; }
p { color: rgb(245,104,244); }
H1.HeaderClassName
{
color: #F568F4;
}
.AnyTagClassName
{
color: #F568F4;
}
</style>
background-color css
<style>
a { background-color: #F568F4; }
a { background-color: rgb(245,104,244); }
div.DivClassName
{
background-color: #F568F4;
}
.BgClassName
{
background-color: #F568F4;
}
</style>
border-color css
<style>
span { border-color: #F568F4; }
span { border-color: rgb(245,104,244); }
td.TdClassName
{
border-color: #F568F4;
}
.TagClassName
{
border-color: #F568F4;
}
</style>