Shades of Pink Flamingo #FD69E8
Tints of Pink Flamingo #FD69E8
RGB
CMYK
RGB Variations
Color information
#FD69E8 (or 0xFD69E8) is known color: Pink Flamingo. HEX triplet: FD, 69 and E8. RGB value is (253,105,232). Sum of RGB (Red+Green+Blue) = 253+105+232=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 105 (41.41% from 255 or 17.80% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FD69E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD69E8 is #029617. Grayscale: #A3A3A3. Windows color (decimal): -169496 or 15231485. OLE color: 15231485.
HSL color Cylindrical-coordinate representation of color #FD69E8: hue angle of 308.51º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD69E8 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 105 | 232 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.01 |
| HSL | 308.51º | 0.97% | 0.7% | - |
| HSV(B) | 308.51º | 0.58% | 0.99% | - |
| XYZ | 60.13 | 36.81 | 80.28 | - |
| YUV | 163.73 | 166.53 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 105 | 232 | 0 | 0.58 | 0.08 | 0.01 | 308.51 | 0.97 | 0.7 |
| Hex | FD | 69 | E8 | 0 | 3A | 8 | 1 | 135 | 61 | 46 |
| Octal | 375 | 151 | 350 | 0 | 72 | 10 | 1 | 465 | 141 | 106 |
| Binary | 11111101 | 1101001 | 11101000 | 0 | 111010 | 1000 | 1 | 100110101 | 1100001 | 1000110 |
Color Harmonies of #FD69E8
Complementary color
Monochromatic Colors of #FD69E8
Black with #FD69E8
Text Example
Text Example
White with #FD69E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD69E8; }
p { color: rgb(253,105,232); }
H1.HeaderClassName
{
color: #FD69E8;
}
.AnyTagClassName
{
color: #FD69E8;
}
</style>
background-color css
<style>
a { background-color: #FD69E8; }
a { background-color: rgb(253,105,232); }
div.DivClassName
{
background-color: #FD69E8;
}
.BgClassName
{
background-color: #FD69E8;
}
</style>
border-color css
<style>
span { border-color: #FD69E8; }
span { border-color: rgb(253,105,232); }
td.TdClassName
{
border-color: #FD69E8;
}
.TagClassName
{
border-color: #FD69E8;
}
</style>