Shades of Pink Flamingo #FD68F7
Tints of Pink Flamingo #FD68F7
RGB
CMYK
RGB Variations
Color information
#FD68F7 (or 0xFD68F7) is known color: Pink Flamingo. HEX triplet: FD, 68 and F7. RGB value is (253,104,247). Sum of RGB (Red+Green+Blue) = 253+104+247=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 104 (41.02% from 255 or 17.22% from 604); Blue value is 247 (96.88% from 255 or 40.89% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD68F7 is #029708. Grayscale: #A4A4A4. Windows color (decimal): -169737 or 16214269. OLE color: 16214269.
HSL color Cylindrical-coordinate representation of color #FD68F7: hue angle of 302.42º degrees, saturation: 0.97, 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 #FD68F7 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 247 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.01 |
| HSL | 302.42º | 0.97% | 0.7% | - |
| HSV(B) | 302.42º | 0.59% | 0.99% | - |
| XYZ | 62.25 | 37.5 | 91.95 | - |
| YUV | 164.85 | 174.36 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 247 | 0 | 0.59 | 0.02 | 0.01 | 302.42 | 0.97 | 0.7 |
| Hex | FD | 68 | F7 | 0 | 3B | 2 | 1 | 12E | 61 | 46 |
| Octal | 375 | 150 | 367 | 0 | 73 | 2 | 1 | 456 | 141 | 106 |
| Binary | 11111101 | 1101000 | 11110111 | 0 | 111011 | 10 | 1 | 100101110 | 1100001 | 1000110 |
Color Harmonies of #FD68F7
Complementary color
Monochromatic Colors of #FD68F7
Black with #FD68F7
Text Example
Text Example
White with #FD68F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68F7; }
p { color: rgb(253,104,247); }
H1.HeaderClassName
{
color: #FD68F7;
}
.AnyTagClassName
{
color: #FD68F7;
}
</style>
background-color css
<style>
a { background-color: #FD68F7; }
a { background-color: rgb(253,104,247); }
div.DivClassName
{
background-color: #FD68F7;
}
.BgClassName
{
background-color: #FD68F7;
}
</style>
border-color css
<style>
span { border-color: #FD68F7; }
span { border-color: rgb(253,104,247); }
td.TdClassName
{
border-color: #FD68F7;
}
.TagClassName
{
border-color: #FD68F7;
}
</style>