Shades of Pink Flamingo #FD68F2
Tints of Pink Flamingo #FD68F2
RGB
CMYK
RGB Variations
Color information
#FD68F2 (or 0xFD68F2) is known color: Pink Flamingo. HEX triplet: FD, 68 and F2. RGB value is (253,104,242). Sum of RGB (Red+Green+Blue) = 253+104+242=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 104 (41.02% from 255 or 17.36% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD68F2 is #02970D. Grayscale: #A3A3A3. Windows color (decimal): -169742 or 15886589. OLE color: 15886589.
HSL color Cylindrical-coordinate representation of color #FD68F2: hue angle of 304.43º 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 #FD68F2 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 242 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.01 |
| HSL | 304.43º | 0.97% | 0.7% | - |
| HSV(B) | 304.43º | 0.59% | 0.99% | - |
| XYZ | 61.49 | 37.19 | 87.94 | - |
| YUV | 164.28 | 171.86 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 242 | 0 | 0.59 | 0.04 | 0.01 | 304.43 | 0.97 | 0.7 |
| Hex | FD | 68 | F2 | 0 | 3B | 4 | 1 | 130 | 61 | 46 |
| Octal | 375 | 150 | 362 | 0 | 73 | 4 | 1 | 460 | 141 | 106 |
| Binary | 11111101 | 1101000 | 11110010 | 0 | 111011 | 100 | 1 | 100110000 | 1100001 | 1000110 |
Color Harmonies of #FD68F2
Complementary color
Monochromatic Colors of #FD68F2
Black with #FD68F2
Text Example
Text Example
White with #FD68F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68F2; }
p { color: rgb(253,104,242); }
H1.HeaderClassName
{
color: #FD68F2;
}
.AnyTagClassName
{
color: #FD68F2;
}
</style>
background-color css
<style>
a { background-color: #FD68F2; }
a { background-color: rgb(253,104,242); }
div.DivClassName
{
background-color: #FD68F2;
}
.BgClassName
{
background-color: #FD68F2;
}
</style>
border-color css
<style>
span { border-color: #FD68F2; }
span { border-color: rgb(253,104,242); }
td.TdClassName
{
border-color: #FD68F2;
}
.TagClassName
{
border-color: #FD68F2;
}
</style>