Shades of Pink Flamingo #FD63F0
Tints of Pink Flamingo #FD63F0
RGB
CMYK
RGB Variations
Color information
#FD63F0 (or 0xFD63F0) is known color: Pink Flamingo. HEX triplet: FD, 63 and F0. RGB value is (253,99,240). Sum of RGB (Red+Green+Blue) = 253+99+240=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 99 (39.06% from 255 or 16.72% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD63F0 is #029C0F. Grayscale: #A0A0A0. Windows color (decimal): -171024 or 15754237. OLE color: 15754237.
HSL color Cylindrical-coordinate representation of color #FD63F0: hue angle of 305.06º 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 #FD63F0 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 99 | 240 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.01 |
| HSL | 305.06º | 0.97% | 0.69% | - |
| HSV(B) | 305.06º | 0.61% | 0.99% | - |
| XYZ | 60.7 | 36.1 | 86.21 | - |
| YUV | 161.12 | 172.52 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 99 | 240 | 0 | 0.61 | 0.05 | 0.01 | 305.06 | 0.97 | 0.69 |
| Hex | FD | 63 | F0 | 0 | 3D | 5 | 1 | 131 | 61 | 45 |
| Octal | 375 | 143 | 360 | 0 | 75 | 5 | 1 | 461 | 141 | 105 |
| Binary | 11111101 | 1100011 | 11110000 | 0 | 111101 | 101 | 1 | 100110001 | 1100001 | 1000101 |
Color Harmonies of #FD63F0
Complementary color
Monochromatic Colors of #FD63F0
Black with #FD63F0
Text Example
Text Example
White with #FD63F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD63F0; }
p { color: rgb(253,99,240); }
H1.HeaderClassName
{
color: #FD63F0;
}
.AnyTagClassName
{
color: #FD63F0;
}
</style>
background-color css
<style>
a { background-color: #FD63F0; }
a { background-color: rgb(253,99,240); }
div.DivClassName
{
background-color: #FD63F0;
}
.BgClassName
{
background-color: #FD63F0;
}
</style>
border-color css
<style>
span { border-color: #FD63F0; }
span { border-color: rgb(253,99,240); }
td.TdClassName
{
border-color: #FD63F0;
}
.TagClassName
{
border-color: #FD63F0;
}
</style>