Shades of Pink Flamingo #FF63EC
Tints of Pink Flamingo #FF63EC
RGB
CMYK
RGB Variations
Color information
#FF63EC (or 0xFF63EC) is known color: Pink Flamingo. HEX triplet: FF, 63 and EC. RGB value is (255,99,236). Sum of RGB (Red+Green+Blue) = 255+99+236=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 99 (39.06% from 255 or 16.78% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF63EC is #009C13. Grayscale: #A0A0A0. Windows color (decimal): -39956 or 15492095. OLE color: 15492095.
HSL color Cylindrical-coordinate representation of color #FF63EC: hue angle of 307.31º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF63EC is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 99 | 236 | - |
| CMYK | 0 | 0.61 | 0.07 | 0 |
| HSL | 307.31º | 1% | 0.69% | - |
| HSV(B) | 307.31º | 0.61% | 1% | - |
| XYZ | 60.84 | 36.24 | 83.15 | - |
| YUV | 161.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 99 | 236 | 0 | 0.61 | 0.07 | 0 | 307.31 | 1 | 0.69 |
| Hex | FF | 63 | EC | 0 | 3D | 7 | 0 | 133 | 64 | 45 |
| Octal | 377 | 143 | 354 | 0 | 75 | 7 | 0 | 463 | 144 | 105 |
| Binary | 11111111 | 1100011 | 11101100 | 0 | 111101 | 111 | 0 | 100110011 | 1100100 | 1000101 |
Color Harmonies of #FF63EC
Complementary color
Monochromatic Colors of #FF63EC
Black with #FF63EC
Text Example
Text Example
White with #FF63EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF63EC; }
p { color: rgb(255,99,236); }
H1.HeaderClassName
{
color: #FF63EC;
}
.AnyTagClassName
{
color: #FF63EC;
}
</style>
background-color css
<style>
a { background-color: #FF63EC; }
a { background-color: rgb(255,99,236); }
div.DivClassName
{
background-color: #FF63EC;
}
.BgClassName
{
background-color: #FF63EC;
}
</style>
border-color css
<style>
span { border-color: #FF63EC; }
span { border-color: rgb(255,99,236); }
td.TdClassName
{
border-color: #FF63EC;
}
.TagClassName
{
border-color: #FF63EC;
}
</style>