Shades of Pink Flamingo #F568FC
Tints of Pink Flamingo #F568FC
RGB
CMYK
RGB Variations
Color information
#F568FC (or 0xF568FC) is known color: Pink Flamingo. HEX triplet: F5, 68 and FC. RGB value is (245,104,252). Sum of RGB (Red+Green+Blue) = 245+104+252=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 104 (41.02% from 255 or 17.30% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #F568FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F568FC is #0A9703. Grayscale: #A2A2A2. Windows color (decimal): -694020 or 16541941. OLE color: 16541941.
HSL color Cylindrical-coordinate representation of color #F568FC: hue angle of 297.16º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F568FC is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 104 | 252 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.01 |
| HSL | 297.16º | 0.96% | 0.7% | - |
| HSV(B) | 297.16º | 0.59% | 0.99% | - |
| XYZ | 60.18 | 36.34 | 95.94 | - |
| YUV | 163.03 | 178.21 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 252 | 0.03 | 0.59 | 0 | 0.01 | 297.16 | 0.96 | 0.7 |
| Hex | F5 | 68 | FC | 3 | 3B | 0 | 1 | 129 | 60 | 46 |
| Octal | 365 | 150 | 374 | 3 | 73 | 0 | 1 | 451 | 140 | 106 |
| Binary | 11110101 | 1101000 | 11111100 | 11 | 111011 | 0 | 1 | 100101001 | 1100000 | 1000110 |
Color Harmonies of #F568FC
Complementary color
Monochromatic Colors of #F568FC
Black with #F568FC
Text Example
Text Example
White with #F568FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568FC; }
p { color: rgb(245,104,252); }
H1.HeaderClassName
{
color: #F568FC;
}
.AnyTagClassName
{
color: #F568FC;
}
</style>
background-color css
<style>
a { background-color: #F568FC; }
a { background-color: rgb(245,104,252); }
div.DivClassName
{
background-color: #F568FC;
}
.BgClassName
{
background-color: #F568FC;
}
</style>
border-color css
<style>
span { border-color: #F568FC; }
span { border-color: rgb(245,104,252); }
td.TdClassName
{
border-color: #F568FC;
}
.TagClassName
{
border-color: #F568FC;
}
</style>