Shades of Pink Flamingo #FD63ED
Tints of Pink Flamingo #FD63ED
RGB
CMYK
RGB Variations
Color information
#FD63ED (or 0xFD63ED) is known color: Pink Flamingo. HEX triplet: FD, 63 and ED. RGB value is (253,99,237). Sum of RGB (Red+Green+Blue) = 253+99+237=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 99 (39.06% from 255 or 16.81% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD63ED is #029C12. Grayscale: #A0A0A0. Windows color (decimal): -171027 or 15557629. OLE color: 15557629.
HSL color Cylindrical-coordinate representation of color #FD63ED: hue angle of 306.23º 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 #FD63ED is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 99 | 237 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.01 |
| HSL | 306.23º | 0.97% | 0.69% | - |
| HSV(B) | 306.23º | 0.61% | 0.99% | - |
| XYZ | 60.26 | 35.92 | 83.88 | - |
| YUV | 160.78 | 171.02 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 99 | 237 | 0 | 0.61 | 0.06 | 0.01 | 306.23 | 0.97 | 0.69 |
| Hex | FD | 63 | ED | 0 | 3D | 6 | 1 | 132 | 61 | 45 |
| Octal | 375 | 143 | 355 | 0 | 75 | 6 | 1 | 462 | 141 | 105 |
| Binary | 11111101 | 1100011 | 11101101 | 0 | 111101 | 110 | 1 | 100110010 | 1100001 | 1000101 |
Color Harmonies of #FD63ED
Complementary color
Monochromatic Colors of #FD63ED
Black with #FD63ED
Text Example
Text Example
White with #FD63ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD63ED; }
p { color: rgb(253,99,237); }
H1.HeaderClassName
{
color: #FD63ED;
}
.AnyTagClassName
{
color: #FD63ED;
}
</style>
background-color css
<style>
a { background-color: #FD63ED; }
a { background-color: rgb(253,99,237); }
div.DivClassName
{
background-color: #FD63ED;
}
.BgClassName
{
background-color: #FD63ED;
}
</style>
border-color css
<style>
span { border-color: #FD63ED; }
span { border-color: rgb(253,99,237); }
td.TdClassName
{
border-color: #FD63ED;
}
.TagClassName
{
border-color: #FD63ED;
}
</style>