Shades of Pink Flamingo #FD69F0
Tints of Pink Flamingo #FD69F0
RGB
CMYK
RGB Variations
Color information
#FD69F0 (or 0xFD69F0) is known color: Pink Flamingo. HEX triplet: FD, 69 and F0. RGB value is (253,105,240). Sum of RGB (Red+Green+Blue) = 253+105+240=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 105 (41.41% from 255 or 17.56% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FD69F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD69F0 is #02960F. Grayscale: #A4A4A4. Windows color (decimal): -169488 or 15755773. OLE color: 15755773.
HSL color Cylindrical-coordinate representation of color #FD69F0: hue angle of 305.27º 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 #FD69F0 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 105 | 240 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.01 |
| HSL | 305.27º | 0.97% | 0.7% | - |
| HSV(B) | 305.27º | 0.58% | 0.99% | - |
| XYZ | 61.29 | 37.28 | 86.4 | - |
| YUV | 164.64 | 170.53 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 105 | 240 | 0 | 0.58 | 0.05 | 0.01 | 305.27 | 0.97 | 0.7 |
| Hex | FD | 69 | F0 | 0 | 3A | 5 | 1 | 131 | 61 | 46 |
| Octal | 375 | 151 | 360 | 0 | 72 | 5 | 1 | 461 | 141 | 106 |
| Binary | 11111101 | 1101001 | 11110000 | 0 | 111010 | 101 | 1 | 100110001 | 1100001 | 1000110 |
Color Harmonies of #FD69F0
Complementary color
Monochromatic Colors of #FD69F0
Black with #FD69F0
Text Example
Text Example
White with #FD69F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD69F0; }
p { color: rgb(253,105,240); }
H1.HeaderClassName
{
color: #FD69F0;
}
.AnyTagClassName
{
color: #FD69F0;
}
</style>
background-color css
<style>
a { background-color: #FD69F0; }
a { background-color: rgb(253,105,240); }
div.DivClassName
{
background-color: #FD69F0;
}
.BgClassName
{
background-color: #FD69F0;
}
</style>
border-color css
<style>
span { border-color: #FD69F0; }
span { border-color: rgb(253,105,240); }
td.TdClassName
{
border-color: #FD69F0;
}
.TagClassName
{
border-color: #FD69F0;
}
</style>