Shades of Pink Flamingo #FD63E5
Tints of Pink Flamingo #FD63E5
RGB
CMYK
RGB Variations
Color information
#FD63E5 (or 0xFD63E5) is known color: Pink Flamingo. HEX triplet: FD, 63 and E5. RGB value is (253,99,229). Sum of RGB (Red+Green+Blue) = 253+99+229=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 99 (39.06% from 255 or 17.04% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD63E5 is #029C1A. Grayscale: #9F9F9F. Windows color (decimal): -171035 or 15033341. OLE color: 15033341.
HSL color Cylindrical-coordinate representation of color #FD63E5: hue angle of 309.35º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FD63E5 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 99 | 229 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.01 |
| HSL | 309.35º | 0.97% | 0.69% | - |
| HSV(B) | 309.35º | 0.61% | 0.99% | - |
| XYZ | 59.11 | 35.46 | 77.86 | - |
| YUV | 159.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 99 | 229 | 0 | 0.61 | 0.09 | 0.01 | 309.35 | 0.97 | 0.69 |
| Hex | FD | 63 | E5 | 0 | 3D | 9 | 1 | 135 | 61 | 45 |
| Octal | 375 | 143 | 345 | 0 | 75 | 11 | 1 | 465 | 141 | 105 |
| Binary | 11111101 | 1100011 | 11100101 | 0 | 111101 | 1001 | 1 | 100110101 | 1100001 | 1000101 |
Color Harmonies of #FD63E5
Complementary color
Monochromatic Colors of #FD63E5
Black with #FD63E5
Text Example
Text Example
White with #FD63E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD63E5; }
p { color: rgb(253,99,229); }
H1.HeaderClassName
{
color: #FD63E5;
}
.AnyTagClassName
{
color: #FD63E5;
}
</style>
background-color css
<style>
a { background-color: #FD63E5; }
a { background-color: rgb(253,99,229); }
div.DivClassName
{
background-color: #FD63E5;
}
.BgClassName
{
background-color: #FD63E5;
}
</style>
border-color css
<style>
span { border-color: #FD63E5; }
span { border-color: rgb(253,99,229); }
td.TdClassName
{
border-color: #FD63E5;
}
.TagClassName
{
border-color: #FD63E5;
}
</style>