Shades of Pink Flamingo #FD65F5
Tints of Pink Flamingo #FD65F5
RGB
CMYK
RGB Variations
Color information
#FD65F5 (or 0xFD65F5) is known color: Pink Flamingo. HEX triplet: FD, 65 and F5. RGB value is (253,101,245). Sum of RGB (Red+Green+Blue) = 253+101+245=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 101 (39.84% from 255 or 16.86% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD65F5 is #029A0A. Grayscale: #A2A2A2. Windows color (decimal): -170507 or 16082429. OLE color: 16082429.
HSL color Cylindrical-coordinate representation of color #FD65F5: hue angle of 303.16º 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 #FD65F5 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 245 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.01 |
| HSL | 303.16º | 0.97% | 0.69% | - |
| HSV(B) | 303.16º | 0.6% | 0.99% | - |
| XYZ | 61.64 | 36.78 | 90.24 | - |
| YUV | 162.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 245 | 0 | 0.60 | 0.03 | 0.01 | 303.16 | 0.97 | 0.69 |
| Hex | FD | 65 | F5 | 0 | 3C | 3 | 1 | 12F | 61 | 45 |
| Octal | 375 | 145 | 365 | 0 | 74 | 3 | 1 | 457 | 141 | 105 |
| Binary | 11111101 | 1100101 | 11110101 | 0 | 111100 | 11 | 1 | 100101111 | 1100001 | 1000101 |
Color Harmonies of #FD65F5
Complementary color
Monochromatic Colors of #FD65F5
Black with #FD65F5
Text Example
Text Example
White with #FD65F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65F5; }
p { color: rgb(253,101,245); }
H1.HeaderClassName
{
color: #FD65F5;
}
.AnyTagClassName
{
color: #FD65F5;
}
</style>
background-color css
<style>
a { background-color: #FD65F5; }
a { background-color: rgb(253,101,245); }
div.DivClassName
{
background-color: #FD65F5;
}
.BgClassName
{
background-color: #FD65F5;
}
</style>
border-color css
<style>
span { border-color: #FD65F5; }
span { border-color: rgb(253,101,245); }
td.TdClassName
{
border-color: #FD65F5;
}
.TagClassName
{
border-color: #FD65F5;
}
</style>