Shades of Pink Flamingo #F568F8
Tints of Pink Flamingo #F568F8
RGB
CMYK
RGB Variations
Color information
#F568F8 (or 0xF568F8) is known color: Pink Flamingo. HEX triplet: F5, 68 and F8. RGB value is (245,104,248). Sum of RGB (Red+Green+Blue) = 245+104+248=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 104 (41.02% from 255 or 17.42% from 597); Blue value is 248 (97.27% from 255 or 41.54% from 597); Max value from RGB is 248 - color contains mainly: blue. Hex color #F568F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F568F8 is #0A9707. Grayscale: #A2A2A2. Windows color (decimal): -694024 or 16279797. OLE color: 16279797.
HSL color Cylindrical-coordinate representation of color #F568F8: hue angle of 298.75º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F568F8 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 104 | 248 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.03 |
| HSL | 298.75º | 0.91% | 0.69% | - |
| HSV(B) | 298.75º | 0.58% | 0.97% | - |
| XYZ | 59.55 | 36.09 | 92.63 | - |
| YUV | 162.58 | 176.21 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 248 | 0.01 | 0.58 | 0 | 0.03 | 298.75 | 0.91 | 0.69 |
| Hex | F5 | 68 | F8 | 1 | 3A | 0 | 3 | 12B | 5B | 45 |
| Octal | 365 | 150 | 370 | 1 | 72 | 0 | 3 | 453 | 133 | 105 |
| Binary | 11110101 | 1101000 | 11111000 | 1 | 111010 | 0 | 11 | 100101011 | 1011011 | 1000101 |
Color Harmonies of #F568F8
Complementary color
Monochromatic Colors of #F568F8
Black with #F568F8
Text Example
Text Example
White with #F568F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568F8; }
p { color: rgb(245,104,248); }
H1.HeaderClassName
{
color: #F568F8;
}
.AnyTagClassName
{
color: #F568F8;
}
</style>
background-color css
<style>
a { background-color: #F568F8; }
a { background-color: rgb(245,104,248); }
div.DivClassName
{
background-color: #F568F8;
}
.BgClassName
{
background-color: #F568F8;
}
</style>
border-color css
<style>
span { border-color: #F568F8; }
span { border-color: rgb(245,104,248); }
td.TdClassName
{
border-color: #F568F8;
}
.TagClassName
{
border-color: #F568F8;
}
</style>