Shades of Pink Flamingo #F768FC
Tints of Pink Flamingo #F768FC
RGB
CMYK
RGB Variations
Color information
#F768FC (or 0xF768FC) is known color: Pink Flamingo. HEX triplet: F7, 68 and FC. RGB value is (247,104,252). Sum of RGB (Red+Green+Blue) = 247+104+252=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 104 (41.02% from 255 or 17.25% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #F768FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F768FC is #089703. Grayscale: #A3A3A3. Windows color (decimal): -562948 or 16541943. OLE color: 16541943.
HSL color Cylindrical-coordinate representation of color #F768FC: hue angle of 297.97º 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 #F768FC is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 104 | 252 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.01 |
| HSL | 297.97º | 0.96% | 0.7% | - |
| HSV(B) | 297.97º | 0.59% | 0.99% | - |
| XYZ | 60.88 | 36.7 | 95.97 | - |
| YUV | 163.63 | 177.88 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 252 | 0.02 | 0.59 | 0 | 0.01 | 297.97 | 0.96 | 0.7 |
| Hex | F7 | 68 | FC | 2 | 3B | 0 | 1 | 12A | 60 | 46 |
| Octal | 367 | 150 | 374 | 2 | 73 | 0 | 1 | 452 | 140 | 106 |
| Binary | 11110111 | 1101000 | 11111100 | 10 | 111011 | 0 | 1 | 100101010 | 1100000 | 1000110 |
Color Harmonies of #F768FC
Complementary color
Monochromatic Colors of #F768FC
Black with #F768FC
Text Example
Text Example
White with #F768FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F768FC; }
p { color: rgb(247,104,252); }
H1.HeaderClassName
{
color: #F768FC;
}
.AnyTagClassName
{
color: #F768FC;
}
</style>
background-color css
<style>
a { background-color: #F768FC; }
a { background-color: rgb(247,104,252); }
div.DivClassName
{
background-color: #F768FC;
}
.BgClassName
{
background-color: #F768FC;
}
</style>
border-color css
<style>
span { border-color: #F768FC; }
span { border-color: rgb(247,104,252); }
td.TdClassName
{
border-color: #F768FC;
}
.TagClassName
{
border-color: #F768FC;
}
</style>