Shades of Pink Flamingo #F668FC
Tints of Pink Flamingo #F668FC
RGB
CMYK
RGB Variations
Color information
#F668FC (or 0xF668FC) is known color: Pink Flamingo. HEX triplet: F6, 68 and FC. RGB value is (246,104,252). Sum of RGB (Red+Green+Blue) = 246+104+252=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 104 (41.02% from 255 or 17.28% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #F668FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F668FC is #099703. Grayscale: #A2A2A2. Windows color (decimal): -628484 or 16541942. OLE color: 16541942.
HSL color Cylindrical-coordinate representation of color #F668FC: hue angle of 297.57º 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 #F668FC is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 104 | 252 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.01 |
| HSL | 297.57º | 0.96% | 0.7% | - |
| HSV(B) | 297.57º | 0.59% | 0.99% | - |
| XYZ | 60.53 | 36.52 | 95.95 | - |
| YUV | 163.33 | 178.04 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 252 | 0.02 | 0.59 | 0 | 0.01 | 297.57 | 0.96 | 0.7 |
| Hex | F6 | 68 | FC | 2 | 3B | 0 | 1 | 12A | 60 | 46 |
| Octal | 366 | 150 | 374 | 2 | 73 | 0 | 1 | 452 | 140 | 106 |
| Binary | 11110110 | 1101000 | 11111100 | 10 | 111011 | 0 | 1 | 100101010 | 1100000 | 1000110 |
Color Harmonies of #F668FC
Complementary color
Monochromatic Colors of #F668FC
Black with #F668FC
Text Example
Text Example
White with #F668FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F668FC; }
p { color: rgb(246,104,252); }
H1.HeaderClassName
{
color: #F668FC;
}
.AnyTagClassName
{
color: #F668FC;
}
</style>
background-color css
<style>
a { background-color: #F668FC; }
a { background-color: rgb(246,104,252); }
div.DivClassName
{
background-color: #F668FC;
}
.BgClassName
{
background-color: #F668FC;
}
</style>
border-color css
<style>
span { border-color: #F668FC; }
span { border-color: rgb(246,104,252); }
td.TdClassName
{
border-color: #F668FC;
}
.TagClassName
{
border-color: #F668FC;
}
</style>