Shades of Pink Flamingo #FD68F5
Tints of Pink Flamingo #FD68F5
RGB
CMYK
RGB Variations
Color information
#FD68F5 (or 0xFD68F5) is known color: Pink Flamingo. HEX triplet: FD, 68 and F5. RGB value is (253,104,245). Sum of RGB (Red+Green+Blue) = 253+104+245=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 104 (41.02% from 255 or 17.28% from 602); Blue value is 245 (96.09% from 255 or 40.70% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD68F5 is #02970A. Grayscale: #A4A4A4. Windows color (decimal): -169739 or 16083197. OLE color: 16083197.
HSL color Cylindrical-coordinate representation of color #FD68F5: hue angle of 303.22º 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 #FD68F5 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 245 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.01 |
| HSL | 303.22º | 0.97% | 0.7% | - |
| HSV(B) | 303.22º | 0.59% | 0.99% | - |
| XYZ | 61.94 | 37.38 | 90.34 | - |
| YUV | 164.63 | 173.36 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 245 | 0 | 0.59 | 0.03 | 0.01 | 303.22 | 0.97 | 0.7 |
| Hex | FD | 68 | F5 | 0 | 3B | 3 | 1 | 12F | 61 | 46 |
| Octal | 375 | 150 | 365 | 0 | 73 | 3 | 1 | 457 | 141 | 106 |
| Binary | 11111101 | 1101000 | 11110101 | 0 | 111011 | 11 | 1 | 100101111 | 1100001 | 1000110 |
Color Harmonies of #FD68F5
Complementary color
Monochromatic Colors of #FD68F5
Black with #FD68F5
Text Example
Text Example
White with #FD68F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68F5; }
p { color: rgb(253,104,245); }
H1.HeaderClassName
{
color: #FD68F5;
}
.AnyTagClassName
{
color: #FD68F5;
}
</style>
background-color css
<style>
a { background-color: #FD68F5; }
a { background-color: rgb(253,104,245); }
div.DivClassName
{
background-color: #FD68F5;
}
.BgClassName
{
background-color: #FD68F5;
}
</style>
border-color css
<style>
span { border-color: #FD68F5; }
span { border-color: rgb(253,104,245); }
td.TdClassName
{
border-color: #FD68F5;
}
.TagClassName
{
border-color: #FD68F5;
}
</style>