Shades of Pink Flamingo #FD65F0
Tints of Pink Flamingo #FD65F0
RGB
CMYK
RGB Variations
Color information
#FD65F0 (or 0xFD65F0) is known color: Pink Flamingo. HEX triplet: FD, 65 and F0. RGB value is (253,101,240). Sum of RGB (Red+Green+Blue) = 253+101+240=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 101 (39.84% from 255 or 17.00% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD65F0 is #029A0F. Grayscale: #A1A1A1. Windows color (decimal): -170512 or 15754749. OLE color: 15754749.
HSL color Cylindrical-coordinate representation of color #FD65F0: hue angle of 305.13º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD65F0 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 240 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.01 |
| HSL | 305.13º | 0.97% | 0.69% | - |
| HSV(B) | 305.13º | 0.6% | 0.99% | - |
| XYZ | 60.89 | 36.48 | 86.27 | - |
| YUV | 162.29 | 171.86 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 240 | 0 | 0.60 | 0.05 | 0.01 | 305.13 | 0.97 | 0.69 |
| Hex | FD | 65 | F0 | 0 | 3C | 5 | 1 | 131 | 61 | 45 |
| Octal | 375 | 145 | 360 | 0 | 74 | 5 | 1 | 461 | 141 | 105 |
| Binary | 11111101 | 1100101 | 11110000 | 0 | 111100 | 101 | 1 | 100110001 | 1100001 | 1000101 |
Color Harmonies of #FD65F0
Complementary color
Monochromatic Colors of #FD65F0
Black with #FD65F0
Text Example
Text Example
White with #FD65F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65F0; }
p { color: rgb(253,101,240); }
H1.HeaderClassName
{
color: #FD65F0;
}
.AnyTagClassName
{
color: #FD65F0;
}
</style>
background-color css
<style>
a { background-color: #FD65F0; }
a { background-color: rgb(253,101,240); }
div.DivClassName
{
background-color: #FD65F0;
}
.BgClassName
{
background-color: #FD65F0;
}
</style>
border-color css
<style>
span { border-color: #FD65F0; }
span { border-color: rgb(253,101,240); }
td.TdClassName
{
border-color: #FD65F0;
}
.TagClassName
{
border-color: #FD65F0;
}
</style>